COLOR #373916

HEX: #373916
RGB: (55,57,22)

Color info

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

RGB color model

#373916 color RGB value is (55,57,22).

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

RGB channels and saturation

R 55 of 255 = 22%
G 57 of 255 = 22%
B 22 of 255 = 9%

55
57
22

R + G + B ~ 18%. #373916 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 57 + 22 = 134 (100%)
R 55 of 134 ~ 41.04%
G 57 of 134 ~ 42.54%
B 22 of 134 ~ 16.42%

%41.04
%42.54
%16.42

CMYK color model

#373916 color CMYK value is (4,0,61,78).

  • cyan value is 3.51%
  • magenta value is 0.00%
  • yellow value is 61.40%
  • key color value is 77.65%
CMYK:
(4,0,61,78)
C4M0Y61K78 
(4%,0%,61%,78%)
(0.04/0.00/0.61/0.78)	

CMYK percentages

%3.51
%0
%61.4
%77.65

Codes

Color #373916 in popluar color models

373916
RGB555722
HSL63°44.30%15.49%
HSB/HSV63°61.40%22.35%
CMYK3.51%0.00%61.40%
77.65%

Color #373916 in popluar number systems.

HEX373916
Decimal555722
Binary11011111100110110
Octal677126

Shades and tints

Shades of #373916

#373916
(55,57,22)
#323414
(50,52,20)
#2D2F12
(45,47,18)
#282A10
(40,42,16)
#23250E
(35,37,14)
#1E200C
(30,32,12)
#191B0A
(25,27,10)
#141608
(20,22,8)
#0F1106
(15,17,6)
#0A0C04
(10,12,4)
#050702
(5,7,2)
#000000
(0,0,0)

Tints of #373916

#373916
(55,57,22)
#494B2B
(73,75,43)
#5B5D40
(91,93,64)
#6D6F55
(109,111,85)
#7F816A
(127,129,106)
#91937F
(145,147,127)
#A3A594
(163,165,148)
#B5B7A9
(181,183,169)
#C7C9BE
(199,201,190)
#D9DBD3
(217,219,211)
#EBEDE8
(235,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #373916; }

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

This text font color is #373916.


Background Color

.myBgColor { background-color: #373916; }

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

This div background color is #373916.


Border color

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

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

This div border color is #373916.


Opacity

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

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

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

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

This text has shadow with #373916 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #373916 on black background.


Color preview on white background

This text has color #373916 on white background.



Black color preview on #373916 background

This text has black color on #373916 background.


White color preview on #373916 background

This text has white color on #373916 background.