COLOR #37331B

HEX: #37331B RGB: (55,51,27)

Color info

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

RGB color model

#37331B color RGB value is (55,51,27).

RGB: (55,51,27) (22%, 20%, 11%)

RGB channels and saturation

R 55 of 255 = 22%
G 51 of 255 = 20%
B 27 of 255 = 11%

55
51
27

R + G + B ~ 18%. #37331B is dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 51 + 27 = 133 (100%)
R 55 of 133 ~ 41.35%
G 51 of 133 ~ 38.35%
B 27 of 133 ~ 20.3'%

%41.35
%38.35
%20.3

CMYK color model

#37331B color CMYK value is (0,7,51,78).

  • cyan value is 0.00%
  • magenta value is 7.27%
  • yellow value is 50.91%
  • key color value is 78.43%

CMYK: (0,7,51,78)
C0M7Y51K78 (0%, 7%, 51%, 78%)
(0.00 / 0.07 / 0.51 / 0.78)

CMYK percentages

%0
%7.27
%50.91
%78.43

Codes

Color #37331B in popluar color models

37 33 1B
RGB 55 51 27
HSL 51° 34.15% 16.08%
HSB/HSV 51° 50.91% 21.57%
CMYK 0.00% 7.27% 50.91%
78.43%

Color #37331B in popluar number systems.

HEX 37 33 1B
Decimal 55 51 27
Binary 110111 110011 11011
Octal 67 63 33

Shades and tints

Shades of #37331B

#37331B
(55,51,27)
#322F19
(50,47,25)
#2D2B17
(45,43,23)
#282715
(40,39,21)
#232313
(35,35,19)
#1E1F11
(30,31,17)
#191B0F
(25,27,15)
#14170D
(20,23,13)
#0F130B
(15,19,11)
#0A0F09
(10,15,9)
#050B07
(5,11,7)
#000000
(0,0,0)

Tints of #37331B

#37331B
(55,51,27)
#49452F
(73,69,47)
#5B5743
(91,87,67)
#6D6957
(109,105,87)
#7F7B6B
(127,123,107)
#918D7F
(145,141,127)
#A39F93
(163,159,147)
#B5B1A7
(181,177,167)
#C7C3BB
(199,195,187)
#D9D5CF
(217,213,207)
#EBE7E3
(235,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #37331B; }

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

This text font color is #37331B.

Background Color

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

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

This div background color is #37331B.

Border color

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

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

This div border color is #37331B.

Opacity

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

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

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

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

This text has shadow with #37331B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #37331B.

Preview

Color preview on black background

This text has color #37331B on black background.


Color preview on white background

This text has color #37331B on white background.


Black color preview on #37331B background

This text has black color on #37331B background.


White color preview on #37331B background

This text has white color on #37331B background.


Related colors

Complementary color

Complementary color for #hex is #C8CCE4.


I love getcolorcode.com

Triadic colors

1 #1B3733 and #331B37 with #37331B are triadic colors.

2 #1B3337 and #33371B with #37331B are triadic colors.