COLOR #373712

HEX: #373712
RGB: (55,55,18)

Color info

#373712 contains red, green and blue colors in about the same proportion. Web safe color of #373712 is #333300 (or #330).

RGB color model

#373712 color RGB value is (55,55,18).

  • red value is 55;
  • green value is 55;
  • blue value is 18.
RGB:
(55,55,18)
(22%,22%,7%)

RGB channels and saturation

R 55 of 255 = 22%
G 55 of 255 = 22%
B 18 of 255 = 7%

55
55
18

R + G + B ~ 17%. #373712 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 55 + 18 = 128 (100%)
R 55 of 128 ~ 42.97%
G 55 of 128 ~ 42.97%
B 18 of 128 ~ 14.06%

%42.97
%42.97
%14.06

CMYK color model

#373712 color CMYK value is (0,0,67,78).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 67.27%
  • key color value is 78.43%
CMYK:
(0,0,67,78)
C0M0Y67K78 
(0%,0%,67%,78%)
(0.00/0.00/0.67/0.78)	

CMYK percentages

%0
%0
%67.27
%78.43

Codes

Color #373712 in popluar color models

373712
RGB555518
HSL60°50.68%14.31%
HSB/HSV60°67.27%21.57%
CMYK0.00%0.00%67.27%
78.43%

Color #373712 in popluar number systems.

HEX373712
Decimal555518
Binary11011111011110010
Octal676722

Shades and tints

Shades of #373712

#373712
(55,55,18)
#323211
(50,50,17)
#2D2D10
(45,45,16)
#28280F
(40,40,15)
#23230E
(35,35,14)
#1E1E0D
(30,30,13)
#19190C
(25,25,12)
#14140B
(20,20,11)
#0F0F0A
(15,15,10)
#0A0A09
(10,10,9)
#050508
(5,5,8)
#000000
(0,0,0)

Tints of #373712

#373712
(55,55,18)
#494927
(73,73,39)
#5B5B3C
(91,91,60)
#6D6D51
(109,109,81)
#7F7F66
(127,127,102)
#91917B
(145,145,123)
#A3A390
(163,163,144)
#B5B5A5
(181,181,165)
#C7C7BA
(199,199,186)
#D9D9CF
(217,217,207)
#EBEBE4
(235,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #373712; }

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

This text font color is #373712.


Background Color

.myBgColor { background-color: #373712; }

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

This div background color is #373712.


Border color

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

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

This div border color is #373712.


Opacity

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

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

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

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

This text has shadow with #373712 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #373712 on black background.


Color preview on white background

This text has color #373712 on white background.



Black color preview on #373712 background

This text has black color on #373712 background.


White color preview on #373712 background

This text has white color on #373712 background.