COLOR #37301B

HEX: #37301B
RGB: (55,48,27)

Color info

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

RGB color model

#37301B color RGB value is (55,48,27).

  • red value is 55;
  • green value is 48;
  • blue value is 27.
RGB:
(55,48,27)
(22%,19%,11%)

RGB channels and saturation

R 55 of 255 = 22%
G 48 of 255 = 19%
B 27 of 255 = 11%

55
48
27

R + G + B ~ 17%. #37301B is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 48 + 27 = 130 (100%)
R 55 of 130 ~ 42.31%
G 48 of 130 ~ 36.92%
B 27 of 130 ~ 20.77%

%42.31
%36.92
%20.77

CMYK color model

#37301B color CMYK value is (0,13,51,78).

  • cyan value is 0.00%
  • magenta value is 12.73%
  • yellow value is 50.91%
  • key color value is 78.43%
CMYK:
(0,13,51,78)
C0M13Y51K78 
(0%,13%,51%,78%)
(0.00/0.13/0.51/0.78)	

CMYK percentages

%0
%12.73
%50.91
%78.43

Codes

Color #37301B in popluar color models

37301B
RGB554827
HSL45°34.15%16.08%
HSB/HSV45°50.91%21.57%
CMYK0.00%12.73%50.91%
78.43%

Color #37301B in popluar number systems.

HEX37301B
Decimal554827
Binary11011111000011011
Octal676033

Shades and tints

Shades of #37301B

#37301B
(55,48,27)
#322C19
(50,44,25)
#2D2817
(45,40,23)
#282415
(40,36,21)
#232013
(35,32,19)
#1E1C11
(30,28,17)
#19180F
(25,24,15)
#14140D
(20,20,13)
#0F100B
(15,16,11)
#0A0C09
(10,12,9)
#050807
(5,8,7)
#000000
(0,0,0)

Tints of #37301B

#37301B
(55,48,27)
#49422F
(73,66,47)
#5B5443
(91,84,67)
#6D6657
(109,102,87)
#7F786B
(127,120,107)
#918A7F
(145,138,127)
#A39C93
(163,156,147)
#B5AEA7
(181,174,167)
#C7C0BB
(199,192,187)
#D9D2CF
(217,210,207)
#EBE4E3
(235,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37301B color. Also use rgb(55,48,27) instead hex code.

Text Font Color

.myTextColor { color: #37301B; }

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

This text font color is #37301B.


Background Color

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

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

This div background color is #37301B.


Border color

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

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

This div border color is #37301B.


Opacity

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

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

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

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

This text has shadow with #37301B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37301B on black background.


Color preview on white background

This text has color #37301B on white background.



Black color preview on #37301B background

This text has black color on #37301B background.


White color preview on #37301B background

This text has white color on #37301B background.