COLOR #37222A

HEX: #37222A
RGB: (55,34,42)

Color info

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

RGB color model

#37222A color RGB value is (55,34,42).

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

RGB channels and saturation

R 55 of 255 = 22%
G 34 of 255 = 13%
B 42 of 255 = 16%

55
34
42

R + G + B ~ 17%. #37222A is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 34 + 42 = 131 (100%)
R 55 of 131 ~ 41.98%
G 34 of 131 ~ 25.95%
B 42 of 131 ~ 32.06%

%41.98
%25.95
%32.06

CMYK color model

#37222A color CMYK value is (0,38,24,78).

  • cyan value is 0.00%
  • magenta value is 38.18%
  • yellow value is 23.64%
  • key color value is 78.43%
CMYK:
(0,38,24,78)
C0M38Y24K78 
(0%,38%,24%,78%)
(0.00/0.38/0.24/0.78)	

CMYK percentages

%0
%38.18
%23.64
%78.43

Codes

Color #37222A in popluar color models

37222A
RGB553442
HSL337°23.60%17.45%
HSB/HSV337°38.18%21.57%
CMYK0.00%38.18%23.64%
78.43%

Color #37222A in popluar number systems.

HEX37222A
Decimal553442
Binary110111100010101010
Octal674252

Shades and tints

Shades of #37222A

#37222A
(55,34,42)
#321F27
(50,31,39)
#2D1C24
(45,28,36)
#281921
(40,25,33)
#23161E
(35,22,30)
#1E131B
(30,19,27)
#191018
(25,16,24)
#140D15
(20,13,21)
#0F0A12
(15,10,18)
#0A070F
(10,7,15)
#05040C
(5,4,12)
#000000
(0,0,0)

Tints of #37222A

#37222A
(55,34,42)
#49363D
(73,54,61)
#5B4A50
(91,74,80)
#6D5E63
(109,94,99)
#7F7276
(127,114,118)
#918689
(145,134,137)
#A39A9C
(163,154,156)
#B5AEAF
(181,174,175)
#C7C2C2
(199,194,194)
#D9D6D5
(217,214,213)
#EBEAE8
(235,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #37222A; }

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

This text font color is #37222A.


Background Color

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

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

This div background color is #37222A.


Border color

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

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

This div border color is #37222A.


Opacity

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

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

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

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

This text has shadow with #37222A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37222A on black background.


Color preview on white background

This text has color #37222A on white background.



Black color preview on #37222A background

This text has black color on #37222A background.


White color preview on #37222A background

This text has white color on #37222A background.