COLOR #37370D

HEX: #37370D
RGB: (55,55,13)

Color info

#37370D contains red, green and blue colors in about the same proportion. Web safe color of #37370D is #333300 (or #330).

RGB color model

#37370D color RGB value is (55,55,13).

  • red value is 55;
  • green value is 55;
  • blue value is 13.
RGB:
(55,55,13)
(22%,22%,5%)

RGB channels and saturation

R 55 of 255 = 22%
G 55 of 255 = 22%
B 13 of 255 = 5%

55
55
13

R + G + B ~ 16%. #37370D is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 55 + 13 = 123 (100%)
R 55 of 123 ~ 44.72%
G 55 of 123 ~ 44.72%
B 13 of 123 ~ 10.57%

%44.72
%44.72
%10.57

CMYK color model

#37370D color CMYK value is (0,0,76,78).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 76.36%
  • key color value is 78.43%
CMYK:
(0,0,76,78)
C0M0Y76K78 
(0%,0%,76%,78%)
(0.00/0.00/0.76/0.78)	

CMYK percentages

%0
%0
%76.36
%78.43

Codes

Color #37370D in popluar color models

37370D
RGB555513
HSL60°61.76%13.33%
HSB/HSV60°76.36%21.57%
CMYK0.00%0.00%76.36%
78.43%

Color #37370D in popluar number systems.

HEX37370D
Decimal555513
Binary1101111101111101
Octal676715

Shades and tints

Shades of #37370D

#37370D
(55,55,13)
#32320C
(50,50,12)
#2D2D0B
(45,45,11)
#28280A
(40,40,10)
#232309
(35,35,9)
#1E1E08
(30,30,8)
#191907
(25,25,7)
#141406
(20,20,6)
#0F0F05
(15,15,5)
#0A0A04
(10,10,4)
#050503
(5,5,3)
#000000
(0,0,0)

Tints of #37370D

#37370D
(55,55,13)
#494923
(73,73,35)
#5B5B39
(91,91,57)
#6D6D4F
(109,109,79)
#7F7F65
(127,127,101)
#91917B
(145,145,123)
#A3A391
(163,163,145)
#B5B5A7
(181,181,167)
#C7C7BD
(199,199,189)
#D9D9D3
(217,217,211)
#EBEBE9
(235,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #37370D; }

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

This text font color is #37370D.


Background Color

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

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

This div background color is #37370D.


Border color

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

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

This div border color is #37370D.


Opacity

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

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

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

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

This text has shadow with #37370D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37370D on black background.


Color preview on white background

This text has color #37370D on white background.



Black color preview on #37370D background

This text has black color on #37370D background.


White color preview on #37370D background

This text has white color on #37370D background.