COLOR #37342E

HEX: #37342E
RGB: (55,52,46)

Color info

#37342E contains red, green and blue colors in about the same proportion. Web safe color of #37342E is #333333 (or #333).

RGB color model

#37342E color RGB value is (55,52,46).

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

RGB channels and saturation

R 55 of 255 = 22%
G 52 of 255 = 20%
B 46 of 255 = 18%

55
52
46

R + G + B ~ 20%. #37342E is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 52 + 46 = 153 (100%)
R 55 of 153 ~ 35.95%
G 52 of 153 ~ 33.99%
B 46 of 153 ~ 30.07%

%35.95
%33.99
%30.07

CMYK color model

#37342E color CMYK value is (0,5,16,78).

  • cyan value is 0.00%
  • magenta value is 5.45%
  • yellow value is 16.36%
  • key color value is 78.43%
CMYK:
(0,5,16,78)
C0M5Y16K78 
(0%,5%,16%,78%)
(0.00/0.05/0.16/0.78)	

CMYK percentages

%0
%5.45
%16.36
%78.43

Codes

Color #37342E in popluar color models

37342E
RGB555246
HSL40°8.91%19.80%
HSB/HSV40°16.36%21.57%
CMYK0.00%5.45%16.36%
78.43%

Color #37342E in popluar number systems.

HEX37342E
Decimal555246
Binary110111110100101110
Octal676456

Shades and tints

Shades of #37342E

#37342E
(55,52,46)
#32302A
(50,48,42)
#2D2C26
(45,44,38)
#282822
(40,40,34)
#23241E
(35,36,30)
#1E201A
(30,32,26)
#191C16
(25,28,22)
#141812
(20,24,18)
#0F140E
(15,20,14)
#0A100A
(10,16,10)
#050C06
(5,12,6)
#000000
(0,0,0)

Tints of #37342E

#37342E
(55,52,46)
#494641
(73,70,65)
#5B5854
(91,88,84)
#6D6A67
(109,106,103)
#7F7C7A
(127,124,122)
#918E8D
(145,142,141)
#A3A0A0
(163,160,160)
#B5B2B3
(181,178,179)
#C7C4C6
(199,196,198)
#D9D6D9
(217,214,217)
#EBE8EC
(235,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #37342E; }

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

This text font color is #37342E.


Background Color

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

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

This div background color is #37342E.


Border color

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

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

This div border color is #37342E.


Opacity

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

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

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

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

This text has shadow with #37342E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37342E on black background.


Color preview on white background

This text has color #37342E on white background.



Black color preview on #37342E background

This text has black color on #37342E background.


White color preview on #37342E background

This text has white color on #37342E background.