COLOR #373115

HEX: #373115
RGB: (55,49,21)

Color info

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

RGB color model

#373115 color RGB value is (55,49,21).

  • red value is 55;
  • green value is 49;
  • blue value is 21.
RGB:
(55,49,21)
(22%,19%,8%)

RGB channels and saturation

R 55 of 255 = 22%
G 49 of 255 = 19%
B 21 of 255 = 8%

55
49
21

R + G + B ~ 16%. #373115 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 49 + 21 = 125 (100%)
R 55 of 125 ~ 44%
G 49 of 125 ~ 39.2%
B 21 of 125 ~ 16.8%

%44
%39.2
%16.8

CMYK color model

#373115 color CMYK value is (0,11,62,78).

  • cyan value is 0.00%
  • magenta value is 10.91%
  • yellow value is 61.82%
  • key color value is 78.43%
CMYK:
(0,11,62,78)
C0M11Y62K78 
(0%,11%,62%,78%)
(0.00/0.11/0.62/0.78)	

CMYK percentages

%0
%10.91
%61.82
%78.43

Codes

Color #373115 in popluar color models

373115
RGB554921
HSL49°44.74%14.90%
HSB/HSV49°61.82%21.57%
CMYK0.00%10.91%61.82%
78.43%

Color #373115 in popluar number systems.

HEX373115
Decimal554921
Binary11011111000110101
Octal676125

Shades and tints

Shades of #373115

#373115
(55,49,21)
#322D14
(50,45,20)
#2D2913
(45,41,19)
#282512
(40,37,18)
#232111
(35,33,17)
#1E1D10
(30,29,16)
#19190F
(25,25,15)
#14150E
(20,21,14)
#0F110D
(15,17,13)
#0A0D0C
(10,13,12)
#05090B
(5,9,11)
#000000
(0,0,0)

Tints of #373115

#373115
(55,49,21)
#49432A
(73,67,42)
#5B553F
(91,85,63)
#6D6754
(109,103,84)
#7F7969
(127,121,105)
#918B7E
(145,139,126)
#A39D93
(163,157,147)
#B5AFA8
(181,175,168)
#C7C1BD
(199,193,189)
#D9D3D2
(217,211,210)
#EBE5E7
(235,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #373115; }

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

This text font color is #373115.


Background Color

.myBgColor { background-color: #373115; }

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

This div background color is #373115.


Border color

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

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

This div border color is #373115.


Opacity

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

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

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

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

This text has shadow with #373115 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #373115 on black background.


Color preview on white background

This text has color #373115 on white background.



Black color preview on #373115 background

This text has black color on #373115 background.


White color preview on #373115 background

This text has white color on #373115 background.