COLOR #434419

HEX: #434419
RGB: (67,68,25)

Color info

#434419 contains red, green and blue colors in about the same proportion. Web safe color of #434419 is #333300 (or #330).

RGB color model

#434419 color RGB value is (67,68,25).

  • red value is 67;
  • green value is 68;
  • blue value is 25.
RGB:
(67,68,25)
(26%,27%,10%)

RGB channels and saturation

R 67 of 255 = 26%
G 68 of 255 = 27%
B 25 of 255 = 10%

67
68
25

R + G + B ~ 21%. #434419 is dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 68 + 25 = 160 (100%)
R 67 of 160 ~ 41.88%
G 68 of 160 ~ 42.5%
B 25 of 160 ~ 15.63%

%41.88
%42.5
%15.63

CMYK color model

#434419 color CMYK value is (1,0,63,73).

  • cyan value is 1.47%
  • magenta value is 0.00%
  • yellow value is 63.24%
  • key color value is 73.33%
CMYK:
(1,0,63,73)
C1M0Y63K73 
(1%,0%,63%,73%)
(0.01/0.00/0.63/0.73)	

CMYK percentages

%1.47
%0
%63.24
%73.33

Codes

Color #434419 in popluar color models

434419
RGB676825
HSL61°46.24%18.24%
HSB/HSV61°63.24%26.67%
CMYK1.47%0.00%63.24%
73.33%

Color #434419 in popluar number systems.

HEX434419
Decimal676825
Binary1000011100010011001
Octal10310431

Shades and tints

Shades of #434419

#434419
(67,68,25)
#3D3E17
(61,62,23)
#373815
(55,56,21)
#313213
(49,50,19)
#2B2C11
(43,44,17)
#25260F
(37,38,15)
#1F200D
(31,32,13)
#191A0B
(25,26,11)
#131409
(19,20,9)
#0D0E07
(13,14,7)
#070805
(7,8,5)
#000000
(0,0,0)

Tints of #434419

#434419
(67,68,25)
#54552D
(84,85,45)
#656641
(101,102,65)
#767755
(118,119,85)
#878869
(135,136,105)
#98997D
(152,153,125)
#A9AA91
(169,170,145)
#BABBA5
(186,187,165)
#CBCCB9
(203,204,185)
#DCDDCD
(220,221,205)
#EDEEE1
(237,238,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #434419 color. Also use rgb(67,68,25) instead hex code.

Text Font Color

.myTextColor { color: #434419; }

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

This text font color is #434419.


Background Color

.myBgColor { background-color: #434419; }

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

This div background color is #434419.


Border color

.myBorderColor { border: 1px solid #434419; }

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

This div border color is #434419.


Opacity

.myOpacity80 { color: #434419; opacity: 0.8; }

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

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

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

This text has shadow with #434419 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #434419 on black background.


Color preview on white background

This text has color #434419 on white background.



Black color preview on #434419 background

This text has black color on #434419 background.


White color preview on #434419 background

This text has white color on #434419 background.