COLOR #A50937

HEX: #A50937
RGB: (165,9,55)

Color info

#A50937 contains mainly red color. Web safe color of #A50937 is #990033 (or #903).

RGB color model

#A50937 color RGB value is (165,9,55).

  • red value is 165;
  • green value is 9;
  • blue value is 55.
RGB:
(165,9,55)
(65%,4%,22%)

RGB channels and saturation

R 165 of 255 = 65%
G 9 of 255 = 4%
B 55 of 255 = 22%

165
9
55

R + G + B ~ 30%. #A50937 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
165 + 9 + 55 = 229 (100%)
R 165 of 229 ~ 72.05%
G 9 of 229 ~ 3.93%
B 55 of 229 ~ 24.02%

%72.05
%24.02

CMYK color model

#A50937 color CMYK value is (0,95,67,35).

  • cyan value is 0.00%
  • magenta value is 94.55%
  • yellow value is 66.67%
  • key color value is 35.29%
CMYK:
(0,95,67,35)
C0M95Y67K35 
(0%,95%,67%,35%)
(0.00/0.95/0.67/0.35)	

CMYK percentages

%0
%94.55
%66.67
%35.29

Codes

Color #A50937 in popluar color models

A50937
RGB165955
HSL342°89.66%34.12%
HSB/HSV342°94.55%64.71%
CMYK0.00%94.55%66.67%
35.29%

Color #A50937 in popluar number systems.

HEXA50937
Decimal165955
Binary101001011001110111
Octal2451167

Shades and tints

Shades of #A50937

#A50937
(165,9,55)
#960932
(150,9,50)
#87092D
(135,9,45)
#780928
(120,9,40)
#690923
(105,9,35)
#5A091E
(90,9,30)
#4B0919
(75,9,25)
#3C0914
(60,9,20)
#2D090F
(45,9,15)
#1E090A
(30,9,10)
#0F0905
(15,9,5)
#000000
(0,0,0)

Tints of #A50937

#A50937
(165,9,55)
#AD1F49
(173,31,73)
#B5355B
(181,53,91)
#BD4B6D
(189,75,109)
#C5617F
(197,97,127)
#CD7791
(205,119,145)
#D58DA3
(213,141,163)
#DDA3B5
(221,163,181)
#E5B9C7
(229,185,199)
#EDCFD9
(237,207,217)
#F5E5EB
(245,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A50937 color. Also use rgb(165,9,55) instead hex code.

Text Font Color

.myTextColor { color: #A50937; }

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

This text font color is #A50937.


Background Color

.myBgColor { background-color: #A50937; }

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

This div background color is #A50937.


Border color

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

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

This div border color is #A50937.


Opacity

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

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

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

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

This text has shadow with #A50937 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A50937 on black background.


Color preview on white background

This text has color #A50937 on white background.



Black color preview on #A50937 background

This text has black color on #A50937 background.


White color preview on #A50937 background

This text has white color on #A50937 background.