COLOR #37352A

HEX: #37352A
RGB: (55,53,42)

Color info

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

RGB color model

#37352A color RGB value is (55,53,42).

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

RGB channels and saturation

R 55 of 255 = 22%
G 53 of 255 = 21%
B 42 of 255 = 16%

55
53
42

R + G + B ~ 20%. #37352A is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 53 + 42 = 150 (100%)
R 55 of 150 ~ 36.67%
G 53 of 150 ~ 35.33%
B 42 of 150 ~ 28%

%36.67
%35.33
%28

CMYK color model

#37352A color CMYK value is (0,4,24,78).

  • cyan value is 0.00%
  • magenta value is 3.64%
  • yellow value is 23.64%
  • key color value is 78.43%
CMYK:
(0,4,24,78)
C0M4Y24K78 
(0%,4%,24%,78%)
(0.00/0.04/0.24/0.78)	

CMYK percentages

%0
%3.64
%23.64
%78.43

Codes

Color #37352A in popluar color models

37352A
RGB555342
HSL51°13.40%19.02%
HSB/HSV51°23.64%21.57%
CMYK0.00%3.64%23.64%
78.43%

Color #37352A in popluar number systems.

HEX37352A
Decimal555342
Binary110111110101101010
Octal676552

Shades and tints

Shades of #37352A

#37352A
(55,53,42)
#323127
(50,49,39)
#2D2D24
(45,45,36)
#282921
(40,41,33)
#23251E
(35,37,30)
#1E211B
(30,33,27)
#191D18
(25,29,24)
#141915
(20,25,21)
#0F1512
(15,21,18)
#0A110F
(10,17,15)
#050D0C
(5,13,12)
#000000
(0,0,0)

Tints of #37352A

#37352A
(55,53,42)
#49473D
(73,71,61)
#5B5950
(91,89,80)
#6D6B63
(109,107,99)
#7F7D76
(127,125,118)
#918F89
(145,143,137)
#A3A19C
(163,161,156)
#B5B3AF
(181,179,175)
#C7C5C2
(199,197,194)
#D9D7D5
(217,215,213)
#EBE9E8
(235,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #37352A; }

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

This text font color is #37352A.


Background Color

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

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

This div background color is #37352A.


Border color

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

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

This div border color is #37352A.


Opacity

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

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

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

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

This text has shadow with #37352A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37352A on black background.


Color preview on white background

This text has color #37352A on white background.



Black color preview on #37352A background

This text has black color on #37352A background.


White color preview on #37352A background

This text has white color on #37352A background.