COLOR #37381B

HEX: #37381B
RGB: (55,56,27)

Color info

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

RGB color model

#37381B color RGB value is (55,56,27).

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

RGB channels and saturation

R 55 of 255 = 22%
G 56 of 255 = 22%
B 27 of 255 = 11%

55
56
27

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

Portions of RGB colors in percentages

R + G + B =
55 + 56 + 27 = 138 (100%)
R 55 of 138 ~ 39.86%
G 56 of 138 ~ 40.58%
B 27 of 138 ~ 19.57%

%39.86
%40.58
%19.57

CMYK color model

#37381B color CMYK value is (2,0,52,78).

  • cyan value is 1.79%
  • magenta value is 0.00%
  • yellow value is 51.79%
  • key color value is 78.04%
CMYK:
(2,0,52,78)
C2M0Y52K78 
(2%,0%,52%,78%)
(0.02/0.00/0.52/0.78)	

CMYK percentages

%1.79
%0
%51.79
%78.04

Codes

Color #37381B in popluar color models

37381B
RGB555627
HSL62°34.94%16.27%
HSB/HSV62°51.79%21.96%
CMYK1.79%0.00%51.79%
78.04%

Color #37381B in popluar number systems.

HEX37381B
Decimal555627
Binary11011111100011011
Octal677033

Shades and tints

Shades of #37381B

#37381B
(55,56,27)
#323319
(50,51,25)
#2D2E17
(45,46,23)
#282915
(40,41,21)
#232413
(35,36,19)
#1E1F11
(30,31,17)
#191A0F
(25,26,15)
#14150D
(20,21,13)
#0F100B
(15,16,11)
#0A0B09
(10,11,9)
#050607
(5,6,7)
#000000
(0,0,0)

Tints of #37381B

#37381B
(55,56,27)
#494A2F
(73,74,47)
#5B5C43
(91,92,67)
#6D6E57
(109,110,87)
#7F806B
(127,128,107)
#91927F
(145,146,127)
#A3A493
(163,164,147)
#B5B6A7
(181,182,167)
#C7C8BB
(199,200,187)
#D9DACF
(217,218,207)
#EBECE3
(235,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #37381B; }

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

This text font color is #37381B.


Background Color

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

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

This div background color is #37381B.


Border color

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

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

This div border color is #37381B.


Opacity

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

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

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

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

This text has shadow with #37381B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37381B on black background.


Color preview on white background

This text has color #37381B on white background.



Black color preview on #37381B background

This text has black color on #37381B background.


White color preview on #37381B background

This text has white color on #37381B background.