COLOR #37382B

HEX: #37382B
RGB: (55,56,43)

Color info

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

RGB color model

#37382B color RGB value is (55,56,43).

  • red value is 55;
  • green value is 56;
  • blue value is 43.
RGB:
(55,56,43)
(22%,22%,17%)

RGB channels and saturation

R 55 of 255 = 22%
G 56 of 255 = 22%
B 43 of 255 = 17%

55
56
43

R + G + B ~ 20%. #37382B is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 56 + 43 = 154 (100%)
R 55 of 154 ~ 35.71%
G 56 of 154 ~ 36.36%
B 43 of 154 ~ 27.92%

%35.71
%36.36
%27.92

CMYK color model

#37382B color CMYK value is (2,0,23,78).

  • cyan value is 1.79%
  • magenta value is 0.00%
  • yellow value is 23.21%
  • key color value is 78.04%
CMYK:
(2,0,23,78)
C2M0Y23K78 
(2%,0%,23%,78%)
(0.02/0.00/0.23/0.78)	

CMYK percentages

%1.79
%0
%23.21
%78.04

Codes

Color #37382B in popluar color models

37382B
RGB555643
HSL65°13.13%19.41%
HSB/HSV65°23.21%21.96%
CMYK1.79%0.00%23.21%
78.04%

Color #37382B in popluar number systems.

HEX37382B
Decimal555643
Binary110111111000101011
Octal677053

Shades and tints

Shades of #37382B

#37382B
(55,56,43)
#323328
(50,51,40)
#2D2E25
(45,46,37)
#282922
(40,41,34)
#23241F
(35,36,31)
#1E1F1C
(30,31,28)
#191A19
(25,26,25)
#141516
(20,21,22)
#0F1013
(15,16,19)
#0A0B10
(10,11,16)
#05060D
(5,6,13)
#000000
(0,0,0)

Tints of #37382B

#37382B
(55,56,43)
#494A3E
(73,74,62)
#5B5C51
(91,92,81)
#6D6E64
(109,110,100)
#7F8077
(127,128,119)
#91928A
(145,146,138)
#A3A49D
(163,164,157)
#B5B6B0
(181,182,176)
#C7C8C3
(199,200,195)
#D9DAD6
(217,218,214)
#EBECE9
(235,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37382B color. Also use rgb(55,56,43) instead hex code.

Text Font Color

.myTextColor { color: #37382B; }

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

This text font color is #37382B.


Background Color

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

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

This div background color is #37382B.


Border color

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

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

This div border color is #37382B.


Opacity

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

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

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

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

This text has shadow with #37382B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37382B on black background.


Color preview on white background

This text has color #37382B on white background.



Black color preview on #37382B background

This text has black color on #37382B background.


White color preview on #37382B background

This text has white color on #37382B background.