COLOR #37402A

HEX: #37402A
RGB: (55,64,42)

Color info

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

RGB color model

#37402A color RGB value is (55,64,42).

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

RGB channels and saturation

R 55 of 255 = 22%
G 64 of 255 = 25%
B 42 of 255 = 16%

55
64
42

R + G + B ~ 21%. #37402A is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 64 + 42 = 161 (100%)
R 55 of 161 ~ 34.16%
G 64 of 161 ~ 39.75%
B 42 of 161 ~ 26.09%

%34.16
%39.75
%26.09

CMYK color model

#37402A color CMYK value is (14,0,34,75).

  • cyan value is 14.06%
  • magenta value is 0.00%
  • yellow value is 34.38%
  • key color value is 74.90%
CMYK:
(14,0,34,75)
C14M0Y34K75 
(14%,0%,34%,75%)
(0.14/0.00/0.34/0.75)	

CMYK percentages

%14.06
%0
%34.38
%74.9

Codes

Color #37402A in popluar color models

37402A
RGB556442
HSL85°20.75%20.78%
HSB/HSV85°34.38%25.10%
CMYK14.06%0.00%34.38%
74.90%

Color #37402A in popluar number systems.

HEX37402A
Decimal556442
Binary1101111000000101010
Octal6710052

Shades and tints

Shades of #37402A

#37402A
(55,64,42)
#323B27
(50,59,39)
#2D3624
(45,54,36)
#283121
(40,49,33)
#232C1E
(35,44,30)
#1E271B
(30,39,27)
#192218
(25,34,24)
#141D15
(20,29,21)
#0F1812
(15,24,18)
#0A130F
(10,19,15)
#050E0C
(5,14,12)
#000000
(0,0,0)

Tints of #37402A

#37402A
(55,64,42)
#49513D
(73,81,61)
#5B6250
(91,98,80)
#6D7363
(109,115,99)
#7F8476
(127,132,118)
#919589
(145,149,137)
#A3A69C
(163,166,156)
#B5B7AF
(181,183,175)
#C7C8C2
(199,200,194)
#D9D9D5
(217,217,213)
#EBEAE8
(235,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #37402A; }

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

This text font color is #37402A.


Background Color

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

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

This div background color is #37402A.


Border color

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

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

This div border color is #37402A.


Opacity

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

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

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

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

This text has shadow with #37402A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37402A on black background.


Color preview on white background

This text has color #37402A on white background.



Black color preview on #37402A background

This text has black color on #37402A background.


White color preview on #37402A background

This text has white color on #37402A background.