COLOR #434421

HEX: #434421 RGB: (67,68,33)

Color info

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

RGB color model

#434421 color RGB value is (67,68,33).

RGB: (67,68,33) (26%, 27%, 13%)

RGB channels and saturation

R 67 of 255 = 26%
G 68 of 255 = 27%
B 33 of 255 = 13%

67
68
33

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

Portions of RGB colors in percentages

R + G + B = 67 + 68 + 33 = 168 (100%)
R 67 of 168 ~ 39.88%
G 68 of 168 ~ 40.48%
B 33 of 168 ~ 19.64'%

%39.88
%40.48
%19.64

CMYK color model

#434421 color CMYK value is (1,0,51,73).

  • cyan value is 1.47%
  • magenta value is 0.00%
  • yellow value is 51.47%
  • key color value is 73.33%

CMYK: (1,0,51,73)
C1M0Y51K73 (1%, 0%, 51%, 73%)
(0.01 / 0.00 / 0.51 / 0.73)

CMYK percentages

%1.47
%0
%51.47
%73.33

Codes

Color #434421 in popluar color models

43 44 21
RGB 67 68 33
HSL 62° 34.65% 19.80%
HSB/HSV 62° 51.47% 26.67%
CMYK 1.47% 0.00% 51.47%
73.33%

Color #434421 in popluar number systems.

HEX 43 44 21
Decimal 67 68 33
Binary 1000011 1000100 100001
Octal 103 104 41

Shades and tints

Shades of #434421

#434421
(67,68,33)
#3D3E1E
(61,62,30)
#37381B
(55,56,27)
#313218
(49,50,24)
#2B2C15
(43,44,21)
#252612
(37,38,18)
#1F200F
(31,32,15)
#191A0C
(25,26,12)
#131409
(19,20,9)
#0D0E06
(13,14,6)
#070803
(7,8,3)
#000000
(0,0,0)

Tints of #434421

#434421
(67,68,33)
#545535
(84,85,53)
#656649
(101,102,73)
#76775D
(118,119,93)
#878871
(135,136,113)
#989985
(152,153,133)
#A9AA99
(169,170,153)
#BABBAD
(186,187,173)
#CBCCC1
(203,204,193)
#DCDDD5
(220,221,213)
#EDEEE9
(237,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #434421; }

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

This text font color is #434421.

Background Color

.myBgColor { background-color: #434421; }

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

This div background color is #434421.

Border color

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

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

This div border color is #434421.

Opacity

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

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

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

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

This text has shadow with #434421 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #434421.

Preview

Color preview on black background

This text has color #434421 on black background.


Color preview on white background

This text has color #434421 on white background.


Black color preview on #434421 background

This text has black color on #434421 background.


White color preview on #434421 background

This text has white color on #434421 background.


Related colors

Complementary color

Complementary color for #hex is #BCBBDE.


I love getcolorcode.com

Triadic colors

1 #214344 and #442143 with #434421 are triadic colors.

2 #214443 and #444321 with #434421 are triadic colors.