COLOR #37382C

HEX: #37382C RGB: (55,56,44)

Color info

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

RGB color model

#37382C color RGB value is (55,56,44).

RGB: (55,56,44) (22%, 22%, 17%)

RGB channels and saturation

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

55
56
44

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

Portions of RGB colors in percentages

R + G + B = 55 + 56 + 44 = 155 (100%)
R 55 of 155 ~ 35.48%
G 56 of 155 ~ 36.13%
B 44 of 155 ~ 28.39'%

%35.48
%36.13
%28.39

CMYK color model

#37382C color CMYK value is (2,0,21,78).

  • cyan value is 1.79%
  • magenta value is 0.00%
  • yellow value is 21.43%
  • key color value is 78.04%

CMYK: (2,0,21,78)
C2M0Y21K78 (2%, 0%, 21%, 78%)
(0.02 / 0.00 / 0.21 / 0.78)

CMYK percentages

%1.79
%0
%21.43
%78.04

Codes

Color #37382C in popluar color models

37 38 2C
RGB 55 56 44
HSL 65° 12.00% 19.61%
HSB/HSV 65° 21.43% 21.96%
CMYK 1.79% 0.00% 21.43%
78.04%

Color #37382C in popluar number systems.

HEX 37 38 2C
Decimal 55 56 44
Binary 110111 111000 101100
Octal 67 70 54

Shades and tints

Shades of #37382C

#37382C
(55,56,44)
#323328
(50,51,40)
#2D2E24
(45,46,36)
#282920
(40,41,32)
#23241C
(35,36,28)
#1E1F18
(30,31,24)
#191A14
(25,26,20)
#141510
(20,21,16)
#0F100C
(15,16,12)
#0A0B08
(10,11,8)
#050604
(5,6,4)
#000000
(0,0,0)

Tints of #37382C

#37382C
(55,56,44)
#494A3F
(73,74,63)
#5B5C52
(91,92,82)
#6D6E65
(109,110,101)
#7F8078
(127,128,120)
#91928B
(145,146,139)
#A3A49E
(163,164,158)
#B5B6B1
(181,182,177)
#C7C8C4
(199,200,196)
#D9DAD7
(217,218,215)
#EBECEA
(235,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #37382C; }

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

This text font color is #37382C.

Background Color

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

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

This div background color is #37382C.

Border color

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

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

This div border color is #37382C.

Opacity

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

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

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

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

This text has shadow with #37382C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #37382C.

Preview

Color preview on black background

This text has color #37382C on black background.


Color preview on white background

This text has color #37382C on white background.


Black color preview on #37382C background

This text has black color on #37382C background.


White color preview on #37382C background

This text has white color on #37382C background.


Related colors

Complementary color

Complementary color for #hex is #C8C7D3.


I love getcolorcode.com

Triadic colors

1 #2C3738 and #382C37 with #37382C are triadic colors.

2 #2C3837 and #38372C with #37382C are triadic colors.