COLOR #37342A

HEX: #37342A
RGB: (55,52,42)

Color info

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

RGB color model

#37342A color RGB value is (55,52,42).

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

RGB channels and saturation

R 55 of 255 = 22%
G 52 of 255 = 20%
B 42 of 255 = 16%

55
52
42

R + G + B ~ 19%. #37342A is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 52 + 42 = 149 (100%)
R 55 of 149 ~ 36.91%
G 52 of 149 ~ 34.9%
B 42 of 149 ~ 28.19%

%36.91
%34.9
%28.19

CMYK color model

#37342A color CMYK value is (0,5,24,78).

  • cyan value is 0.00%
  • magenta value is 5.45%
  • yellow value is 23.64%
  • key color value is 78.43%
CMYK:
(0,5,24,78)
C0M5Y24K78 
(0%,5%,24%,78%)
(0.00/0.05/0.24/0.78)	

CMYK percentages

%0
%5.45
%23.64
%78.43

Codes

Color #37342A in popluar color models

37342A
RGB555242
HSL46°13.40%19.02%
HSB/HSV46°23.64%21.57%
CMYK0.00%5.45%23.64%
78.43%

Color #37342A in popluar number systems.

HEX37342A
Decimal555242
Binary110111110100101010
Octal676452

Shades and tints

Shades of #37342A

#37342A
(55,52,42)
#323027
(50,48,39)
#2D2C24
(45,44,36)
#282821
(40,40,33)
#23241E
(35,36,30)
#1E201B
(30,32,27)
#191C18
(25,28,24)
#141815
(20,24,21)
#0F1412
(15,20,18)
#0A100F
(10,16,15)
#050C0C
(5,12,12)
#000000
(0,0,0)

Tints of #37342A

#37342A
(55,52,42)
#49463D
(73,70,61)
#5B5850
(91,88,80)
#6D6A63
(109,106,99)
#7F7C76
(127,124,118)
#918E89
(145,142,137)
#A3A09C
(163,160,156)
#B5B2AF
(181,178,175)
#C7C4C2
(199,196,194)
#D9D6D5
(217,214,213)
#EBE8E8
(235,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #37342A; }

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

This text font color is #37342A.


Background Color

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

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

This div background color is #37342A.


Border color

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

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

This div border color is #37342A.


Opacity

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

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

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

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

This text has shadow with #37342A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37342A on black background.


Color preview on white background

This text has color #37342A on white background.



Black color preview on #37342A background

This text has black color on #37342A background.


White color preview on #37342A background

This text has white color on #37342A background.