COLOR #370A4A

HEX: #370A4A
RGB: (55,10,74)

Color info

#370A4A contains mainly red and blue colors. Web safe color of #370A4A is #330033 (or #303).

RGB color model

#370A4A color RGB value is (55,10,74).

  • red value is 55;
  • green value is 10;
  • blue value is 74.
RGB:
(55,10,74)
(22%,4%,29%)

RGB channels and saturation

R 55 of 255 = 22%
G 10 of 255 = 4%
B 74 of 255 = 29%

55
10
74

R + G + B ~ 18%. #370A4A is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 10 + 74 = 139 (100%)
R 55 of 139 ~ 39.57%
G 10 of 139 ~ 7.19%
B 74 of 139 ~ 53.24%

%39.57
%53.24

CMYK color model

#370A4A color CMYK value is (26,86,0,71).

  • cyan value is 25.68%
  • magenta value is 86.49%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(26,86,0,71)
C26M86Y0K71 
(26%,86%,0%,71%)
(0.26/0.86/0.00/0.71)	

CMYK percentages

%25.68
%86.49
%0
%70.98

Codes

Color #370A4A in popluar color models

370A4A
RGB551074
HSL282°76.19%16.47%
HSB/HSV282°86.49%29.02%
CMYK25.68%86.49%0.00%
70.98%

Color #370A4A in popluar number systems.

HEX370A4A
Decimal551074
Binary11011110101001010
Octal6712112

Shades and tints

Shades of #370A4A

#370A4A
(55,10,74)
#320A44
(50,10,68)
#2D0A3E
(45,10,62)
#280A38
(40,10,56)
#230A32
(35,10,50)
#1E0A2C
(30,10,44)
#190A26
(25,10,38)
#140A20
(20,10,32)
#0F0A1A
(15,10,26)
#0A0A14
(10,10,20)
#050A0E
(5,10,14)
#000000
(0,0,0)

Tints of #370A4A

#370A4A
(55,10,74)
#49205A
(73,32,90)
#5B366A
(91,54,106)
#6D4C7A
(109,76,122)
#7F628A
(127,98,138)
#91789A
(145,120,154)
#A38EAA
(163,142,170)
#B5A4BA
(181,164,186)
#C7BACA
(199,186,202)
#D9D0DA
(217,208,218)
#EBE6EA
(235,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #370A4A color. Also use rgb(55,10,74) instead hex code.

Text Font Color

.myTextColor { color: #370A4A; }

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

This text font color is #370A4A.


Background Color

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

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

This div background color is #370A4A.


Border color

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

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

This div border color is #370A4A.


Opacity

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

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

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

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

This text has shadow with #370A4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #370A4A on black background.


Color preview on white background

This text has color #370A4A on white background.



Black color preview on #370A4A background

This text has black color on #370A4A background.


White color preview on #370A4A background

This text has white color on #370A4A background.