COLOR #37541D

HEX: #37541D
RGB: (55,84,29)

Color info

#37541D contains red, green and blue colors in about the same proportion. Web safe color of #37541D is #336633 (or #363).

RGB color model

#37541D color RGB value is (55,84,29).

  • red value is 55;
  • green value is 84;
  • blue value is 29.
RGB:
(55,84,29)
(22%,33%,11%)

RGB channels and saturation

R 55 of 255 = 22%
G 84 of 255 = 33%
B 29 of 255 = 11%

55
84
29

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

Portions of RGB colors in percentages

R + G + B =
55 + 84 + 29 = 168 (100%)
R 55 of 168 ~ 32.74%
G 84 of 168 ~ 50%
B 29 of 168 ~ 17.26%

%32.74
%50
%17.26

CMYK color model

#37541D color CMYK value is (35,0,65,67).

  • cyan value is 34.52%
  • magenta value is 0.00%
  • yellow value is 65.48%
  • key color value is 67.06%
CMYK:
(35,0,65,67)
C35M0Y65K67 
(35%,0%,65%,67%)
(0.35/0.00/0.65/0.67)	

CMYK percentages

%34.52
%0
%65.48
%67.06

Codes

Color #37541D in popluar color models

37541D
RGB558429
HSL92°48.67%22.16%
HSB/HSV92°65.48%32.94%
CMYK34.52%0.00%65.48%
67.06%

Color #37541D in popluar number systems.

HEX37541D
Decimal558429
Binary110111101010011101
Octal6712435

Shades and tints

Shades of #37541D

#37541D
(55,84,29)
#324D1B
(50,77,27)
#2D4619
(45,70,25)
#283F17
(40,63,23)
#233815
(35,56,21)
#1E3113
(30,49,19)
#192A11
(25,42,17)
#14230F
(20,35,15)
#0F1C0D
(15,28,13)
#0A150B
(10,21,11)
#050E09
(5,14,9)
#000000
(0,0,0)

Tints of #37541D

#37541D
(55,84,29)
#496331
(73,99,49)
#5B7245
(91,114,69)
#6D8159
(109,129,89)
#7F906D
(127,144,109)
#919F81
(145,159,129)
#A3AE95
(163,174,149)
#B5BDA9
(181,189,169)
#C7CCBD
(199,204,189)
#D9DBD1
(217,219,209)
#EBEAE5
(235,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37541D color. Also use rgb(55,84,29) instead hex code.

Text Font Color

.myTextColor { color: #37541D; }

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

This text font color is #37541D.


Background Color

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

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

This div background color is #37541D.


Border color

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

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

This div border color is #37541D.


Opacity

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

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

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

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

This text has shadow with #37541D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37541D on black background.


Color preview on white background

This text has color #37541D on white background.



Black color preview on #37541D background

This text has black color on #37541D background.


White color preview on #37541D background

This text has white color on #37541D background.