COLOR #373416

HEX: #373416
RGB: (55,52,22)

Color info

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

RGB color model

#373416 color RGB value is (55,52,22).

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

RGB channels and saturation

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

55
52
22

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

Portions of RGB colors in percentages

R + G + B =
55 + 52 + 22 = 129 (100%)
R 55 of 129 ~ 42.64%
G 52 of 129 ~ 40.31%
B 22 of 129 ~ 17.05%

%42.64
%40.31
%17.05

CMYK color model

#373416 color CMYK value is (0,5,60,78).

  • cyan value is 0.00%
  • magenta value is 5.45%
  • yellow value is 60.00%
  • key color value is 78.43%
CMYK: (0,5,60,78) C0M5Y60K78 (0%,5%,60%,78%) (0.00/0.05/0.60/0.78)

CMYK percentages

%0
%5.45
%60
%78.43

Codes

Color #373416 in popluar color models

373416
RGB555222
HSL55°42.86%15.10%
HSB/HSV55°60.00%21.57%
CMYK0.00%5.45%60.00%
78.43%

Color #373416 in popluar number systems.

HEX373416
Decimal555222
Binary11011111010010110
Octal676426

Shades and tints

Shades of #373416

#373416
(55,52,22)
#323014
(50,48,20)
#2D2C12
(45,44,18)
#282810
(40,40,16)
#23240E
(35,36,14)
#1E200C
(30,32,12)
#191C0A
(25,28,10)
#141808
(20,24,8)
#0F1406
(15,20,6)
#0A1004
(10,16,4)
#050C02
(5,12,2)
#000000
(0,0,0)

Tints of #373416

#373416
(55,52,22)
#49462B
(73,70,43)
#5B5840
(91,88,64)
#6D6A55
(109,106,85)
#7F7C6A
(127,124,106)
#918E7F
(145,142,127)
#A3A094
(163,160,148)
#B5B2A9
(181,178,169)
#C7C4BE
(199,196,190)
#D9D6D3
(217,214,211)
#EBE8E8
(235,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #373416; }

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

This text font color is #373416.


Background Color

.myBgColor { background-color: #373416; }

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

This div background color is #373416.


Border color

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

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

This div border color is #373416.


Opacity

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

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

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

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

This text has shadow with #373416 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #373416 on black background.


Color preview on white background

This text has color #373416 on white background.



Black color preview on #373416 background

This text has black color on #373416 background.


White color preview on #373416 background

This text has white color on #373416 background.