COLOR #434A1D

HEX: #434A1D
RGB: (67,74,29)

Color info

#434A1D contains red, green and blue colors in about the same proportion. Web safe color of #434A1D is #333333 (or #333).

RGB color model

#434A1D color RGB value is (67,74,29).

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

RGB channels and saturation

R 67 of 255 = 26%
G 74 of 255 = 29%
B 29 of 255 = 11%

67
74
29

R + G + B ~ 22%. #434A1D is dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 74 + 29 = 170 (100%)
R 67 of 170 ~ 39.41%
G 74 of 170 ~ 43.53%
B 29 of 170 ~ 17.06%

%39.41
%43.53
%17.06

CMYK color model

#434A1D color CMYK value is (9,0,61,71).

  • cyan value is 9.46%
  • magenta value is 0.00%
  • yellow value is 60.81%
  • key color value is 70.98%
CMYK:
(9,0,61,71)
C9M0Y61K71 
(9%,0%,61%,71%)
(0.09/0.00/0.61/0.71)	

CMYK percentages

%9.46
%0
%60.81
%70.98

Codes

Color #434A1D in popluar color models

434A1D
RGB677429
HSL69°43.69%20.20%
HSB/HSV69°60.81%29.02%
CMYK9.46%0.00%60.81%
70.98%

Color #434A1D in popluar number systems.

HEX434A1D
Decimal677429
Binary1000011100101011101
Octal10311235

Shades and tints

Shades of #434A1D

#434A1D
(67,74,29)
#3D441B
(61,68,27)
#373E19
(55,62,25)
#313817
(49,56,23)
#2B3215
(43,50,21)
#252C13
(37,44,19)
#1F2611
(31,38,17)
#19200F
(25,32,15)
#131A0D
(19,26,13)
#0D140B
(13,20,11)
#070E09
(7,14,9)
#000000
(0,0,0)

Tints of #434A1D

#434A1D
(67,74,29)
#545A31
(84,90,49)
#656A45
(101,106,69)
#767A59
(118,122,89)
#878A6D
(135,138,109)
#989A81
(152,154,129)
#A9AA95
(169,170,149)
#BABAA9
(186,186,169)
#CBCABD
(203,202,189)
#DCDAD1
(220,218,209)
#EDEAE5
(237,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #434A1D; }

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

This text font color is #434A1D.


Background Color

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

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

This div background color is #434A1D.


Border color

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

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

This div border color is #434A1D.


Opacity

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

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

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

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

This text has shadow with #434A1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #434A1D on black background.


Color preview on white background

This text has color #434A1D on white background.



Black color preview on #434A1D background

This text has black color on #434A1D background.


White color preview on #434A1D background

This text has white color on #434A1D background.