COLOR #370B40

HEX: #370B40 RGB: (55,11,64)

Color info

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

RGB color model

#370B40 color RGB value is (55,11,64).

RGB: (55,11,64) (22%, 4%, 25%)

RGB channels and saturation

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

55
11
64

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

Portions of RGB colors in percentages

R + G + B = 55 + 11 + 64 = 130 (100%)
R 55 of 130 ~ 42.31%
G 11 of 130 ~ 8.46%
B 64 of 130 ~ 49.23'%

%42.31
%49.23

CMYK color model

#370B40 color CMYK value is (14,83,0,75).

  • cyan value is 14.06%
  • magenta value is 82.81%
  • yellow value is 0.00%
  • key color value is 74.90%

CMYK: (14,83,0,75)
C14M83Y0K75 (14%, 83%, 0%, 75%)
(0.14 / 0.83 / 0.00 / 0.75)

CMYK percentages

%14.06
%82.81
%0
%74.9

Codes

Color #370B40 in popluar color models

37 0B 40
RGB 55 11 64
HSL 290° 70.67% 14.71%
HSB/HSV 290° 82.81% 25.10%
CMYK 14.06% 82.81% 0.00%
74.90%

Color #370B40 in popluar number systems.

HEX 37 0B 40
Decimal 55 11 64
Binary 110111 1011 1000000
Octal 67 13 100

Shades and tints

Shades of #370B40

#370B40
(55,11,64)
#320A3B
(50,10,59)
#2D0936
(45,9,54)
#280831
(40,8,49)
#23072C
(35,7,44)
#1E0627
(30,6,39)
#190522
(25,5,34)
#14041D
(20,4,29)
#0F0318
(15,3,24)
#0A0213
(10,2,19)
#05010E
(5,1,14)
#000000
(0,0,0)

Tints of #370B40

#370B40
(55,11,64)
#492151
(73,33,81)
#5B3762
(91,55,98)
#6D4D73
(109,77,115)
#7F6384
(127,99,132)
#917995
(145,121,149)
#A38FA6
(163,143,166)
#B5A5B7
(181,165,183)
#C7BBC8
(199,187,200)
#D9D1D9
(217,209,217)
#EBE7EA
(235,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #370B40; }

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

This text font color is #370B40.

Background Color

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

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

This div background color is #370B40.

Border color

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

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

This div border color is #370B40.

Opacity

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

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

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

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

This text has shadow with #370B40 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #370B40.

Preview

Color preview on black background

This text has color #370B40 on black background.


Color preview on white background

This text has color #370B40 on white background.


Black color preview on #370B40 background

This text has black color on #370B40 background.


White color preview on #370B40 background

This text has white color on #370B40 background.


Related colors

Complementary color

Complementary color for #hex is #C8F4BF.


I love getcolorcode.com

Triadic colors

1 #40370B and #0B4037 with #370B40 are triadic colors.

2 #400B37 and #0B3740 with #370B40 are triadic colors.