COLOR #37410D

HEX: #37410D
RGB: (55,65,13)

Color info

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

RGB color model

#37410D color RGB value is (55,65,13).

  • red value is 55;
  • green value is 65;
  • blue value is 13.
RGB:
(55,65,13)
(22%,25%,5%)

RGB channels and saturation

R 55 of 255 = 22%
G 65 of 255 = 25%
B 13 of 255 = 5%

55
65
13

R + G + B ~ 17%. #37410D is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 65 + 13 = 133 (100%)
R 55 of 133 ~ 41.35%
G 65 of 133 ~ 48.87%
B 13 of 133 ~ 9.77%

%41.35
%48.87
%9.77

CMYK color model

#37410D color CMYK value is (15,0,80,75).

  • cyan value is 15.38%
  • magenta value is 0.00%
  • yellow value is 80.00%
  • key color value is 74.51%
CMYK:
(15,0,80,75)
C15M0Y80K75 
(15%,0%,80%,75%)
(0.15/0.00/0.80/0.75)	

CMYK percentages

%15.38
%0
%80
%74.51

Codes

Color #37410D in popluar color models

37410D
RGB556513
HSL72°66.67%15.29%
HSB/HSV72°80.00%25.49%
CMYK15.38%0.00%80.00%
74.51%

Color #37410D in popluar number systems.

HEX37410D
Decimal556513
Binary11011110000011101
Octal6710115

Shades and tints

Shades of #37410D

#37410D
(55,65,13)
#323C0C
(50,60,12)
#2D370B
(45,55,11)
#28320A
(40,50,10)
#232D09
(35,45,9)
#1E2808
(30,40,8)
#192307
(25,35,7)
#141E06
(20,30,6)
#0F1905
(15,25,5)
#0A1404
(10,20,4)
#050F03
(5,15,3)
#000000
(0,0,0)

Tints of #37410D

#37410D
(55,65,13)
#495223
(73,82,35)
#5B6339
(91,99,57)
#6D744F
(109,116,79)
#7F8565
(127,133,101)
#91967B
(145,150,123)
#A3A791
(163,167,145)
#B5B8A7
(181,184,167)
#C7C9BD
(199,201,189)
#D9DAD3
(217,218,211)
#EBEBE9
(235,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37410D color. Also use rgb(55,65,13) instead hex code.

Text Font Color

.myTextColor { color: #37410D; }

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

This text font color is #37410D.


Background Color

.myBgColor { background-color: #37410D; }

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

This div background color is #37410D.


Border color

.myBorderColor { border: 1px solid #37410D; }

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

This div border color is #37410D.


Opacity

.myOpacity80 { color: #37410D; opacity: 0.8; }

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

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

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

This text has shadow with #37410D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37410D on black background.


Color preview on white background

This text has color #37410D on white background.



Black color preview on #37410D background

This text has black color on #37410D background.


White color preview on #37410D background

This text has white color on #37410D background.