COLOR #434D4E

HEX: #434D4E
RGB: (67,77,78)

Color info

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

RGB color model

#434D4E color RGB value is (67,77,78).

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

RGB channels and saturation

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

67
77
78

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

Portions of RGB colors in percentages

R + G + B =
67 + 77 + 78 = 222 (100%)
R 67 of 222 ~ 30.18%
G 77 of 222 ~ 34.68%
B 78 of 222 ~ 35.14%

%30.18
%34.68
%35.14

CMYK color model

#434D4E color CMYK value is (14,1,0,69).

  • cyan value is 14.10%
  • magenta value is 1.28%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(14,1,0,69)
C14M1Y0K69 
(14%,1%,0%,69%)
(0.14/0.01/0.00/0.69)	

CMYK percentages

%14.1
%1.28
%0
%69.41

Codes

Color #434D4E in popluar color models

434D4E
RGB677778
HSL185°7.59%28.43%
HSB/HSV185°14.10%30.59%
CMYK14.10%1.28%0.00%
69.41%

Color #434D4E in popluar number systems.

HEX434D4E
Decimal677778
Binary100001110011011001110
Octal103115116

Shades and tints

Shades of #434D4E

#434D4E
(67,77,78)
#3D4647
(61,70,71)
#373F40
(55,63,64)
#313839
(49,56,57)
#2B3132
(43,49,50)
#252A2B
(37,42,43)
#1F2324
(31,35,36)
#191C1D
(25,28,29)
#131516
(19,21,22)
#0D0E0F
(13,14,15)
#070708
(7,7,8)
#000000
(0,0,0)

Tints of #434D4E

#434D4E
(67,77,78)
#545D5E
(84,93,94)
#656D6E
(101,109,110)
#767D7E
(118,125,126)
#878D8E
(135,141,142)
#989D9E
(152,157,158)
#A9ADAE
(169,173,174)
#BABDBE
(186,189,190)
#CBCDCE
(203,205,206)
#DCDDDE
(220,221,222)
#EDEDEE
(237,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #434D4E; }

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

This text font color is #434D4E.


Background Color

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

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

This div background color is #434D4E.


Border color

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

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

This div border color is #434D4E.


Opacity

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

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

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

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

This text has shadow with #434D4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #434D4E on black background.


Color preview on white background

This text has color #434D4E on white background.



Black color preview on #434D4E background

This text has black color on #434D4E background.


White color preview on #434D4E background

This text has white color on #434D4E background.