COLOR #372F3C

HEX: #372F3C RGB: (55,47,60)

Color info

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

RGB color model

#372F3C color RGB value is (55,47,60).

RGB: (55,47,60) (22%, 18%, 24%)

RGB channels and saturation

R 55 of 255 = 22%
G 47 of 255 = 18%
B 60 of 255 = 24%

55
47
60

R + G + B ~ 21%. #372F3C is dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 47 + 60 = 162 (100%)
R 55 of 162 ~ 33.95%
G 47 of 162 ~ 29.01%
B 60 of 162 ~ 37.04'%

%33.95
%29.01
%37.04

CMYK color model

#372F3C color CMYK value is (8,22,0,76).

  • cyan value is 8.33%
  • magenta value is 21.67%
  • yellow value is 0.00%
  • key color value is 76.47%

CMYK: (8,22,0,76)
C8M22Y0K76 (8%, 22%, 0%, 76%)
(0.08 / 0.22 / 0.00 / 0.76)

CMYK percentages

%8.33
%21.67
%0
%76.47

Codes

Color #372F3C in popluar color models

37 2F 3C
RGB 55 47 60
HSL 277° 12.15% 20.98%
HSB/HSV 277° 21.67% 23.53%
CMYK 8.33% 21.67% 0.00%
76.47%

Color #372F3C in popluar number systems.

HEX 37 2F 3C
Decimal 55 47 60
Binary 110111 101111 111100
Octal 67 57 74

Shades and tints

Shades of #372F3C

#372F3C
(55,47,60)
#322B37
(50,43,55)
#2D2732
(45,39,50)
#28232D
(40,35,45)
#231F28
(35,31,40)
#1E1B23
(30,27,35)
#19171E
(25,23,30)
#141319
(20,19,25)
#0F0F14
(15,15,20)
#0A0B0F
(10,11,15)
#05070A
(5,7,10)
#000000
(0,0,0)

Tints of #372F3C

#372F3C
(55,47,60)
#49414D
(73,65,77)
#5B535E
(91,83,94)
#6D656F
(109,101,111)
#7F7780
(127,119,128)
#918991
(145,137,145)
#A39BA2
(163,155,162)
#B5ADB3
(181,173,179)
#C7BFC4
(199,191,196)
#D9D1D5
(217,209,213)
#EBE3E6
(235,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #372F3C color. Also use rgb(55,47,60) instead hex code.

Text Font Color

.myTextColor { color: #372F3C; }

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

This text font color is #372F3C.

Background Color

.myBgColor { background-color: #372F3C; }

<div style="background-color:#372F3C">Inner text</div>

This div background color is #372F3C.

Border color

.myBorderColor { border: 1px solid #372F3C; }

<div style="border:3px solid #372F3C">Div</div>

This div border color is #372F3C.

Opacity

.myOpacity80 { color: #372F3C; opacity: 0.8; }

<p style="color:#372F3C;opacity:0.8;">80%</p>

Text with #372F3C 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 #372F3C;}

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

This text has shadow with #372F3C color.


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

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

This text has shadow with #372F3C primary color and red secondary color.


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

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

This text has shadow with #372F3C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #372F3C.

Preview

Color preview on black background

This text has color #372F3C on black background.


Color preview on white background

This text has color #372F3C on white background.


Black color preview on #372F3C background

This text has black color on #372F3C background.


White color preview on #372F3C background

This text has white color on #372F3C background.


Related colors

Complementary color

Complementary color for #hex is #C8D0C3.


I love getcolorcode.com

Triadic colors

1 #3C372F and #2F3C37 with #372F3C are triadic colors.

2 #3C2F37 and #2F373C with #372F3C are triadic colors.