COLOR #37490E

HEX: #37490E
RGB: (55,73,14)

Color info

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

RGB color model

#37490E color RGB value is (55,73,14).

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

RGB channels and saturation

R 55 of 255 = 22%
G 73 of 255 = 29%
B 14 of 255 = 5%

55
73
14

R + G + B ~ 19%. #37490E is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 73 + 14 = 142 (100%)
R 55 of 142 ~ 38.73%
G 73 of 142 ~ 51.41%
B 14 of 142 ~ 9.86%

%38.73
%51.41
%9.86

CMYK color model

#37490E color CMYK value is (25,0,81,71).

  • cyan value is 24.66%
  • magenta value is 0.00%
  • yellow value is 80.82%
  • key color value is 71.37%
CMYK:
(25,0,81,71)
C25M0Y81K71 
(25%,0%,81%,71%)
(0.25/0.00/0.81/0.71)	

CMYK percentages

%24.66
%0
%80.82
%71.37

Codes

Color #37490E in popluar color models

37490E
RGB557314
HSL78°67.82%17.06%
HSB/HSV78°80.82%28.63%
CMYK24.66%0.00%80.82%
71.37%

Color #37490E in popluar number systems.

HEX37490E
Decimal557314
Binary11011110010011110
Octal6711116

Shades and tints

Shades of #37490E

#37490E
(55,73,14)
#32430D
(50,67,13)
#2D3D0C
(45,61,12)
#28370B
(40,55,11)
#23310A
(35,49,10)
#1E2B09
(30,43,9)
#192508
(25,37,8)
#141F07
(20,31,7)
#0F1906
(15,25,6)
#0A1305
(10,19,5)
#050D04
(5,13,4)
#000000
(0,0,0)

Tints of #37490E

#37490E
(55,73,14)
#495923
(73,89,35)
#5B6938
(91,105,56)
#6D794D
(109,121,77)
#7F8962
(127,137,98)
#919977
(145,153,119)
#A3A98C
(163,169,140)
#B5B9A1
(181,185,161)
#C7C9B6
(199,201,182)
#D9D9CB
(217,217,203)
#EBE9E0
(235,233,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #37490E; }

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

This text font color is #37490E.


Background Color

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

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

This div background color is #37490E.


Border color

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

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

This div border color is #37490E.


Opacity

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

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

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

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

This text has shadow with #37490E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37490E on black background.


Color preview on white background

This text has color #37490E on white background.



Black color preview on #37490E background

This text has black color on #37490E background.


White color preview on #37490E background

This text has white color on #37490E background.