COLOR #371933

HEX: #371933
RGB: (55,25,51)

Color info

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

RGB color model

#371933 color RGB value is (55,25,51).

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

RGB channels and saturation

R 55 of 255 = 22%
G 25 of 255 = 10%
B 51 of 255 = 20%

55
25
51

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

Portions of RGB colors in percentages

R + G + B =
55 + 25 + 51 = 131 (100%)
R 55 of 131 ~ 41.98%
G 25 of 131 ~ 19.08%
B 51 of 131 ~ 38.93%

%41.98
%19.08
%38.93

CMYK color model

#371933 color CMYK value is (0,55,7,78).

  • cyan value is 0.00%
  • magenta value is 54.55%
  • yellow value is 7.27%
  • key color value is 78.43%
CMYK:
(0,55,7,78)
C0M55Y7K78 
(0%,55%,7%,78%)
(0.00/0.55/0.07/0.78)	

CMYK percentages

%0
%54.55
%7.27
%78.43

Codes

Color #371933 in popluar color models

371933
RGB552551
HSL308°37.50%15.69%
HSB/HSV308°54.55%21.57%
CMYK0.00%54.55%7.27%
78.43%

Color #371933 in popluar number systems.

HEX371933
Decimal552551
Binary11011111001110011
Octal673163

Shades and tints

Shades of #371933

#371933
(55,25,51)
#32172F
(50,23,47)
#2D152B
(45,21,43)
#281327
(40,19,39)
#231123
(35,17,35)
#1E0F1F
(30,15,31)
#190D1B
(25,13,27)
#140B17
(20,11,23)
#0F0913
(15,9,19)
#0A070F
(10,7,15)
#05050B
(5,5,11)
#000000
(0,0,0)

Tints of #371933

#371933
(55,25,51)
#492D45
(73,45,69)
#5B4157
(91,65,87)
#6D5569
(109,85,105)
#7F697B
(127,105,123)
#917D8D
(145,125,141)
#A3919F
(163,145,159)
#B5A5B1
(181,165,177)
#C7B9C3
(199,185,195)
#D9CDD5
(217,205,213)
#EBE1E7
(235,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #371933; }

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

This text font color is #371933.


Background Color

.myBgColor { background-color: #371933; }

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

This div background color is #371933.


Border color

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

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

This div border color is #371933.


Opacity

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

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

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

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

This text has shadow with #371933 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #371933 on black background.


Color preview on white background

This text has color #371933 on white background.



Black color preview on #371933 background

This text has black color on #371933 background.


White color preview on #371933 background

This text has white color on #371933 background.