COLOR #37382F

HEX: #37382F RGB: (55,56,47)

Color info

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

RGB color model

#37382F color RGB value is (55,56,47).

RGB: (55,56,47) (22%, 22%, 18%)

RGB channels and saturation

R 55 of 255 = 22%
G 56 of 255 = 22%
B 47 of 255 = 18%

55
56
47

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

Portions of RGB colors in percentages

R + G + B = 55 + 56 + 47 = 158 (100%)
R 55 of 158 ~ 34.81%
G 56 of 158 ~ 35.44%
B 47 of 158 ~ 29.75'%

%34.81
%35.44
%29.75

CMYK color model

#37382F color CMYK value is (2,0,16,78).

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

CMYK: (2,0,16,78)
C2M0Y16K78 (2%, 0%, 16%, 78%)
(0.02 / 0.00 / 0.16 / 0.78)

CMYK percentages

%1.79
%0
%16.07
%78.04

Codes

Color #37382F in popluar color models

37 38 2F
RGB 55 56 47
HSL 67° 8.74% 20.20%
HSB/HSV 67° 16.07% 21.96%
CMYK 1.79% 0.00% 16.07%
78.04%

Color #37382F in popluar number systems.

HEX 37 38 2F
Decimal 55 56 47
Binary 110111 111000 101111
Octal 67 70 57

Shades and tints

Shades of #37382F

#37382F
(55,56,47)
#32332B
(50,51,43)
#2D2E27
(45,46,39)
#282923
(40,41,35)
#23241F
(35,36,31)
#1E1F1B
(30,31,27)
#191A17
(25,26,23)
#141513
(20,21,19)
#0F100F
(15,16,15)
#0A0B0B
(10,11,11)
#050607
(5,6,7)
#000000
(0,0,0)

Tints of #37382F

#37382F
(55,56,47)
#494A41
(73,74,65)
#5B5C53
(91,92,83)
#6D6E65
(109,110,101)
#7F8077
(127,128,119)
#919289
(145,146,137)
#A3A49B
(163,164,155)
#B5B6AD
(181,182,173)
#C7C8BF
(199,200,191)
#D9DAD1
(217,218,209)
#EBECE3
(235,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #37382F; }

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

This text font color is #37382F.

Background Color

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

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

This div background color is #37382F.

Border color

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

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

This div border color is #37382F.

Opacity

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

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

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

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

This text has shadow with #37382F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #37382F.

Preview

Color preview on black background

This text has color #37382F on black background.


Color preview on white background

This text has color #37382F on white background.


Black color preview on #37382F background

This text has black color on #37382F background.


White color preview on #37382F background

This text has white color on #37382F background.


Related colors

Complementary color

Complementary color for #hex is #C8C7D0.


I love getcolorcode.com

Triadic colors

1 #2F3738 and #382F37 with #37382F are triadic colors.

2 #2F3837 and #38372F with #37382F are triadic colors.