COLOR #373316

HEX: #373316
RGB: (55,51,22)

Color info

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

RGB color model

#373316 color RGB value is (55,51,22).

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

RGB channels and saturation

R 55 of 255 = 22%
G 51 of 255 = 20%
B 22 of 255 = 9%

55
51
22

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

Portions of RGB colors in percentages

R + G + B =
55 + 51 + 22 = 128 (100%)
R 55 of 128 ~ 42.97%
G 51 of 128 ~ 39.84%
B 22 of 128 ~ 17.19%

%42.97
%39.84
%17.19

CMYK color model

#373316 color CMYK value is (0,7,60,78).

  • cyan value is 0.00%
  • magenta value is 7.27%
  • yellow value is 60.00%
  • key color value is 78.43%
CMYK:
(0,7,60,78)
C0M7Y60K78 
(0%,7%,60%,78%)
(0.00/0.07/0.60/0.78)	

CMYK percentages

%0
%7.27
%60
%78.43

Codes

Color #373316 in popluar color models

373316
RGB555122
HSL53°42.86%15.10%
HSB/HSV53°60.00%21.57%
CMYK0.00%7.27%60.00%
78.43%

Color #373316 in popluar number systems.

HEX373316
Decimal555122
Binary11011111001110110
Octal676326

Shades and tints

Shades of #373316

#373316
(55,51,22)
#322F14
(50,47,20)
#2D2B12
(45,43,18)
#282710
(40,39,16)
#23230E
(35,35,14)
#1E1F0C
(30,31,12)
#191B0A
(25,27,10)
#141708
(20,23,8)
#0F1306
(15,19,6)
#0A0F04
(10,15,4)
#050B02
(5,11,2)
#000000
(0,0,0)

Tints of #373316

#373316
(55,51,22)
#49452B
(73,69,43)
#5B5740
(91,87,64)
#6D6955
(109,105,85)
#7F7B6A
(127,123,106)
#918D7F
(145,141,127)
#A39F94
(163,159,148)
#B5B1A9
(181,177,169)
#C7C3BE
(199,195,190)
#D9D5D3
(217,213,211)
#EBE7E8
(235,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #373316; }

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

This text font color is #373316.


Background Color

.myBgColor { background-color: #373316; }

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

This div background color is #373316.


Border color

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

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

This div border color is #373316.


Opacity

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

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

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

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

This text has shadow with #373316 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #373316 on black background.


Color preview on white background

This text has color #373316 on white background.



Black color preview on #373316 background

This text has black color on #373316 background.


White color preview on #373316 background

This text has white color on #373316 background.