COLOR #371721

HEX: #371721
RGB: (55,23,33)

Color info

#371721 contains red, green and blue colors in about the same proportion. Web safe color of #371721 is #330033 (or #303).

RGB color model

#371721 color RGB value is (55,23,33).

  • red value is 55;
  • green value is 23;
  • blue value is 33.
RGB:
(55,23,33)
(22%,9%,13%)

RGB channels and saturation

R 55 of 255 = 22%
G 23 of 255 = 9%
B 33 of 255 = 13%

55
23
33

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

Portions of RGB colors in percentages

R + G + B =
55 + 23 + 33 = 111 (100%)
R 55 of 111 ~ 49.55%
G 23 of 111 ~ 20.72%
B 33 of 111 ~ 29.73%

%49.55
%20.72
%29.73

CMYK color model

#371721 color CMYK value is (0,58,40,78).

  • cyan value is 0.00%
  • magenta value is 58.18%
  • yellow value is 40.00%
  • key color value is 78.43%
CMYK:
(0,58,40,78)
C0M58Y40K78 
(0%,58%,40%,78%)
(0.00/0.58/0.40/0.78)	

CMYK percentages

%0
%58.18
%40
%78.43

Codes

Color #371721 in popluar color models

371721
RGB552333
HSL341°41.03%15.29%
HSB/HSV341°58.18%21.57%
CMYK0.00%58.18%40.00%
78.43%

Color #371721 in popluar number systems.

HEX371721
Decimal552333
Binary11011110111100001
Octal672741

Shades and tints

Shades of #371721

#371721
(55,23,33)
#32151E
(50,21,30)
#2D131B
(45,19,27)
#281118
(40,17,24)
#230F15
(35,15,21)
#1E0D12
(30,13,18)
#190B0F
(25,11,15)
#14090C
(20,9,12)
#0F0709
(15,7,9)
#0A0506
(10,5,6)
#050303
(5,3,3)
#000000
(0,0,0)

Tints of #371721

#371721
(55,23,33)
#492C35
(73,44,53)
#5B4149
(91,65,73)
#6D565D
(109,86,93)
#7F6B71
(127,107,113)
#918085
(145,128,133)
#A39599
(163,149,153)
#B5AAAD
(181,170,173)
#C7BFC1
(199,191,193)
#D9D4D5
(217,212,213)
#EBE9E9
(235,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #371721 color. Also use rgb(55,23,33) instead hex code.

Text Font Color

.myTextColor { color: #371721; }

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

This text font color is #371721.


Background Color

.myBgColor { background-color: #371721; }

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

This div background color is #371721.


Border color

.myBorderColor { border: 1px solid #371721; }

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

This div border color is #371721.


Opacity

.myOpacity80 { color: #371721; opacity: 0.8; }

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

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

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

This text has shadow with #371721 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #371721 on black background.


Color preview on white background

This text has color #371721 on white background.



Black color preview on #371721 background

This text has black color on #371721 background.


White color preview on #371721 background

This text has white color on #371721 background.