COLOR #370B3F

HEX: #370B3F
RGB: (55,11,63)

Color info

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

RGB color model

#370B3F color RGB value is (55,11,63).

  • red value is 55;
  • green value is 11;
  • blue value is 63.
RGB:
(55,11,63)
(22%,4%,25%)

RGB channels and saturation

R 55 of 255 = 22%
G 11 of 255 = 4%
B 63 of 255 = 25%

55
11
63

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

Portions of RGB colors in percentages

R + G + B =
55 + 11 + 63 = 129 (100%)
R 55 of 129 ~ 42.64%
G 11 of 129 ~ 8.53%
B 63 of 129 ~ 48.84%

%42.64
%48.84

CMYK color model

#370B3F color CMYK value is (13,83,0,75).

  • cyan value is 12.70%
  • magenta value is 82.54%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(13,83,0,75)
C13M83Y0K75 
(13%,83%,0%,75%)
(0.13/0.83/0.00/0.75)	

CMYK percentages

%12.7
%82.54
%0
%75.29

Codes

Color #370B3F in popluar color models

370B3F
RGB551163
HSL291°70.27%14.51%
HSB/HSV291°82.54%24.71%
CMYK12.70%82.54%0.00%
75.29%

Color #370B3F in popluar number systems.

HEX370B3F
Decimal551163
Binary1101111011111111
Octal671377

Shades and tints

Shades of #370B3F

#370B3F
(55,11,63)
#320A3A
(50,10,58)
#2D0935
(45,9,53)
#280830
(40,8,48)
#23072B
(35,7,43)
#1E0626
(30,6,38)
#190521
(25,5,33)
#14041C
(20,4,28)
#0F0317
(15,3,23)
#0A0212
(10,2,18)
#05010D
(5,1,13)
#000000
(0,0,0)

Tints of #370B3F

#370B3F
(55,11,63)
#492150
(73,33,80)
#5B3761
(91,55,97)
#6D4D72
(109,77,114)
#7F6383
(127,99,131)
#917994
(145,121,148)
#A38FA5
(163,143,165)
#B5A5B6
(181,165,182)
#C7BBC7
(199,187,199)
#D9D1D8
(217,209,216)
#EBE7E9
(235,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #370B3F color. Also use rgb(55,11,63) instead hex code.

Text Font Color

.myTextColor { color: #370B3F; }

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

This text font color is #370B3F.


Background Color

.myBgColor { background-color: #370B3F; }

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

This div background color is #370B3F.


Border color

.myBorderColor { border: 1px solid #370B3F; }

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

This div border color is #370B3F.


Opacity

.myOpacity80 { color: #370B3F; opacity: 0.8; }

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

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

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

This text has shadow with #370B3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #370B3F on black background.


Color preview on white background

This text has color #370B3F on white background.



Black color preview on #370B3F background

This text has black color on #370B3F background.


White color preview on #370B3F background

This text has white color on #370B3F background.