COLOR #371E33

HEX: #371E33
RGB: (55,30,51)

Color info

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

RGB color model

#371E33 color RGB value is (55,30,51).

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

RGB channels and saturation

R 55 of 255 = 22%
G 30 of 255 = 12%
B 51 of 255 = 20%

55
30
51

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

Portions of RGB colors in percentages

R + G + B =
55 + 30 + 51 = 136 (100%)
R 55 of 136 ~ 40.44%
G 30 of 136 ~ 22.06%
B 51 of 136 ~ 37.5%

%40.44
%22.06
%37.5

CMYK color model

#371E33 color CMYK value is (0,45,7,78).

  • cyan value is 0.00%
  • magenta value is 45.45%
  • yellow value is 7.27%
  • key color value is 78.43%
CMYK:
(0,45,7,78)
C0M45Y7K78 
(0%,45%,7%,78%)
(0.00/0.45/0.07/0.78)	

CMYK percentages

%0
%45.45
%7.27
%78.43

Codes

Color #371E33 in popluar color models

371E33
RGB553051
HSL310°29.41%16.67%
HSB/HSV310°45.45%21.57%
CMYK0.00%45.45%7.27%
78.43%

Color #371E33 in popluar number systems.

HEX371E33
Decimal553051
Binary11011111110110011
Octal673663

Shades and tints

Shades of #371E33

#371E33
(55,30,51)
#321C2F
(50,28,47)
#2D1A2B
(45,26,43)
#281827
(40,24,39)
#231623
(35,22,35)
#1E141F
(30,20,31)
#19121B
(25,18,27)
#141017
(20,16,23)
#0F0E13
(15,14,19)
#0A0C0F
(10,12,15)
#050A0B
(5,10,11)
#000000
(0,0,0)

Tints of #371E33

#371E33
(55,30,51)
#493245
(73,50,69)
#5B4657
(91,70,87)
#6D5A69
(109,90,105)
#7F6E7B
(127,110,123)
#91828D
(145,130,141)
#A3969F
(163,150,159)
#B5AAB1
(181,170,177)
#C7BEC3
(199,190,195)
#D9D2D5
(217,210,213)
#EBE6E7
(235,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #371E33; }

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

This text font color is #371E33.


Background Color

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

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

This div background color is #371E33.


Border color

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

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

This div border color is #371E33.


Opacity

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

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

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

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

This text has shadow with #371E33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #371E33 on black background.


Color preview on white background

This text has color #371E33 on white background.



Black color preview on #371E33 background

This text has black color on #371E33 background.


White color preview on #371E33 background

This text has white color on #371E33 background.