COLOR #37340E

HEX: #37340E
RGB: (55,52,14)

Color info

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

RGB color model

#37340E color RGB value is (55,52,14).

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

RGB channels and saturation

R 55 of 255 = 22%
G 52 of 255 = 20%
B 14 of 255 = 5%

55
52
14

R + G + B ~ 16%. #37340E is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 52 + 14 = 121 (100%)
R 55 of 121 ~ 45.45%
G 52 of 121 ~ 42.98%
B 14 of 121 ~ 11.57%

%45.45
%42.98
%11.57

CMYK color model

#37340E color CMYK value is (0,5,75,78).

  • cyan value is 0.00%
  • magenta value is 5.45%
  • yellow value is 74.55%
  • key color value is 78.43%
CMYK:
(0,5,75,78)
C0M5Y75K78 
(0%,5%,75%,78%)
(0.00/0.05/0.75/0.78)	

CMYK percentages

%0
%5.45
%74.55
%78.43

Codes

Color #37340E in popluar color models

37340E
RGB555214
HSL56°59.42%13.53%
HSB/HSV56°74.55%21.57%
CMYK0.00%5.45%74.55%
78.43%

Color #37340E in popluar number systems.

HEX37340E
Decimal555214
Binary1101111101001110
Octal676416

Shades and tints

Shades of #37340E

#37340E
(55,52,14)
#32300D
(50,48,13)
#2D2C0C
(45,44,12)
#28280B
(40,40,11)
#23240A
(35,36,10)
#1E2009
(30,32,9)
#191C08
(25,28,8)
#141807
(20,24,7)
#0F1406
(15,20,6)
#0A1005
(10,16,5)
#050C04
(5,12,4)
#000000
(0,0,0)

Tints of #37340E

#37340E
(55,52,14)
#494623
(73,70,35)
#5B5838
(91,88,56)
#6D6A4D
(109,106,77)
#7F7C62
(127,124,98)
#918E77
(145,142,119)
#A3A08C
(163,160,140)
#B5B2A1
(181,178,161)
#C7C4B6
(199,196,182)
#D9D6CB
(217,214,203)
#EBE8E0
(235,232,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #37340E; }

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

This text font color is #37340E.


Background Color

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

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

This div background color is #37340E.


Border color

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

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

This div border color is #37340E.


Opacity

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

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

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

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

This text has shadow with #37340E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37340E on black background.


Color preview on white background

This text has color #37340E on white background.



Black color preview on #37340E background

This text has black color on #37340E background.


White color preview on #37340E background

This text has white color on #37340E background.