COLOR #373A0F

HEX: #373A0F
RGB: (55,58,15)

Color info

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

RGB color model

#373A0F color RGB value is (55,58,15).

  • red value is 55;
  • green value is 58;
  • blue value is 15.
RGB:
(55,58,15)
(22%,23%,6%)

RGB channels and saturation

R 55 of 255 = 22%
G 58 of 255 = 23%
B 15 of 255 = 6%

55
58
15

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

Portions of RGB colors in percentages

R + G + B =
55 + 58 + 15 = 128 (100%)
R 55 of 128 ~ 42.97%
G 58 of 128 ~ 45.31%
B 15 of 128 ~ 11.72%

%42.97
%45.31
%11.72

CMYK color model

#373A0F color CMYK value is (5,0,74,77).

  • cyan value is 5.17%
  • magenta value is 0.00%
  • yellow value is 74.14%
  • key color value is 77.25%
CMYK:
(5,0,74,77)
C5M0Y74K77 
(5%,0%,74%,77%)
(0.05/0.00/0.74/0.77)	

CMYK percentages

%5.17
%0
%74.14
%77.25

Codes

Color #373A0F in popluar color models

373A0F
RGB555815
HSL64°58.90%14.31%
HSB/HSV64°74.14%22.75%
CMYK5.17%0.00%74.14%
77.25%

Color #373A0F in popluar number systems.

HEX373A0F
Decimal555815
Binary1101111110101111
Octal677217

Shades and tints

Shades of #373A0F

#373A0F
(55,58,15)
#32350E
(50,53,14)
#2D300D
(45,48,13)
#282B0C
(40,43,12)
#23260B
(35,38,11)
#1E210A
(30,33,10)
#191C09
(25,28,9)
#141708
(20,23,8)
#0F1207
(15,18,7)
#0A0D06
(10,13,6)
#050805
(5,8,5)
#000000
(0,0,0)

Tints of #373A0F

#373A0F
(55,58,15)
#494B24
(73,75,36)
#5B5C39
(91,92,57)
#6D6D4E
(109,109,78)
#7F7E63
(127,126,99)
#918F78
(145,143,120)
#A3A08D
(163,160,141)
#B5B1A2
(181,177,162)
#C7C2B7
(199,194,183)
#D9D3CC
(217,211,204)
#EBE4E1
(235,228,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #373A0F color. Also use rgb(55,58,15) instead hex code.

Text Font Color

.myTextColor { color: #373A0F; }

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

This text font color is #373A0F.


Background Color

.myBgColor { background-color: #373A0F; }

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

This div background color is #373A0F.


Border color

.myBorderColor { border: 1px solid #373A0F; }

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

This div border color is #373A0F.


Opacity

.myOpacity80 { color: #373A0F; opacity: 0.8; }

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

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

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

This text has shadow with #373A0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #373A0F on black background.


Color preview on white background

This text has color #373A0F on white background.



Black color preview on #373A0F background

This text has black color on #373A0F background.


White color preview on #373A0F background

This text has white color on #373A0F background.