COLOR #37270D

HEX: #37270D
RGB: (55,39,13)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

55
39
13

R + G + B ~ 14%. #37270D is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 39 + 13 = 107 (100%)
R 55 of 107 ~ 51.4%
G 39 of 107 ~ 36.45%
B 13 of 107 ~ 12.15%

%51.4
%36.45
%12.15

CMYK color model

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

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

CMYK percentages

%0
%29.09
%76.36
%78.43

Codes

Color #37270D in popluar color models

37270D
RGB553913
HSL37°61.76%13.33%
HSB/HSV37°76.36%21.57%
CMYK0.00%29.09%76.36%
78.43%

Color #37270D in popluar number systems.

HEX37270D
Decimal553913
Binary1101111001111101
Octal674715

Shades and tints

Shades of #37270D

#37270D
(55,39,13)
#32240C
(50,36,12)
#2D210B
(45,33,11)
#281E0A
(40,30,10)
#231B09
(35,27,9)
#1E1808
(30,24,8)
#191507
(25,21,7)
#141206
(20,18,6)
#0F0F05
(15,15,5)
#0A0C04
(10,12,4)
#050903
(5,9,3)
#000000
(0,0,0)

Tints of #37270D

#37270D
(55,39,13)
#493A23
(73,58,35)
#5B4D39
(91,77,57)
#6D604F
(109,96,79)
#7F7365
(127,115,101)
#91867B
(145,134,123)
#A39991
(163,153,145)
#B5ACA7
(181,172,167)
#C7BFBD
(199,191,189)
#D9D2D3
(217,210,211)
#EBE5E9
(235,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #37270D; }

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

This text font color is #37270D.


Background Color

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

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

This div background color is #37270D.


Border color

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

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

This div border color is #37270D.


Opacity

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

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

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

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

This text has shadow with #37270D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37270D on black background.


Color preview on white background

This text has color #37270D on white background.



Black color preview on #37270D background

This text has black color on #37270D background.


White color preview on #37270D background

This text has white color on #37270D background.