COLOR #37270B

HEX: #37270B
RGB: (55,39,11)

Color info

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

RGB color model

#37270B color RGB value is (55,39,11).

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

RGB channels and saturation

R 55 of 255 = 22%
G 39 of 255 = 15%
B 11 of 255 = 4%

55
39
11

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

Portions of RGB colors in percentages

R + G + B =
55 + 39 + 11 = 105 (100%)
R 55 of 105 ~ 52.38%
G 39 of 105 ~ 37.14%
B 11 of 105 ~ 10.48%

%52.38
%37.14
%10.48

CMYK color model

#37270B color CMYK value is (0,29,80,78).

  • cyan value is 0.00%
  • magenta value is 29.09%
  • yellow value is 80.00%
  • key color value is 78.43%
CMYK:
(0,29,80,78)
C0M29Y80K78 
(0%,29%,80%,78%)
(0.00/0.29/0.80/0.78)	

CMYK percentages

%0
%29.09
%80
%78.43

Codes

Color #37270B in popluar color models

37270B
RGB553911
HSL38°66.67%12.94%
HSB/HSV38°80.00%21.57%
CMYK0.00%29.09%80.00%
78.43%

Color #37270B in popluar number systems.

HEX37270B
Decimal553911
Binary1101111001111011
Octal674713

Shades and tints

Shades of #37270B

#37270B
(55,39,11)
#32240A
(50,36,10)
#2D2109
(45,33,9)
#281E08
(40,30,8)
#231B07
(35,27,7)
#1E1806
(30,24,6)
#191505
(25,21,5)
#141204
(20,18,4)
#0F0F03
(15,15,3)
#0A0C02
(10,12,2)
#050901
(5,9,1)
#000000
(0,0,0)

Tints of #37270B

#37270B
(55,39,11)
#493A21
(73,58,33)
#5B4D37
(91,77,55)
#6D604D
(109,96,77)
#7F7363
(127,115,99)
#918679
(145,134,121)
#A3998F
(163,153,143)
#B5ACA5
(181,172,165)
#C7BFBB
(199,191,187)
#D9D2D1
(217,210,209)
#EBE5E7
(235,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #37270B; }

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

This text font color is #37270B.


Background Color

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

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

This div background color is #37270B.


Border color

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

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

This div border color is #37270B.


Opacity

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

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

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

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

This text has shadow with #37270B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37270B on black background.


Color preview on white background

This text has color #37270B on white background.



Black color preview on #37270B background

This text has black color on #37270B background.


White color preview on #37270B background

This text has white color on #37270B background.