COLOR #37412A

HEX: #37412A
RGB: (55,65,42)

Color info

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

RGB color model

#37412A color RGB value is (55,65,42).

  • red value is 55;
  • green value is 65;
  • blue value is 42.
RGB:
(55,65,42)
(22%,25%,16%)

RGB channels and saturation

R 55 of 255 = 22%
G 65 of 255 = 25%
B 42 of 255 = 16%

55
65
42

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

Portions of RGB colors in percentages

R + G + B =
55 + 65 + 42 = 162 (100%)
R 55 of 162 ~ 33.95%
G 65 of 162 ~ 40.12%
B 42 of 162 ~ 25.93%

%33.95
%40.12
%25.93

CMYK color model

#37412A color CMYK value is (15,0,35,75).

  • cyan value is 15.38%
  • magenta value is 0.00%
  • yellow value is 35.38%
  • key color value is 74.51%
CMYK:
(15,0,35,75)
C15M0Y35K75 
(15%,0%,35%,75%)
(0.15/0.00/0.35/0.75)	

CMYK percentages

%15.38
%0
%35.38
%74.51

Codes

Color #37412A in popluar color models

37412A
RGB556542
HSL86°21.50%20.98%
HSB/HSV86°35.38%25.49%
CMYK15.38%0.00%35.38%
74.51%

Color #37412A in popluar number systems.

HEX37412A
Decimal556542
Binary1101111000001101010
Octal6710152

Shades and tints

Shades of #37412A

#37412A
(55,65,42)
#323C27
(50,60,39)
#2D3724
(45,55,36)
#283221
(40,50,33)
#232D1E
(35,45,30)
#1E281B
(30,40,27)
#192318
(25,35,24)
#141E15
(20,30,21)
#0F1912
(15,25,18)
#0A140F
(10,20,15)
#050F0C
(5,15,12)
#000000
(0,0,0)

Tints of #37412A

#37412A
(55,65,42)
#49523D
(73,82,61)
#5B6350
(91,99,80)
#6D7463
(109,116,99)
#7F8576
(127,133,118)
#919689
(145,150,137)
#A3A79C
(163,167,156)
#B5B8AF
(181,184,175)
#C7C9C2
(199,201,194)
#D9DAD5
(217,218,213)
#EBEBE8
(235,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37412A color. Also use rgb(55,65,42) instead hex code.

Text Font Color

.myTextColor { color: #37412A; }

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

This text font color is #37412A.


Background Color

.myBgColor { background-color: #37412A; }

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

This div background color is #37412A.


Border color

.myBorderColor { border: 1px solid #37412A; }

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

This div border color is #37412A.


Opacity

.myOpacity80 { color: #37412A; opacity: 0.8; }

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

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

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

This text has shadow with #37412A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37412A on black background.


Color preview on white background

This text has color #37412A on white background.



Black color preview on #37412A background

This text has black color on #37412A background.


White color preview on #37412A background

This text has white color on #37412A background.