COLOR #37290A

HEX: #37290A
RGB: (55,41,10)

Color info

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

RGB color model

#37290A color RGB value is (55,41,10).

  • red value is 55;
  • green value is 41;
  • blue value is 10.
RGB:
(55,41,10)
(22%,16%,4%)

RGB channels and saturation

R 55 of 255 = 22%
G 41 of 255 = 16%
B 10 of 255 = 4%

55
41
10

R + G + B ~ 14%. #37290A is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 41 + 10 = 106 (100%)
R 55 of 106 ~ 51.89%
G 41 of 106 ~ 38.68%
B 10 of 106 ~ 9.43%

%51.89
%38.68

CMYK color model

#37290A color CMYK value is (0,25,82,78).

  • cyan value is 0.00%
  • magenta value is 25.45%
  • yellow value is 81.82%
  • key color value is 78.43%
CMYK:
(0,25,82,78)
C0M25Y82K78 
(0%,25%,82%,78%)
(0.00/0.25/0.82/0.78)	

CMYK percentages

%0
%25.45
%81.82
%78.43

Codes

Color #37290A in popluar color models

37290A
RGB554110
HSL41°69.23%12.75%
HSB/HSV41°81.82%21.57%
CMYK0.00%25.45%81.82%
78.43%

Color #37290A in popluar number systems.

HEX37290A
Decimal554110
Binary1101111010011010
Octal675112

Shades and tints

Shades of #37290A

#37290A
(55,41,10)
#32260A
(50,38,10)
#2D230A
(45,35,10)
#28200A
(40,32,10)
#231D0A
(35,29,10)
#1E1A0A
(30,26,10)
#19170A
(25,23,10)
#14140A
(20,20,10)
#0F110A
(15,17,10)
#0A0E0A
(10,14,10)
#050B0A
(5,11,10)
#000000
(0,0,0)

Tints of #37290A

#37290A
(55,41,10)
#493C20
(73,60,32)
#5B4F36
(91,79,54)
#6D624C
(109,98,76)
#7F7562
(127,117,98)
#918878
(145,136,120)
#A39B8E
(163,155,142)
#B5AEA4
(181,174,164)
#C7C1BA
(199,193,186)
#D9D4D0
(217,212,208)
#EBE7E6
(235,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37290A color. Also use rgb(55,41,10) instead hex code.

Text Font Color

.myTextColor { color: #37290A; }

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

This text font color is #37290A.


Background Color

.myBgColor { background-color: #37290A; }

<div style="background-color:#37290A">Inner text</div>

This div background color is #37290A.


Border color

.myBorderColor { border: 1px solid #37290A; }

<div style="border:3px solid #37290A">Div</div>

This div border color is #37290A.


Opacity

.myOpacity80 { color: #37290A; opacity: 0.8; }

<p style="color:#37290A;opacity:0.8;">80%</p>

Text with #37290A 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 #37290A;}

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

This text has shadow with #37290A color.

.textShadow {text-shadow: 3px 3px 1px #37290A, 3px 3px 1px red;}

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

This text has shadow with #37290A primary color and red secondary color.


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

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

This text has shadow with #37290A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37290A on black background.


Color preview on white background

This text has color #37290A on white background.



Black color preview on #37290A background

This text has black color on #37290A background.


White color preview on #37290A background

This text has white color on #37290A background.