COLOR #434762

HEX: #434762
RGB: (67,71,98)

Color info

#434762 contains red, green and blue colors in about the same proportion. Web safe color of #434762 is #333366 (or #336).

RGB color model

#434762 color RGB value is (67,71,98).

  • red value is 67;
  • green value is 71;
  • blue value is 98.
RGB:
(67,71,98)
(26%,28%,38%)

RGB channels and saturation

R 67 of 255 = 26%
G 71 of 255 = 28%
B 98 of 255 = 38%

67
71
98

R + G + B ~ 31%. #434762 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 71 + 98 = 236 (100%)
R 67 of 236 ~ 28.39%
G 71 of 236 ~ 30.08%
B 98 of 236 ~ 41.53%

%28.39
%30.08
%41.53

CMYK color model

#434762 color CMYK value is (32,28,0,62).

  • cyan value is 31.63%
  • magenta value is 27.55%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(32,28,0,62)
C32M28Y0K62 
(32%,28%,0%,62%)
(0.32/0.28/0.00/0.62)	

CMYK percentages

%31.63
%27.55
%0
%61.57

Codes

Color #434762 in popluar color models

434762
RGB677198
HSL232°18.79%32.35%
HSB/HSV232°31.63%38.43%
CMYK31.63%27.55%0.00%
61.57%

Color #434762 in popluar number systems.

HEX434762
Decimal677198
Binary100001110001111100010
Octal103107142

Shades and tints

Shades of #434762

#434762
(67,71,98)
#3D415A
(61,65,90)
#373B52
(55,59,82)
#31354A
(49,53,74)
#2B2F42
(43,47,66)
#25293A
(37,41,58)
#1F2332
(31,35,50)
#191D2A
(25,29,42)
#131722
(19,23,34)
#0D111A
(13,17,26)
#070B12
(7,11,18)
#000000
(0,0,0)

Tints of #434762

#434762
(67,71,98)
#545770
(84,87,112)
#65677E
(101,103,126)
#76778C
(118,119,140)
#87879A
(135,135,154)
#9897A8
(152,151,168)
#A9A7B6
(169,167,182)
#BAB7C4
(186,183,196)
#CBC7D2
(203,199,210)
#DCD7E0
(220,215,224)
#EDE7EE
(237,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #434762 color. Also use rgb(67,71,98) instead hex code.

Text Font Color

.myTextColor { color: #434762; }

<p style="color:#434762">This sample text font color is #434762.</p>

This text font color is #434762.


Background Color

.myBgColor { background-color: #434762; }

<div style="background-color:#434762">Inner text</div>

This div background color is #434762.


Border color

.myBorderColor { border: 1px solid #434762; }

<div style="border:3px solid #434762">Div</div>

This div border color is #434762.


Opacity

.myOpacity80 { color: #434762; opacity: 0.8; }

<p style="color:#434762;opacity:0.8;">80%</p>

Text with #434762 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #434762;}

<p style="text-shadow: 3px 3px 1px #434762">Text here.</p>

This text has shadow with #434762 color.

.textShadow {text-shadow: 3px 3px 1px #434762, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #434762, 5px 5px 20px red">Text here.</p>

This text has shadow with #434762 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#434762, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#434762, Direction=45, Strength=4)">Text</p>

This text has shadow with #434762 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #434762;
  -webkit-box-shadow:	1px 1px 3px 2px #434762;
  box-shadow:		1px 1px 3px 2px #434762;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #434762;
-webkit-box-shadow: 1px 1px 3px 2px #434762;
box-shadow:1px 1px 3px 2px #434762;">
Div content here</div>
This div box has shadow with color #434762.

Preview

Color preview on black background

This text has color #434762 on black background.


Color preview on white background

This text has color #434762 on white background.



Black color preview on #434762 background

This text has black color on #434762 background.


White color preview on #434762 background

This text has white color on #434762 background.