COLOR #37331E

HEX: #37331E
RGB: (55,51,30)

Color info

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

RGB color model

#37331E color RGB value is (55,51,30).

  • red value is 55;
  • green value is 51;
  • blue value is 30.
RGB:
(55,51,30)
(22%,20%,12%)

RGB channels and saturation

R 55 of 255 = 22%
G 51 of 255 = 20%
B 30 of 255 = 12%

55
51
30

R + G + B ~ 18%. #37331E is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 51 + 30 = 136 (100%)
R 55 of 136 ~ 40.44%
G 51 of 136 ~ 37.5%
B 30 of 136 ~ 22.06%

%40.44
%37.5
%22.06

CMYK color model

#37331E color CMYK value is (0,7,45,78).

  • cyan value is 0.00%
  • magenta value is 7.27%
  • yellow value is 45.45%
  • key color value is 78.43%
CMYK:
(0,7,45,78)
C0M7Y45K78 
(0%,7%,45%,78%)
(0.00/0.07/0.45/0.78)	

CMYK percentages

%0
%7.27
%45.45
%78.43

Codes

Color #37331E in popluar color models

37331E
RGB555130
HSL50°29.41%16.67%
HSB/HSV50°45.45%21.57%
CMYK0.00%7.27%45.45%
78.43%

Color #37331E in popluar number systems.

HEX37331E
Decimal555130
Binary11011111001111110
Octal676336

Shades and tints

Shades of #37331E

#37331E
(55,51,30)
#322F1C
(50,47,28)
#2D2B1A
(45,43,26)
#282718
(40,39,24)
#232316
(35,35,22)
#1E1F14
(30,31,20)
#191B12
(25,27,18)
#141710
(20,23,16)
#0F130E
(15,19,14)
#0A0F0C
(10,15,12)
#050B0A
(5,11,10)
#000000
(0,0,0)

Tints of #37331E

#37331E
(55,51,30)
#494532
(73,69,50)
#5B5746
(91,87,70)
#6D695A
(109,105,90)
#7F7B6E
(127,123,110)
#918D82
(145,141,130)
#A39F96
(163,159,150)
#B5B1AA
(181,177,170)
#C7C3BE
(199,195,190)
#D9D5D2
(217,213,210)
#EBE7E6
(235,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37331E color. Also use rgb(55,51,30) instead hex code.

Text Font Color

.myTextColor { color: #37331E; }

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

This text font color is #37331E.


Background Color

.myBgColor { background-color: #37331E; }

<div style="background-color:#37331E">Inner text</div>

This div background color is #37331E.


Border color

.myBorderColor { border: 1px solid #37331E; }

<div style="border:3px solid #37331E">Div</div>

This div border color is #37331E.


Opacity

.myOpacity80 { color: #37331E; opacity: 0.8; }

<p style="color:#37331E;opacity:0.8;">80%</p>

Text with #37331E 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 #37331E;}

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

This text has shadow with #37331E color.

.textShadow {text-shadow: 3px 3px 1px #37331E, 3px 3px 1px red;}

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

This text has shadow with #37331E primary color and red secondary color.


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

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

This text has shadow with #37331E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37331E on black background.


Color preview on white background

This text has color #37331E on white background.



Black color preview on #37331E background

This text has black color on #37331E background.


White color preview on #37331E background

This text has white color on #37331E background.