COLOR #37580E

HEX: #37580E
RGB: (55,88,14)

Color info

#37580E contains mainly red and green colors. Web safe color of #37580E is #336600 (or #360).

RGB color model

#37580E color RGB value is (55,88,14).

  • red value is 55;
  • green value is 88;
  • blue value is 14.
RGB:
(55,88,14)
(22%,35%,5%)

RGB channels and saturation

R 55 of 255 = 22%
G 88 of 255 = 35%
B 14 of 255 = 5%

55
88
14

R + G + B ~ 21%. #37580E is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 88 + 14 = 157 (100%)
R 55 of 157 ~ 35.03%
G 88 of 157 ~ 56.05%
B 14 of 157 ~ 8.92%

%35.03
%56.05

CMYK color model

#37580E color CMYK value is (38,0,84,65).

  • cyan value is 37.50%
  • magenta value is 0.00%
  • yellow value is 84.09%
  • key color value is 65.49%
CMYK:
(38,0,84,65)
C38M0Y84K65 
(38%,0%,84%,65%)
(0.38/0.00/0.84/0.65)	

CMYK percentages

%37.5
%0
%84.09
%65.49

Codes

Color #37580E in popluar color models

37580E
RGB558814
HSL87°72.55%20.00%
HSB/HSV87°84.09%34.51%
CMYK37.50%0.00%84.09%
65.49%

Color #37580E in popluar number systems.

HEX37580E
Decimal558814
Binary11011110110001110
Octal6713016

Shades and tints

Shades of #37580E

#37580E
(55,88,14)
#32500D
(50,80,13)
#2D480C
(45,72,12)
#28400B
(40,64,11)
#23380A
(35,56,10)
#1E3009
(30,48,9)
#192808
(25,40,8)
#142007
(20,32,7)
#0F1806
(15,24,6)
#0A1005
(10,16,5)
#050804
(5,8,4)
#000000
(0,0,0)

Tints of #37580E

#37580E
(55,88,14)
#496723
(73,103,35)
#5B7638
(91,118,56)
#6D854D
(109,133,77)
#7F9462
(127,148,98)
#91A377
(145,163,119)
#A3B28C
(163,178,140)
#B5C1A1
(181,193,161)
#C7D0B6
(199,208,182)
#D9DFCB
(217,223,203)
#EBEEE0
(235,238,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37580E color. Also use rgb(55,88,14) instead hex code.

Text Font Color

.myTextColor { color: #37580E; }

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

This text font color is #37580E.


Background Color

.myBgColor { background-color: #37580E; }

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

This div background color is #37580E.


Border color

.myBorderColor { border: 1px solid #37580E; }

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

This div border color is #37580E.


Opacity

.myOpacity80 { color: #37580E; opacity: 0.8; }

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

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

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

This text has shadow with #37580E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37580E on black background.


Color preview on white background

This text has color #37580E on white background.



Black color preview on #37580E background

This text has black color on #37580E background.


White color preview on #37580E background

This text has white color on #37580E background.