COLOR #37090B

HEX: #37090B RGB: (55,9,11)

Color info

#37090B contains red, green and blue colors in about the same proportion. Web safe color of #37090B is #330000 (or #300).

RGB color model

#37090B color RGB value is (55,9,11).

RGB: (55,9,11) (22%, 4%, 4%)

RGB channels and saturation

R 55 of 255 = 22%
G 9 of 255 = 4%
B 11 of 255 = 4%

55
9
11

R + G + B ~ 10%. #37090B is dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 9 + 11 = 75 (100%)
R 55 of 75 ~ 73.33%
G 9 of 75 ~ 12%
B 11 of 75 ~ 14.67'%

%73.33
%12
%14.67

CMYK color model

#37090B color CMYK value is (0,84,80,78).

  • cyan value is 0.00%
  • magenta value is 83.64%
  • yellow value is 80.00%
  • key color value is 78.43%

CMYK: (0,84,80,78)
C0M84Y80K78 (0%, 84%, 80%, 78%)
(0.00 / 0.84 / 0.80 / 0.78)

CMYK percentages

%0
%83.64
%80
%78.43

Codes

Color #37090B in popluar color models

37 09 0B
RGB 55 9 11
HSL 357° 71.88% 12.55%
HSB/HSV 357° 83.64% 21.57%
CMYK 0.00% 83.64% 80.00%
78.43%

Color #37090B in popluar number systems.

HEX 37 09 0B
Decimal 55 9 11
Binary 110111 1001 1011
Octal 67 11 13

Shades and tints

Shades of #37090B

#37090B
(55,9,11)
#32090A
(50,9,10)
#2D0909
(45,9,9)
#280908
(40,9,8)
#230907
(35,9,7)
#1E0906
(30,9,6)
#190905
(25,9,5)
#140904
(20,9,4)
#0F0903
(15,9,3)
#0A0902
(10,9,2)
#050901
(5,9,1)
#000000
(0,0,0)

Tints of #37090B

#37090B
(55,9,11)
#491F21
(73,31,33)
#5B3537
(91,53,55)
#6D4B4D
(109,75,77)
#7F6163
(127,97,99)
#917779
(145,119,121)
#A38D8F
(163,141,143)
#B5A3A5
(181,163,165)
#C7B9BB
(199,185,187)
#D9CFD1
(217,207,209)
#EBE5E7
(235,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #37090B; }

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

This text font color is #37090B.

Background Color

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

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

This div background color is #37090B.

Border color

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

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

This div border color is #37090B.

Opacity

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

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

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

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

This text has shadow with #37090B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #37090B.

Preview

Color preview on black background

This text has color #37090B on black background.


Color preview on white background

This text has color #37090B on white background.


Black color preview on #37090B background

This text has black color on #37090B background.


White color preview on #37090B background

This text has white color on #37090B background.


Related colors

Complementary color

Complementary color for #hex is #C8F6F4.


I love getcolorcode.com

Triadic colors

1 #0B3709 and #090B37 with #37090B are triadic colors.

2 #0B0937 and #09370B with #37090B are triadic colors.