COLOR #37362A

HEX: #37362A
RGB: (55,54,42)

Color info

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

RGB color model

#37362A color RGB value is (55,54,42).

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

RGB channels and saturation

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

55
54
42

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

Portions of RGB colors in percentages

R + G + B =
55 + 54 + 42 = 151 (100%)
R 55 of 151 ~ 36.42%
G 54 of 151 ~ 35.76%
B 42 of 151 ~ 27.81%

%36.42
%35.76
%27.81

CMYK color model

#37362A color CMYK value is (0,2,24,78).

  • cyan value is 0.00%
  • magenta value is 1.82%
  • yellow value is 23.64%
  • key color value is 78.43%
CMYK:
(0,2,24,78)
C0M2Y24K78 
(0%,2%,24%,78%)
(0.00/0.02/0.24/0.78)	

CMYK percentages

%0
%1.82
%23.64
%78.43

Codes

Color #37362A in popluar color models

37362A
RGB555442
HSL55°13.40%19.02%
HSB/HSV55°23.64%21.57%
CMYK0.00%1.82%23.64%
78.43%

Color #37362A in popluar number systems.

HEX37362A
Decimal555442
Binary110111110110101010
Octal676652

Shades and tints

Shades of #37362A

#37362A
(55,54,42)
#323227
(50,50,39)
#2D2E24
(45,46,36)
#282A21
(40,42,33)
#23261E
(35,38,30)
#1E221B
(30,34,27)
#191E18
(25,30,24)
#141A15
(20,26,21)
#0F1612
(15,22,18)
#0A120F
(10,18,15)
#050E0C
(5,14,12)
#000000
(0,0,0)

Tints of #37362A

#37362A
(55,54,42)
#49483D
(73,72,61)
#5B5A50
(91,90,80)
#6D6C63
(109,108,99)
#7F7E76
(127,126,118)
#919089
(145,144,137)
#A3A29C
(163,162,156)
#B5B4AF
(181,180,175)
#C7C6C2
(199,198,194)
#D9D8D5
(217,216,213)
#EBEAE8
(235,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #37362A; }

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

This text font color is #37362A.


Background Color

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

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

This div background color is #37362A.


Border color

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

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

This div border color is #37362A.


Opacity

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

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

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

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

This text has shadow with #37362A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37362A on black background.


Color preview on white background

This text has color #37362A on white background.



Black color preview on #37362A background

This text has black color on #37362A background.


White color preview on #37362A background

This text has white color on #37362A background.