COLOR #434C81

HEX: #434C81 RGB: (67,76,129)

Color info

#434C81 contains mainly green and blue colors. Web safe color of #434C81 is #333399 (or #339).

RGB color model

#434C81 color RGB value is (67,76,129).

RGB: (67,76,129) (26%, 30%, 51%)

RGB channels and saturation

R 67 of 255 = 26%
G 76 of 255 = 30%
B 129 of 255 = 51%

67
76
129

R + G + B ~ 36%. #434C81 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 67 + 76 + 129 = 272 (100%)
R 67 of 272 ~ 24.63%
G 76 of 272 ~ 27.94%
B 129 of 272 ~ 47.43'%

%24.63
%27.94
%47.43

CMYK color model

#434C81 color CMYK value is (48,41,0,49).

  • cyan value is 48.06%
  • magenta value is 41.09%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK: (48,41,0,49) C48M41Y0K49 (48%,41%,0%,49%) (0.48/0.41/0.00/0.49) 

CMYK percentages

%48.06
%41.09
%0
%49.41

Codes

Color #434C81 in popluar color models

43 4C 81
RGB 67 76 129
HSL 231° 31.63% 38.43%
HSB/HSV 231° 48.06% 50.59%
CMYK 48.06% 41.09% 0.00%
49.41%

Color #434C81 in popluar number systems.

HEX 43 4C 81
Decimal 67 76 129
Binary 1000011 1001100 10000001
Octal 103 114 201

Shades and tints

Shades of #434C81

#434C81
(67,76,129)
#3D4676
(61,70,118)
#37406B
(55,64,107)
#313A60
(49,58,96)
#2B3455
(43,52,85)
#252E4A
(37,46,74)
#1F283F
(31,40,63)
#192234
(25,34,52)
#131C29
(19,28,41)
#0D161E
(13,22,30)
#071013
(7,16,19)
#000000
(0,0,0)

Tints of #434C81

#434C81
(67,76,129)
#545C8C
(84,92,140)
#656C97
(101,108,151)
#767CA2
(118,124,162)
#878CAD
(135,140,173)
#989CB8
(152,156,184)
#A9ACC3
(169,172,195)
#BABCCE
(186,188,206)
#CBCCD9
(203,204,217)
#DCDCE4
(220,220,228)
#EDECEF
(237,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #434C81 color. Also use rgb(67,76,129) instead hex code.

Text Font Color

.myTextColor { color: #434C81; }

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

This text font color is #434C81.

Background Color

.myBgColor { background-color: #434C81; }

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

This div background color is #434C81.

Border color

.myBorderColor { border: 1px solid #434C81; }

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

This div border color is #434C81.

Opacity

.myOpacity80 { color: #434C81; opacity: 0.8; }

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

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

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

This text has shadow with #434C81 color.


.textShadow {text-shadow: 3px 3px 1px #434C81', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #434C81; -webkit-box-shadow: 1px 1px 3px 2px #434C81; box-shadow:1px 1px 3px 2px #434C81;">
Div content here
</div>

This div box has shadow with color #434C81.

Preview

Color preview on black background

This text has color #434C81 on black background.


Color preview on white background

This text has color #434C81 on white background.


Black color preview on #434C81 background

This text has black color on #434C81 background.


White color preview on #434C81 background

This text has white color on #434C81 background.


Related colors

Complementary color

Complementary color for #hex is #BCB37E.


I love getcolorcode.com

Triadic colors

1 #81434C and #4C8143 with #434C81 are triadic colors.

2 #814C43 and #4C4381 with #434C81 are triadic colors.