COLOR #434C4E

HEX: #434C4E
RGB: (67,76,78)

Color info

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

RGB color model

#434C4E color RGB value is (67,76,78).

  • red value is 67;
  • green value is 76;
  • blue value is 78.
RGB:
(67,76,78)
(26%,30%,31%)

RGB channels and saturation

R 67 of 255 = 26%
G 76 of 255 = 30%
B 78 of 255 = 31%

67
76
78

R + G + B ~ 29%. #434C4E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 76 + 78 = 221 (100%)
R 67 of 221 ~ 30.32%
G 76 of 221 ~ 34.39%
B 78 of 221 ~ 35.29%

%30.32
%34.39
%35.29

CMYK color model

#434C4E color CMYK value is (14,3,0,69).

  • cyan value is 14.10%
  • magenta value is 2.56%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(14,3,0,69)
C14M3Y0K69 
(14%,3%,0%,69%)
(0.14/0.03/0.00/0.69)	

CMYK percentages

%14.1
%2.56
%0
%69.41

Codes

Color #434C4E in popluar color models

434C4E
RGB677678
HSL191°7.59%28.43%
HSB/HSV191°14.10%30.59%
CMYK14.10%2.56%0.00%
69.41%

Color #434C4E in popluar number systems.

HEX434C4E
Decimal677678
Binary100001110011001001110
Octal103114116

Shades and tints

Shades of #434C4E

#434C4E
(67,76,78)
#3D4647
(61,70,71)
#374040
(55,64,64)
#313A39
(49,58,57)
#2B3432
(43,52,50)
#252E2B
(37,46,43)
#1F2824
(31,40,36)
#19221D
(25,34,29)
#131C16
(19,28,22)
#0D160F
(13,22,15)
#071008
(7,16,8)
#000000
(0,0,0)

Tints of #434C4E

#434C4E
(67,76,78)
#545C5E
(84,92,94)
#656C6E
(101,108,110)
#767C7E
(118,124,126)
#878C8E
(135,140,142)
#989C9E
(152,156,158)
#A9ACAE
(169,172,174)
#BABCBE
(186,188,190)
#CBCCCE
(203,204,206)
#DCDCDE
(220,220,222)
#EDECEE
(237,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #434C4E; }

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

This text font color is #434C4E.


Background Color

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

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

This div background color is #434C4E.


Border color

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

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

This div border color is #434C4E.


Opacity

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

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

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

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

This text has shadow with #434C4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #434C4E on black background.


Color preview on white background

This text has color #434C4E on white background.



Black color preview on #434C4E background

This text has black color on #434C4E background.


White color preview on #434C4E background

This text has white color on #434C4E background.