COLOR #371E00

HEX: #371E00 RGB: (55,30,0)

Color info

#371E00 contains only red and green colors. Web safe color of #371E00 is #333300 (or #330).

RGB color model

#371E00 color RGB value is (55,30,0).

RGB: (55,30,0) (22%, 12%, 0%)

RGB channels and saturation

R 55 of 255 = 22%
G 30 of 255 = 12%
B 0 of 255 = 0%

55
30
0

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

Portions of RGB colors in percentages

R + G + B = 55 + 30 + 0 = 85 (100%)
R 55 of 85 ~ 64.71%
G 30 of 85 ~ 35.29%
B 0 of 85 ~ 0'%

%64.71
%35.29

CMYK color model

#371E00 color CMYK value is (0,45,100,78).

  • cyan value is 0.00%
  • magenta value is 45.45%
  • yellow value is 100.00%
  • key color value is 78.43%

CMYK: (0,45,100,78)
C0M45Y100K78 (0%, 45%, 100%, 78%)
(0.00 / 0.45 / 1.00 / 0.78)

CMYK percentages

%0
%45.45
%100
%78.43

Codes

Color #371E00 in popluar color models

37 1E 00
RGB 55 30 0
HSL 33° 100.00% 10.78%
HSB/HSV 33° 100.00% 21.57%
CMYK 0.00% 45.45% 100.00%
78.43%

Color #371E00 in popluar number systems.

HEX 37 1E 00
Decimal 55 30 0
Binary 110111 11110 0
Octal 67 36 0

Shades and tints

Shades of #371E00

#371E00
(55,30,0)
#321C00
(50,28,0)
#2D1A00
(45,26,0)
#281800
(40,24,0)
#231600
(35,22,0)
#1E1400
(30,20,0)
#191200
(25,18,0)
#141000
(20,16,0)
#0F0E00
(15,14,0)
#0A0C00
(10,12,0)
#050A00
(5,10,0)
#000000
(0,0,0)

Tints of #371E00

#371E00
(55,30,0)
#493217
(73,50,23)
#5B462E
(91,70,46)
#6D5A45
(109,90,69)
#7F6E5C
(127,110,92)
#918273
(145,130,115)
#A3968A
(163,150,138)
#B5AAA1
(181,170,161)
#C7BEB8
(199,190,184)
#D9D2CF
(217,210,207)
#EBE6E6
(235,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #371E00 color. Also use rgb(55,30,0) instead hex code.

Text Font Color

.myTextColor { color: #371E00; }

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

This text font color is #371E00.

Background Color

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

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

This div background color is #371E00.

Border color

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

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

This div border color is #371E00.

Opacity

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

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

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

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

This text has shadow with #371E00 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #371E00.

Preview

Color preview on black background

This text has color #371E00 on black background.


Color preview on white background

This text has color #371E00 on white background.


Black color preview on #371E00 background

This text has black color on #371E00 background.


White color preview on #371E00 background

This text has white color on #371E00 background.


Related colors

Complementary color

Complementary color for #hex is #C8E1FF.


I love getcolorcode.com

Triadic colors

1 #00371E and #1E0037 with #371E00 are triadic colors.

2 #001E37 and #1E3700 with #371E00 are triadic colors.