COLOR #371505

HEX: #371505
RGB: (55,21,5)

Color info

#371505 contains red, green and blue colors in about the same proportion. Web safe color of #371505 is #330000 (or #300).

RGB color model

#371505 color RGB value is (55,21,5).

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

RGB channels and saturation

R 55 of 255 = 22%
G 21 of 255 = 8%
B 5 of 255 = 2%

55
21
5

R + G + B ~ 11%. #371505 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 21 + 5 = 81 (100%)
R 55 of 81 ~ 67.9%
G 21 of 81 ~ 25.93%
B 5 of 81 ~ 6.17%

%67.9
%25.93

CMYK color model

#371505 color CMYK value is (0,62,91,78).

  • cyan value is 0.00%
  • magenta value is 61.82%
  • yellow value is 90.91%
  • key color value is 78.43%
CMYK:
(0,62,91,78)
C0M62Y91K78 
(0%,62%,91%,78%)
(0.00/0.62/0.91/0.78)	

CMYK percentages

%0
%61.82
%90.91
%78.43

Codes

Color #371505 in popluar color models

371505
RGB55215
HSL19°83.33%11.76%
HSB/HSV19°90.91%21.57%
CMYK0.00%61.82%90.91%
78.43%

Color #371505 in popluar number systems.

HEX371505
Decimal55215
Binary11011110101101
Octal67255

Shades and tints

Shades of #371505

#371505
(55,21,5)
#321405
(50,20,5)
#2D1305
(45,19,5)
#281205
(40,18,5)
#231105
(35,17,5)
#1E1005
(30,16,5)
#190F05
(25,15,5)
#140E05
(20,14,5)
#0F0D05
(15,13,5)
#0A0C05
(10,12,5)
#050B05
(5,11,5)
#000000
(0,0,0)

Tints of #371505

#371505
(55,21,5)
#492A1B
(73,42,27)
#5B3F31
(91,63,49)
#6D5447
(109,84,71)
#7F695D
(127,105,93)
#917E73
(145,126,115)
#A39389
(163,147,137)
#B5A89F
(181,168,159)
#C7BDB5
(199,189,181)
#D9D2CB
(217,210,203)
#EBE7E1
(235,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #371505; }

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

This text font color is #371505.


Background Color

.myBgColor { background-color: #371505; }

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

This div background color is #371505.


Border color

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

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

This div border color is #371505.


Opacity

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

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

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

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

This text has shadow with #371505 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #371505 on black background.


Color preview on white background

This text has color #371505 on white background.



Black color preview on #371505 background

This text has black color on #371505 background.


White color preview on #371505 background

This text has white color on #371505 background.