COLOR #372730

HEX: #372730
RGB: (55,39,48)

Color info

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

RGB color model

#372730 color RGB value is (55,39,48).

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

RGB channels and saturation

R 55 of 255 = 22%
G 39 of 255 = 15%
B 48 of 255 = 19%

55
39
48

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

Portions of RGB colors in percentages

R + G + B =
55 + 39 + 48 = 142 (100%)
R 55 of 142 ~ 38.73%
G 39 of 142 ~ 27.46%
B 48 of 142 ~ 33.8%

%38.73
%27.46
%33.8

CMYK color model

#372730 color CMYK value is (0,29,13,78).

  • cyan value is 0.00%
  • magenta value is 29.09%
  • yellow value is 12.73%
  • key color value is 78.43%
CMYK: (0,29,13,78) C0M29Y13K78 (0%,29%,13%,78%) (0.00/0.29/0.13/0.78)

CMYK percentages

%0
%29.09
%12.73
%78.43

Codes

Color #372730 in popluar color models

372730
RGB553948
HSL326°17.02%18.43%
HSB/HSV326°29.09%21.57%
CMYK0.00%29.09%12.73%
78.43%

Color #372730 in popluar number systems.

HEX372730
Decimal553948
Binary110111100111110000
Octal674760

Shades and tints

Shades of #372730

#372730
(55,39,48)
#32242C
(50,36,44)
#2D2128
(45,33,40)
#281E24
(40,30,36)
#231B20
(35,27,32)
#1E181C
(30,24,28)
#191518
(25,21,24)
#141214
(20,18,20)
#0F0F10
(15,15,16)
#0A0C0C
(10,12,12)
#050908
(5,9,8)
#000000
(0,0,0)

Tints of #372730

#372730
(55,39,48)
#493A42
(73,58,66)
#5B4D54
(91,77,84)
#6D6066
(109,96,102)
#7F7378
(127,115,120)
#91868A
(145,134,138)
#A3999C
(163,153,156)
#B5ACAE
(181,172,174)
#C7BFC0
(199,191,192)
#D9D2D2
(217,210,210)
#EBE5E4
(235,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #372730; }

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

This text font color is #372730.


Background Color

.myBgColor { background-color: #372730; }

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

This div background color is #372730.


Border color

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

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

This div border color is #372730.


Opacity

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

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

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

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

This text has shadow with #372730 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #372730 on black background.


Color preview on white background

This text has color #372730 on white background.



Black color preview on #372730 background

This text has black color on #372730 background.


White color preview on #372730 background

This text has white color on #372730 background.