COLOR #37082A

HEX: #37082A
RGB: (55,8,42)

Color info

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

RGB color model

#37082A color RGB value is (55,8,42).

  • red value is 55;
  • green value is 8;
  • blue value is 42.
RGB:
(55,8,42)
(22%,3%,16%)

RGB channels and saturation

R 55 of 255 = 22%
G 8 of 255 = 3%
B 42 of 255 = 16%

55
8
42

R + G + B ~ 14%. #37082A is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 8 + 42 = 105 (100%)
R 55 of 105 ~ 52.38%
G 8 of 105 ~ 7.62%
B 42 of 105 ~ 40%

%52.38
%40

CMYK color model

#37082A color CMYK value is (0,85,24,78).

  • cyan value is 0.00%
  • magenta value is 85.45%
  • yellow value is 23.64%
  • key color value is 78.43%
CMYK:
(0,85,24,78)
C0M85Y24K78 
(0%,85%,24%,78%)
(0.00/0.85/0.24/0.78)	

CMYK percentages

%0
%85.45
%23.64
%78.43

Codes

Color #37082A in popluar color models

37082A
RGB55842
HSL317°74.60%12.35%
HSB/HSV317°85.45%21.57%
CMYK0.00%85.45%23.64%
78.43%

Color #37082A in popluar number systems.

HEX37082A
Decimal55842
Binary1101111000101010
Octal671052

Shades and tints

Shades of #37082A

#37082A
(55,8,42)
#320827
(50,8,39)
#2D0824
(45,8,36)
#280821
(40,8,33)
#23081E
(35,8,30)
#1E081B
(30,8,27)
#190818
(25,8,24)
#140815
(20,8,21)
#0F0812
(15,8,18)
#0A080F
(10,8,15)
#05080C
(5,8,12)
#000000
(0,0,0)

Tints of #37082A

#37082A
(55,8,42)
#491E3D
(73,30,61)
#5B3450
(91,52,80)
#6D4A63
(109,74,99)
#7F6076
(127,96,118)
#917689
(145,118,137)
#A38C9C
(163,140,156)
#B5A2AF
(181,162,175)
#C7B8C2
(199,184,194)
#D9CED5
(217,206,213)
#EBE4E8
(235,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37082A color. Also use rgb(55,8,42) instead hex code.

Text Font Color

.myTextColor { color: #37082A; }

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

This text font color is #37082A.


Background Color

.myBgColor { background-color: #37082A; }

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

This div background color is #37082A.


Border color

.myBorderColor { border: 1px solid #37082A; }

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

This div border color is #37082A.


Opacity

.myOpacity80 { color: #37082A; opacity: 0.8; }

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

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

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

This text has shadow with #37082A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37082A on black background.


Color preview on white background

This text has color #37082A on white background.



Black color preview on #37082A background

This text has black color on #37082A background.


White color preview on #37082A background

This text has white color on #37082A background.