COLOR #37421F

HEX: #37421F
RGB: (55,66,31)

Color info

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

RGB color model

#37421F color RGB value is (55,66,31).

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

RGB channels and saturation

R 55 of 255 = 22%
G 66 of 255 = 26%
B 31 of 255 = 12%

55
66
31

R + G + B ~ 20%. #37421F is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 66 + 31 = 152 (100%)
R 55 of 152 ~ 36.18%
G 66 of 152 ~ 43.42%
B 31 of 152 ~ 20.39%

%36.18
%43.42
%20.39

CMYK color model

#37421F color CMYK value is (17,0,53,74).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 53.03%
  • key color value is 74.12%
CMYK:
(17,0,53,74)
C17M0Y53K74 
(17%,0%,53%,74%)
(0.17/0.00/0.53/0.74)	

CMYK percentages

%16.67
%0
%53.03
%74.12

Codes

Color #37421F in popluar color models

37421F
RGB556631
HSL79°36.08%19.02%
HSB/HSV79°53.03%25.88%
CMYK16.67%0.00%53.03%
74.12%

Color #37421F in popluar number systems.

HEX37421F
Decimal556631
Binary110111100001011111
Octal6710237

Shades and tints

Shades of #37421F

#37421F
(55,66,31)
#323C1D
(50,60,29)
#2D361B
(45,54,27)
#283019
(40,48,25)
#232A17
(35,42,23)
#1E2415
(30,36,21)
#191E13
(25,30,19)
#141811
(20,24,17)
#0F120F
(15,18,15)
#0A0C0D
(10,12,13)
#05060B
(5,6,11)
#000000
(0,0,0)

Tints of #37421F

#37421F
(55,66,31)
#495333
(73,83,51)
#5B6447
(91,100,71)
#6D755B
(109,117,91)
#7F866F
(127,134,111)
#919783
(145,151,131)
#A3A897
(163,168,151)
#B5B9AB
(181,185,171)
#C7CABF
(199,202,191)
#D9DBD3
(217,219,211)
#EBECE7
(235,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37421F color. Also use rgb(55,66,31) instead hex code.

Text Font Color

.myTextColor { color: #37421F; }

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

This text font color is #37421F.


Background Color

.myBgColor { background-color: #37421F; }

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

This div background color is #37421F.


Border color

.myBorderColor { border: 1px solid #37421F; }

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

This div border color is #37421F.


Opacity

.myOpacity80 { color: #37421F; opacity: 0.8; }

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

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

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

This text has shadow with #37421F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37421F on black background.


Color preview on white background

This text has color #37421F on white background.



Black color preview on #37421F background

This text has black color on #37421F background.


White color preview on #37421F background

This text has white color on #37421F background.