COLOR #434E1D

HEX: #434E1D
RGB: (67,78,29)

Color info

#434E1D contains red, green and blue colors in about the same proportion. Web safe color of #434E1D is #336633 (or #363).

RGB color model

#434E1D color RGB value is (67,78,29).

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

RGB channels and saturation

R 67 of 255 = 26%
G 78 of 255 = 31%
B 29 of 255 = 11%

67
78
29

R + G + B ~ 23%. #434E1D is dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 78 + 29 = 174 (100%)
R 67 of 174 ~ 38.51%
G 78 of 174 ~ 44.83%
B 29 of 174 ~ 16.67%

%38.51
%44.83
%16.67

CMYK color model

#434E1D color CMYK value is (14,0,63,69).

  • cyan value is 14.10%
  • magenta value is 0.00%
  • yellow value is 62.82%
  • key color value is 69.41%
CMYK:
(14,0,63,69)
C14M0Y63K69 
(14%,0%,63%,69%)
(0.14/0.00/0.63/0.69)	

CMYK percentages

%14.1
%0
%62.82
%69.41

Codes

Color #434E1D in popluar color models

434E1D
RGB677829
HSL73°45.79%20.98%
HSB/HSV73°62.82%30.59%
CMYK14.10%0.00%62.82%
69.41%

Color #434E1D in popluar number systems.

HEX434E1D
Decimal677829
Binary1000011100111011101
Octal10311635

Shades and tints

Shades of #434E1D

#434E1D
(67,78,29)
#3D471B
(61,71,27)
#374019
(55,64,25)
#313917
(49,57,23)
#2B3215
(43,50,21)
#252B13
(37,43,19)
#1F2411
(31,36,17)
#191D0F
(25,29,15)
#13160D
(19,22,13)
#0D0F0B
(13,15,11)
#070809
(7,8,9)
#000000
(0,0,0)

Tints of #434E1D

#434E1D
(67,78,29)
#545E31
(84,94,49)
#656E45
(101,110,69)
#767E59
(118,126,89)
#878E6D
(135,142,109)
#989E81
(152,158,129)
#A9AE95
(169,174,149)
#BABEA9
(186,190,169)
#CBCEBD
(203,206,189)
#DCDED1
(220,222,209)
#EDEEE5
(237,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #434E1D; }

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

This text font color is #434E1D.


Background Color

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

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

This div background color is #434E1D.


Border color

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

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

This div border color is #434E1D.


Opacity

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

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

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

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

This text has shadow with #434E1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #434E1D on black background.


Color preview on white background

This text has color #434E1D on white background.



Black color preview on #434E1D background

This text has black color on #434E1D background.


White color preview on #434E1D background

This text has white color on #434E1D background.