COLOR #37300B

HEX: #37300B
RGB: (55,48,11)

Color info

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

RGB color model

#37300B color RGB value is (55,48,11).

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

RGB channels and saturation

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

55
48
11

R + G + B ~ 15%. #37300B is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 48 + 11 = 114 (100%)
R 55 of 114 ~ 48.25%
G 48 of 114 ~ 42.11%
B 11 of 114 ~ 9.65%

%48.25
%42.11
%9.65

CMYK color model

#37300B color CMYK value is (0,13,80,78).

  • cyan value is 0.00%
  • magenta value is 12.73%
  • yellow value is 80.00%
  • key color value is 78.43%
CMYK:
(0,13,80,78)
C0M13Y80K78 
(0%,13%,80%,78%)
(0.00/0.13/0.80/0.78)	

CMYK percentages

%0
%12.73
%80
%78.43

Codes

Color #37300B in popluar color models

37300B
RGB554811
HSL50°66.67%12.94%
HSB/HSV50°80.00%21.57%
CMYK0.00%12.73%80.00%
78.43%

Color #37300B in popluar number systems.

HEX37300B
Decimal554811
Binary1101111100001011
Octal676013

Shades and tints

Shades of #37300B

#37300B
(55,48,11)
#322C0A
(50,44,10)
#2D2809
(45,40,9)
#282408
(40,36,8)
#232007
(35,32,7)
#1E1C06
(30,28,6)
#191805
(25,24,5)
#141404
(20,20,4)
#0F1003
(15,16,3)
#0A0C02
(10,12,2)
#050801
(5,8,1)
#000000
(0,0,0)

Tints of #37300B

#37300B
(55,48,11)
#494221
(73,66,33)
#5B5437
(91,84,55)
#6D664D
(109,102,77)
#7F7863
(127,120,99)
#918A79
(145,138,121)
#A39C8F
(163,156,143)
#B5AEA5
(181,174,165)
#C7C0BB
(199,192,187)
#D9D2D1
(217,210,209)
#EBE4E7
(235,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #37300B; }

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

This text font color is #37300B.


Background Color

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

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

This div background color is #37300B.


Border color

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

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

This div border color is #37300B.


Opacity

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

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

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

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

This text has shadow with #37300B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37300B on black background.


Color preview on white background

This text has color #37300B on white background.



Black color preview on #37300B background

This text has black color on #37300B background.


White color preview on #37300B background

This text has white color on #37300B background.