COLOR #37462F

HEX: #37462F
RGB: (55,70,47)

Color info

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

RGB color model

#37462F color RGB value is (55,70,47).

  • red value is 55;
  • green value is 70;
  • blue value is 47.
RGB:
(55,70,47)
(22%,27%,18%)

RGB channels and saturation

R 55 of 255 = 22%
G 70 of 255 = 27%
B 47 of 255 = 18%

55
70
47

R + G + B ~ 22%. #37462F is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 70 + 47 = 172 (100%)
R 55 of 172 ~ 31.98%
G 70 of 172 ~ 40.7%
B 47 of 172 ~ 27.33%

%31.98
%40.7
%27.33

CMYK color model

#37462F color CMYK value is (21,0,33,73).

  • cyan value is 21.43%
  • magenta value is 0.00%
  • yellow value is 32.86%
  • key color value is 72.55%
CMYK:
(21,0,33,73)
C21M0Y33K73 
(21%,0%,33%,73%)
(0.21/0.00/0.33/0.73)	

CMYK percentages

%21.43
%0
%32.86
%72.55

Codes

Color #37462F in popluar color models

37462F
RGB557047
HSL99°19.66%22.94%
HSB/HSV99°32.86%27.45%
CMYK21.43%0.00%32.86%
72.55%

Color #37462F in popluar number systems.

HEX37462F
Decimal557047
Binary1101111000110101111
Octal6710657

Shades and tints

Shades of #37462F

#37462F
(55,70,47)
#32402B
(50,64,43)
#2D3A27
(45,58,39)
#283423
(40,52,35)
#232E1F
(35,46,31)
#1E281B
(30,40,27)
#192217
(25,34,23)
#141C13
(20,28,19)
#0F160F
(15,22,15)
#0A100B
(10,16,11)
#050A07
(5,10,7)
#000000
(0,0,0)

Tints of #37462F

#37462F
(55,70,47)
#495641
(73,86,65)
#5B6653
(91,102,83)
#6D7665
(109,118,101)
#7F8677
(127,134,119)
#919689
(145,150,137)
#A3A69B
(163,166,155)
#B5B6AD
(181,182,173)
#C7C6BF
(199,198,191)
#D9D6D1
(217,214,209)
#EBE6E3
(235,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37462F color. Also use rgb(55,70,47) instead hex code.

Text Font Color

.myTextColor { color: #37462F; }

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

This text font color is #37462F.


Background Color

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

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

This div background color is #37462F.


Border color

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

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

This div border color is #37462F.


Opacity

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

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

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

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

This text has shadow with #37462F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37462F on black background.


Color preview on white background

This text has color #37462F on white background.



Black color preview on #37462F background

This text has black color on #37462F background.


White color preview on #37462F background

This text has white color on #37462F background.