COLOR #434872

HEX: #434872
RGB: (67,72,114)

Color info

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

RGB color model

#434872 color RGB value is (67,72,114).

  • red value is 67;
  • green value is 72;
  • blue value is 114.
RGB:
(67,72,114)
(26%,28%,45%)

RGB channels and saturation

R 67 of 255 = 26%
G 72 of 255 = 28%
B 114 of 255 = 45%

67
72
114

R + G + B ~ 33%. #434872 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 72 + 114 = 253 (100%)
R 67 of 253 ~ 26.48%
G 72 of 253 ~ 28.46%
B 114 of 253 ~ 45.06%

%26.48
%28.46
%45.06

CMYK color model

#434872 color CMYK value is (41,37,0,55).

  • cyan value is 41.23%
  • magenta value is 36.84%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(41,37,0,55)
C41M37Y0K55 
(41%,37%,0%,55%)
(0.41/0.37/0.00/0.55)	

CMYK percentages

%41.23
%36.84
%0
%55.29

Codes

Color #434872 in popluar color models

434872
RGB6772114
HSL234°25.97%35.49%
HSB/HSV234°41.23%44.71%
CMYK41.23%36.84%0.00%
55.29%

Color #434872 in popluar number systems.

HEX434872
Decimal6772114
Binary100001110010001110010
Octal103110162

Shades and tints

Shades of #434872

#434872
(67,72,114)
#3D4268
(61,66,104)
#373C5E
(55,60,94)
#313654
(49,54,84)
#2B304A
(43,48,74)
#252A40
(37,42,64)
#1F2436
(31,36,54)
#191E2C
(25,30,44)
#131822
(19,24,34)
#0D1218
(13,18,24)
#070C0E
(7,12,14)
#000000
(0,0,0)

Tints of #434872

#434872
(67,72,114)
#54587E
(84,88,126)
#65688A
(101,104,138)
#767896
(118,120,150)
#8788A2
(135,136,162)
#9898AE
(152,152,174)
#A9A8BA
(169,168,186)
#BAB8C6
(186,184,198)
#CBC8D2
(203,200,210)
#DCD8DE
(220,216,222)
#EDE8EA
(237,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #434872 color. Also use rgb(67,72,114) instead hex code.

Text Font Color

.myTextColor { color: #434872; }

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

This text font color is #434872.


Background Color

.myBgColor { background-color: #434872; }

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

This div background color is #434872.


Border color

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

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

This div border color is #434872.


Opacity

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

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

Text with #434872 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 #434872;}

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

This text has shadow with #434872 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #434872 on black background.


Color preview on white background

This text has color #434872 on white background.



Black color preview on #434872 background

This text has black color on #434872 background.


White color preview on #434872 background

This text has white color on #434872 background.