COLOR #371D03

HEX: #371D03
RGB: (55,29,3)

Color info

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

RGB color model

#371D03 color RGB value is (55,29,3).

  • red value is 55;
  • green value is 29;
  • blue value is 3.
RGB:
(55,29,3)
(22%,11%,1%)

RGB channels and saturation

R 55 of 255 = 22%
G 29 of 255 = 11%
B 3 of 255 = 1%

55
29
3

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

Portions of RGB colors in percentages

R + G + B =
55 + 29 + 3 = 87 (100%)
R 55 of 87 ~ 63.22%
G 29 of 87 ~ 33.33%
B 3 of 87 ~ 3.45%

%63.22
%33.33

CMYK color model

#371D03 color CMYK value is (0,47,95,78).

  • cyan value is 0.00%
  • magenta value is 47.27%
  • yellow value is 94.55%
  • key color value is 78.43%
CMYK:
(0,47,95,78)
C0M47Y95K78 
(0%,47%,95%,78%)
(0.00/0.47/0.95/0.78)	

CMYK percentages

%0
%47.27
%94.55
%78.43

Codes

Color #371D03 in popluar color models

371D03
RGB55293
HSL30°89.66%11.37%
HSB/HSV30°94.55%21.57%
CMYK0.00%47.27%94.55%
78.43%

Color #371D03 in popluar number systems.

HEX371D03
Decimal55293
Binary1101111110111
Octal67353

Shades and tints

Shades of #371D03

#371D03
(55,29,3)
#321B03
(50,27,3)
#2D1903
(45,25,3)
#281703
(40,23,3)
#231503
(35,21,3)
#1E1303
(30,19,3)
#191103
(25,17,3)
#140F03
(20,15,3)
#0F0D03
(15,13,3)
#0A0B03
(10,11,3)
#050903
(5,9,3)
#000000
(0,0,0)

Tints of #371D03

#371D03
(55,29,3)
#493119
(73,49,25)
#5B452F
(91,69,47)
#6D5945
(109,89,69)
#7F6D5B
(127,109,91)
#918171
(145,129,113)
#A39587
(163,149,135)
#B5A99D
(181,169,157)
#C7BDB3
(199,189,179)
#D9D1C9
(217,209,201)
#EBE5DF
(235,229,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #371D03 color. Also use rgb(55,29,3) instead hex code.

Text Font Color

.myTextColor { color: #371D03; }

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

This text font color is #371D03.


Background Color

.myBgColor { background-color: #371D03; }

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

This div background color is #371D03.


Border color

.myBorderColor { border: 1px solid #371D03; }

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

This div border color is #371D03.


Opacity

.myOpacity80 { color: #371D03; opacity: 0.8; }

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

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

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

This text has shadow with #371D03 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #371D03 on black background.


Color preview on white background

This text has color #371D03 on white background.



Black color preview on #371D03 background

This text has black color on #371D03 background.


White color preview on #371D03 background

This text has white color on #371D03 background.