COLOR #371228

HEX: #371228
RGB: (55,18,40)

Color info

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

RGB color model

#371228 color RGB value is (55,18,40).

  • red value is 55;
  • green value is 18;
  • blue value is 40.
RGB:
(55,18,40)
(22%,7%,16%)

RGB channels and saturation

R 55 of 255 = 22%
G 18 of 255 = 7%
B 40 of 255 = 16%

55
18
40

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

Portions of RGB colors in percentages

R + G + B =
55 + 18 + 40 = 113 (100%)
R 55 of 113 ~ 48.67%
G 18 of 113 ~ 15.93%
B 40 of 113 ~ 35.4%

%48.67
%15.93
%35.4

CMYK color model

#371228 color CMYK value is (0,67,27,78).

  • cyan value is 0.00%
  • magenta value is 67.27%
  • yellow value is 27.27%
  • key color value is 78.43%
CMYK:
(0,67,27,78)
C0M67Y27K78 
(0%,67%,27%,78%)
(0.00/0.67/0.27/0.78)	

CMYK percentages

%0
%67.27
%27.27
%78.43

Codes

Color #371228 in popluar color models

371228
RGB551840
HSL324°50.68%14.31%
HSB/HSV324°67.27%21.57%
CMYK0.00%67.27%27.27%
78.43%

Color #371228 in popluar number systems.

HEX371228
Decimal551840
Binary11011110010101000
Octal672250

Shades and tints

Shades of #371228

#371228
(55,18,40)
#321125
(50,17,37)
#2D1022
(45,16,34)
#280F1F
(40,15,31)
#230E1C
(35,14,28)
#1E0D19
(30,13,25)
#190C16
(25,12,22)
#140B13
(20,11,19)
#0F0A10
(15,10,16)
#0A090D
(10,9,13)
#05080A
(5,8,10)
#000000
(0,0,0)

Tints of #371228

#371228
(55,18,40)
#49273B
(73,39,59)
#5B3C4E
(91,60,78)
#6D5161
(109,81,97)
#7F6674
(127,102,116)
#917B87
(145,123,135)
#A3909A
(163,144,154)
#B5A5AD
(181,165,173)
#C7BAC0
(199,186,192)
#D9CFD3
(217,207,211)
#EBE4E6
(235,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #371228 color. Also use rgb(55,18,40) instead hex code.

Text Font Color

.myTextColor { color: #371228; }

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

This text font color is #371228.


Background Color

.myBgColor { background-color: #371228; }

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

This div background color is #371228.


Border color

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

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

This div border color is #371228.


Opacity

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

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

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

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

This text has shadow with #371228 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #371228 on black background.


Color preview on white background

This text has color #371228 on white background.



Black color preview on #371228 background

This text has black color on #371228 background.


White color preview on #371228 background

This text has white color on #371228 background.