COLOR #371C33

HEX: #371C33
RGB: (55,28,51)

Color info

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

RGB color model

#371C33 color RGB value is (55,28,51).

  • red value is 55;
  • green value is 28;
  • blue value is 51.
RGB:
(55,28,51)
(22%,11%,20%)

RGB channels and saturation

R 55 of 255 = 22%
G 28 of 255 = 11%
B 51 of 255 = 20%

55
28
51

R + G + B ~ 18%. #371C33 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 28 + 51 = 134 (100%)
R 55 of 134 ~ 41.04%
G 28 of 134 ~ 20.9%
B 51 of 134 ~ 38.06%

%41.04
%20.9
%38.06

CMYK color model

#371C33 color CMYK value is (0,49,7,78).

  • cyan value is 0.00%
  • magenta value is 49.09%
  • yellow value is 7.27%
  • key color value is 78.43%
CMYK:
(0,49,7,78)
C0M49Y7K78 
(0%,49%,7%,78%)
(0.00/0.49/0.07/0.78)	

CMYK percentages

%0
%49.09
%7.27
%78.43

Codes

Color #371C33 in popluar color models

371C33
RGB552851
HSL309°32.53%16.27%
HSB/HSV309°49.09%21.57%
CMYK0.00%49.09%7.27%
78.43%

Color #371C33 in popluar number systems.

HEX371C33
Decimal552851
Binary11011111100110011
Octal673463

Shades and tints

Shades of #371C33

#371C33
(55,28,51)
#321A2F
(50,26,47)
#2D182B
(45,24,43)
#281627
(40,22,39)
#231423
(35,20,35)
#1E121F
(30,18,31)
#19101B
(25,16,27)
#140E17
(20,14,23)
#0F0C13
(15,12,19)
#0A0A0F
(10,10,15)
#05080B
(5,8,11)
#000000
(0,0,0)

Tints of #371C33

#371C33
(55,28,51)
#493045
(73,48,69)
#5B4457
(91,68,87)
#6D5869
(109,88,105)
#7F6C7B
(127,108,123)
#91808D
(145,128,141)
#A3949F
(163,148,159)
#B5A8B1
(181,168,177)
#C7BCC3
(199,188,195)
#D9D0D5
(217,208,213)
#EBE4E7
(235,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #371C33 color. Also use rgb(55,28,51) instead hex code.

Text Font Color

.myTextColor { color: #371C33; }

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

This text font color is #371C33.


Background Color

.myBgColor { background-color: #371C33; }

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

This div background color is #371C33.


Border color

.myBorderColor { border: 1px solid #371C33; }

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

This div border color is #371C33.


Opacity

.myOpacity80 { color: #371C33; opacity: 0.8; }

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

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

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

This text has shadow with #371C33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #371C33 on black background.


Color preview on white background

This text has color #371C33 on white background.



Black color preview on #371C33 background

This text has black color on #371C33 background.


White color preview on #371C33 background

This text has white color on #371C33 background.