COLOR #371330

HEX: #371330
RGB: (55,19,48)

Color info

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

RGB color model

#371330 color RGB value is (55,19,48).

  • red value is 55;
  • green value is 19;
  • blue value is 48.
RGB:
(55,19,48)
(22%,7%,19%)

RGB channels and saturation

R 55 of 255 = 22%
G 19 of 255 = 7%
B 48 of 255 = 19%

55
19
48

R + G + B ~ 16%. #371330 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 19 + 48 = 122 (100%)
R 55 of 122 ~ 45.08%
G 19 of 122 ~ 15.57%
B 48 of 122 ~ 39.34%

%45.08
%15.57
%39.34

CMYK color model

#371330 color CMYK value is (0,65,13,78).

  • cyan value is 0.00%
  • magenta value is 65.45%
  • yellow value is 12.73%
  • key color value is 78.43%
CMYK:
(0,65,13,78)
C0M65Y13K78 
(0%,65%,13%,78%)
(0.00/0.65/0.13/0.78)	

CMYK percentages

%0
%65.45
%12.73
%78.43

Codes

Color #371330 in popluar color models

371330
RGB551948
HSL312°48.65%14.51%
HSB/HSV312°65.45%21.57%
CMYK0.00%65.45%12.73%
78.43%

Color #371330 in popluar number systems.

HEX371330
Decimal551948
Binary11011110011110000
Octal672360

Shades and tints

Shades of #371330

#371330
(55,19,48)
#32122C
(50,18,44)
#2D1128
(45,17,40)
#281024
(40,16,36)
#230F20
(35,15,32)
#1E0E1C
(30,14,28)
#190D18
(25,13,24)
#140C14
(20,12,20)
#0F0B10
(15,11,16)
#0A0A0C
(10,10,12)
#050908
(5,9,8)
#000000
(0,0,0)

Tints of #371330

#371330
(55,19,48)
#492842
(73,40,66)
#5B3D54
(91,61,84)
#6D5266
(109,82,102)
#7F6778
(127,103,120)
#917C8A
(145,124,138)
#A3919C
(163,145,156)
#B5A6AE
(181,166,174)
#C7BBC0
(199,187,192)
#D9D0D2
(217,208,210)
#EBE5E4
(235,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #371330 color. Also use rgb(55,19,48) instead hex code.

Text Font Color

.myTextColor { color: #371330; }

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

This text font color is #371330.


Background Color

.myBgColor { background-color: #371330; }

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

This div background color is #371330.


Border color

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

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

This div border color is #371330.


Opacity

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

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

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

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

This text has shadow with #371330 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #371330 on black background.


Color preview on white background

This text has color #371330 on white background.



Black color preview on #371330 background

This text has black color on #371330 background.


White color preview on #371330 background

This text has white color on #371330 background.