COLOR #42331C

HEX: #42331C
RGB: (66,51,28)

Color info

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

RGB color model

#42331C color RGB value is (66,51,28).

  • red value is 66;
  • green value is 51;
  • blue value is 28.
RGB:
(66,51,28)
(26%,20%,11%)

RGB channels and saturation

R 66 of 255 = 26%
G 51 of 255 = 20%
B 28 of 255 = 11%

66
51
28

R + G + B ~ 19%. #42331C is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 51 + 28 = 145 (100%)
R 66 of 145 ~ 45.52%
G 51 of 145 ~ 35.17%
B 28 of 145 ~ 19.31%

%45.52
%35.17
%19.31

CMYK color model

#42331C color CMYK value is (0,23,58,74).

  • cyan value is 0.00%
  • magenta value is 22.73%
  • yellow value is 57.58%
  • key color value is 74.12%
CMYK:
(0,23,58,74)
C0M23Y58K74 
(0%,23%,58%,74%)
(0.00/0.23/0.58/0.74)	

CMYK percentages

%0
%22.73
%57.58
%74.12

Codes

Color #42331C in popluar color models

42331C
RGB665128
HSL36°40.43%18.43%
HSB/HSV36°57.58%25.88%
CMYK0.00%22.73%57.58%
74.12%

Color #42331C in popluar number systems.

HEX42331C
Decimal665128
Binary100001011001111100
Octal1026334

Shades and tints

Shades of #42331C

#42331C
(66,51,28)
#3C2F1A
(60,47,26)
#362B18
(54,43,24)
#302716
(48,39,22)
#2A2314
(42,35,20)
#241F12
(36,31,18)
#1E1B10
(30,27,16)
#18170E
(24,23,14)
#12130C
(18,19,12)
#0C0F0A
(12,15,10)
#060B08
(6,11,8)
#000000
(0,0,0)

Tints of #42331C

#42331C
(66,51,28)
#534530
(83,69,48)
#645744
(100,87,68)
#756958
(117,105,88)
#867B6C
(134,123,108)
#978D80
(151,141,128)
#A89F94
(168,159,148)
#B9B1A8
(185,177,168)
#CAC3BC
(202,195,188)
#DBD5D0
(219,213,208)
#ECE7E4
(236,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42331C color. Also use rgb(66,51,28) instead hex code.

Text Font Color

.myTextColor { color: #42331C; }

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

This text font color is #42331C.


Background Color

.myBgColor { background-color: #42331C; }

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

This div background color is #42331C.


Border color

.myBorderColor { border: 1px solid #42331C; }

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

This div border color is #42331C.


Opacity

.myOpacity80 { color: #42331C; opacity: 0.8; }

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

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

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

This text has shadow with #42331C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42331C on black background.


Color preview on white background

This text has color #42331C on white background.



Black color preview on #42331C background

This text has black color on #42331C background.


White color preview on #42331C background

This text has white color on #42331C background.