COLOR #434231

HEX: #434231
RGB: (67,66,49)

Color info

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

RGB color model

#434231 color RGB value is (67,66,49).

  • red value is 67;
  • green value is 66;
  • blue value is 49.
RGB:
(67,66,49)
(26%,26%,19%)

RGB channels and saturation

R 67 of 255 = 26%
G 66 of 255 = 26%
B 49 of 255 = 19%

67
66
49

R + G + B ~ 24%. #434231 is dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 66 + 49 = 182 (100%)
R 67 of 182 ~ 36.81%
G 66 of 182 ~ 36.26%
B 49 of 182 ~ 26.92%

%36.81
%36.26
%26.92

CMYK color model

#434231 color CMYK value is (0,1,27,74).

  • cyan value is 0.00%
  • magenta value is 1.49%
  • yellow value is 26.87%
  • key color value is 73.73%
CMYK:
(0,1,27,74)
C0M1Y27K74 
(0%,1%,27%,74%)
(0.00/0.01/0.27/0.74)	

CMYK percentages

%0
%1.49
%26.87
%73.73

Codes

Color #434231 in popluar color models

434231
RGB676649
HSL57°15.52%22.75%
HSB/HSV57°26.87%26.27%
CMYK0.00%1.49%26.87%
73.73%

Color #434231 in popluar number systems.

HEX434231
Decimal676649
Binary10000111000010110001
Octal10310261

Shades and tints

Shades of #434231

#434231
(67,66,49)
#3D3C2D
(61,60,45)
#373629
(55,54,41)
#313025
(49,48,37)
#2B2A21
(43,42,33)
#25241D
(37,36,29)
#1F1E19
(31,30,25)
#191815
(25,24,21)
#131211
(19,18,17)
#0D0C0D
(13,12,13)
#070609
(7,6,9)
#000000
(0,0,0)

Tints of #434231

#434231
(67,66,49)
#545343
(84,83,67)
#656455
(101,100,85)
#767567
(118,117,103)
#878679
(135,134,121)
#98978B
(152,151,139)
#A9A89D
(169,168,157)
#BAB9AF
(186,185,175)
#CBCAC1
(203,202,193)
#DCDBD3
(220,219,211)
#EDECE5
(237,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #434231 color. Also use rgb(67,66,49) instead hex code.

Text Font Color

.myTextColor { color: #434231; }

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

This text font color is #434231.


Background Color

.myBgColor { background-color: #434231; }

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

This div background color is #434231.


Border color

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

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

This div border color is #434231.


Opacity

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

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

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

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

This text has shadow with #434231 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #434231 on black background.


Color preview on white background

This text has color #434231 on white background.



Black color preview on #434231 background

This text has black color on #434231 background.


White color preview on #434231 background

This text has white color on #434231 background.