COLOR #372930

HEX: #372930
RGB: (55,41,48)

Color info

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

RGB color model

#372930 color RGB value is (55,41,48).

  • red value is 55;
  • green value is 41;
  • blue value is 48.
RGB:
(55,41,48)
(22%,16%,19%)

RGB channels and saturation

R 55 of 255 = 22%
G 41 of 255 = 16%
B 48 of 255 = 19%

55
41
48

R + G + B ~ 19%. #372930 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 41 + 48 = 144 (100%)
R 55 of 144 ~ 38.19%
G 41 of 144 ~ 28.47%
B 48 of 144 ~ 33.33%

%38.19
%28.47
%33.33

CMYK color model

#372930 color CMYK value is (0,25,13,78).

  • cyan value is 0.00%
  • magenta value is 25.45%
  • yellow value is 12.73%
  • key color value is 78.43%
CMYK:
(0,25,13,78)
C0M25Y13K78 
(0%,25%,13%,78%)
(0.00/0.25/0.13/0.78)	

CMYK percentages

%0
%25.45
%12.73
%78.43

Codes

Color #372930 in popluar color models

372930
RGB554148
HSL330°14.58%18.82%
HSB/HSV330°25.45%21.57%
CMYK0.00%25.45%12.73%
78.43%

Color #372930 in popluar number systems.

HEX372930
Decimal554148
Binary110111101001110000
Octal675160

Shades and tints

Shades of #372930

#372930
(55,41,48)
#32262C
(50,38,44)
#2D2328
(45,35,40)
#282024
(40,32,36)
#231D20
(35,29,32)
#1E1A1C
(30,26,28)
#191718
(25,23,24)
#141414
(20,20,20)
#0F1110
(15,17,16)
#0A0E0C
(10,14,12)
#050B08
(5,11,8)
#000000
(0,0,0)

Tints of #372930

#372930
(55,41,48)
#493C42
(73,60,66)
#5B4F54
(91,79,84)
#6D6266
(109,98,102)
#7F7578
(127,117,120)
#91888A
(145,136,138)
#A39B9C
(163,155,156)
#B5AEAE
(181,174,174)
#C7C1C0
(199,193,192)
#D9D4D2
(217,212,210)
#EBE7E4
(235,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #372930 color. Also use rgb(55,41,48) instead hex code.

Text Font Color

.myTextColor { color: #372930; }

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

This text font color is #372930.


Background Color

.myBgColor { background-color: #372930; }

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

This div background color is #372930.


Border color

.myBorderColor { border: 1px solid #372930; }

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

This div border color is #372930.


Opacity

.myOpacity80 { color: #372930; opacity: 0.8; }

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

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

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

This text has shadow with #372930 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #372930 on black background.


Color preview on white background

This text has color #372930 on white background.



Black color preview on #372930 background

This text has black color on #372930 background.


White color preview on #372930 background

This text has white color on #372930 background.