COLOR #42431B

HEX: #42431B
RGB: (66,67,27)

Color info

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

RGB color model

#42431B color RGB value is (66,67,27).

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

RGB channels and saturation

R 66 of 255 = 26%
G 67 of 255 = 26%
B 27 of 255 = 11%

66
67
27

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

Portions of RGB colors in percentages

R + G + B =
66 + 67 + 27 = 160 (100%)
R 66 of 160 ~ 41.25%
G 67 of 160 ~ 41.88%
B 27 of 160 ~ 16.88%

%41.25
%41.88
%16.88

CMYK color model

#42431B color CMYK value is (1,0,60,74).

  • cyan value is 1.49%
  • magenta value is 0.00%
  • yellow value is 59.70%
  • key color value is 73.73%
CMYK:
(1,0,60,74)
C1M0Y60K74 
(1%,0%,60%,74%)
(0.01/0.00/0.60/0.74)	

CMYK percentages

%1.49
%0
%59.7
%73.73

Codes

Color #42431B in popluar color models

42431B
RGB666727
HSL62°42.55%18.43%
HSB/HSV62°59.70%26.27%
CMYK1.49%0.00%59.70%
73.73%

Color #42431B in popluar number systems.

HEX42431B
Decimal666727
Binary1000010100001111011
Octal10210333

Shades and tints

Shades of #42431B

#42431B
(66,67,27)
#3C3D19
(60,61,25)
#363717
(54,55,23)
#303115
(48,49,21)
#2A2B13
(42,43,19)
#242511
(36,37,17)
#1E1F0F
(30,31,15)
#18190D
(24,25,13)
#12130B
(18,19,11)
#0C0D09
(12,13,9)
#060707
(6,7,7)
#000000
(0,0,0)

Tints of #42431B

#42431B
(66,67,27)
#53542F
(83,84,47)
#646543
(100,101,67)
#757657
(117,118,87)
#86876B
(134,135,107)
#97987F
(151,152,127)
#A8A993
(168,169,147)
#B9BAA7
(185,186,167)
#CACBBB
(202,203,187)
#DBDCCF
(219,220,207)
#ECEDE3
(236,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42431B; }

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

This text font color is #42431B.


Background Color

.myBgColor { background-color: #42431B; }

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

This div background color is #42431B.


Border color

.myBorderColor { border: 1px solid #42431B; }

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

This div border color is #42431B.


Opacity

.myOpacity80 { color: #42431B; opacity: 0.8; }

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

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

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

This text has shadow with #42431B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42431B on black background.


Color preview on white background

This text has color #42431B on white background.



Black color preview on #42431B background

This text has black color on #42431B background.


White color preview on #42431B background

This text has white color on #42431B background.