COLOR #42372D

HEX: #42372D
RGB: (66,55,45)

Color info

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

RGB color model

#42372D color RGB value is (66,55,45).

  • red value is 66;
  • green value is 55;
  • blue value is 45.
RGB:
(66,55,45)
(26%,22%,18%)

RGB channels and saturation

R 66 of 255 = 26%
G 55 of 255 = 22%
B 45 of 255 = 18%

66
55
45

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

Portions of RGB colors in percentages

R + G + B =
66 + 55 + 45 = 166 (100%)
R 66 of 166 ~ 39.76%
G 55 of 166 ~ 33.13%
B 45 of 166 ~ 27.11%

%39.76
%33.13
%27.11

CMYK color model

#42372D color CMYK value is (0,17,32,74).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 31.82%
  • key color value is 74.12%
CMYK:
(0,17,32,74)
C0M17Y32K74 
(0%,17%,32%,74%)
(0.00/0.17/0.32/0.74)	

CMYK percentages

%0
%16.67
%31.82
%74.12

Codes

Color #42372D in popluar color models

42372D
RGB665545
HSL29°18.92%21.76%
HSB/HSV29°31.82%25.88%
CMYK0.00%16.67%31.82%
74.12%

Color #42372D in popluar number systems.

HEX42372D
Decimal665545
Binary1000010110111101101
Octal1026755

Shades and tints

Shades of #42372D

#42372D
(66,55,45)
#3C3229
(60,50,41)
#362D25
(54,45,37)
#302821
(48,40,33)
#2A231D
(42,35,29)
#241E19
(36,30,25)
#1E1915
(30,25,21)
#181411
(24,20,17)
#120F0D
(18,15,13)
#0C0A09
(12,10,9)
#060505
(6,5,5)
#000000
(0,0,0)

Tints of #42372D

#42372D
(66,55,45)
#534940
(83,73,64)
#645B53
(100,91,83)
#756D66
(117,109,102)
#867F79
(134,127,121)
#97918C
(151,145,140)
#A8A39F
(168,163,159)
#B9B5B2
(185,181,178)
#CAC7C5
(202,199,197)
#DBD9D8
(219,217,216)
#ECEBEB
(236,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42372D color. Also use rgb(66,55,45) instead hex code.

Text Font Color

.myTextColor { color: #42372D; }

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

This text font color is #42372D.


Background Color

.myBgColor { background-color: #42372D; }

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

This div background color is #42372D.


Border color

.myBorderColor { border: 1px solid #42372D; }

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

This div border color is #42372D.


Opacity

.myOpacity80 { color: #42372D; opacity: 0.8; }

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

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

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

This text has shadow with #42372D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42372D on black background.


Color preview on white background

This text has color #42372D on white background.



Black color preview on #42372D background

This text has black color on #42372D background.


White color preview on #42372D background

This text has white color on #42372D background.