COLOR #434C76

HEX: #434C76 RGB: (67,76,118)

Color info

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

RGB color model

#434C76 color RGB value is (67,76,118).

RGB: (67,76,118) (26%, 30%, 46%)

RGB channels and saturation

R 67 of 255 = 26%
G 76 of 255 = 30%
B 118 of 255 = 46%

67
76
118

R + G + B ~ 34%. #434C76 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 67 + 76 + 118 = 261 (100%)
R 67 of 261 ~ 25.67%
G 76 of 261 ~ 29.12%
B 118 of 261 ~ 45.21'%

%25.67
%29.12
%45.21

CMYK color model

#434C76 color CMYK value is (43,36,0,54).

  • cyan value is 43.22%
  • magenta value is 35.59%
  • yellow value is 0.00%
  • key color value is 53.73%

CMYK: (43,36,0,54)
C43M36Y0K54 (43%, 36%, 0%, 54%)
(0.43 / 0.36 / 0.00 / 0.54)

CMYK percentages

%43.22
%35.59
%0
%53.73

Codes

Color #434C76 in popluar color models

43 4C 76
RGB 67 76 118
HSL 229° 27.57% 36.27%
HSB/HSV 229° 43.22% 46.27%
CMYK 43.22% 35.59% 0.00%
53.73%

Color #434C76 in popluar number systems.

HEX 43 4C 76
Decimal 67 76 118
Binary 1000011 1001100 1110110
Octal 103 114 166

Shades and tints

Shades of #434C76

#434C76
(67,76,118)
#3D466C
(61,70,108)
#374062
(55,64,98)
#313A58
(49,58,88)
#2B344E
(43,52,78)
#252E44
(37,46,68)
#1F283A
(31,40,58)
#192230
(25,34,48)
#131C26
(19,28,38)
#0D161C
(13,22,28)
#071012
(7,16,18)
#000000
(0,0,0)

Tints of #434C76

#434C76
(67,76,118)
#545C82
(84,92,130)
#656C8E
(101,108,142)
#767C9A
(118,124,154)
#878CA6
(135,140,166)
#989CB2
(152,156,178)
#A9ACBE
(169,172,190)
#BABCCA
(186,188,202)
#CBCCD6
(203,204,214)
#DCDCE2
(220,220,226)
#EDECEE
(237,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #434C76; }

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

This text font color is #434C76.

Background Color

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

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

This div background color is #434C76.

Border color

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

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

This div border color is #434C76.

Opacity

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

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

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

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

This text has shadow with #434C76 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #434C76.

Preview

Color preview on black background

This text has color #434C76 on black background.


Color preview on white background

This text has color #434C76 on white background.


Black color preview on #434C76 background

This text has black color on #434C76 background.


White color preview on #434C76 background

This text has white color on #434C76 background.


Related colors

Complementary color

Complementary color for #hex is #BCB389.


I love getcolorcode.com

Triadic colors

1 #76434C and #4C7643 with #434C76 are triadic colors.

2 #764C43 and #4C4376 with #434C76 are triadic colors.