COLOR #37221A

HEX: #37221A
RGB: (55,34,26)

Color info

#37221A contains red, green and blue colors in about the same proportion. Web safe color of #37221A is #333300 (or #330).

RGB color model

#37221A color RGB value is (55,34,26).

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

RGB channels and saturation

R 55 of 255 = 22%
G 34 of 255 = 13%
B 26 of 255 = 10%

55
34
26

R + G + B ~ 15%. #37221A is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 34 + 26 = 115 (100%)
R 55 of 115 ~ 47.83%
G 34 of 115 ~ 29.57%
B 26 of 115 ~ 22.61%

%47.83
%29.57
%22.61

CMYK color model

#37221A color CMYK value is (0,38,53,78).

  • cyan value is 0.00%
  • magenta value is 38.18%
  • yellow value is 52.73%
  • key color value is 78.43%
CMYK:
(0,38,53,78)
C0M38Y53K78 
(0%,38%,53%,78%)
(0.00/0.38/0.53/0.78)	

CMYK percentages

%0
%38.18
%52.73
%78.43

Codes

Color #37221A in popluar color models

37221A
RGB553426
HSL17°35.80%15.88%
HSB/HSV17°52.73%21.57%
CMYK0.00%38.18%52.73%
78.43%

Color #37221A in popluar number systems.

HEX37221A
Decimal553426
Binary11011110001011010
Octal674232

Shades and tints

Shades of #37221A

#37221A
(55,34,26)
#321F18
(50,31,24)
#2D1C16
(45,28,22)
#281914
(40,25,20)
#231612
(35,22,18)
#1E1310
(30,19,16)
#19100E
(25,16,14)
#140D0C
(20,13,12)
#0F0A0A
(15,10,10)
#0A0708
(10,7,8)
#050406
(5,4,6)
#000000
(0,0,0)

Tints of #37221A

#37221A
(55,34,26)
#49362E
(73,54,46)
#5B4A42
(91,74,66)
#6D5E56
(109,94,86)
#7F726A
(127,114,106)
#91867E
(145,134,126)
#A39A92
(163,154,146)
#B5AEA6
(181,174,166)
#C7C2BA
(199,194,186)
#D9D6CE
(217,214,206)
#EBEAE2
(235,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #37221A; }

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

This text font color is #37221A.


Background Color

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

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

This div background color is #37221A.


Border color

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

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

This div border color is #37221A.


Opacity

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

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

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

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

This text has shadow with #37221A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37221A on black background.


Color preview on white background

This text has color #37221A on white background.



Black color preview on #37221A background

This text has black color on #37221A background.


White color preview on #37221A background

This text has white color on #37221A background.