COLOR #4A0839

HEX: #4A0839 RGB: (74,8,57)

Color info

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

RGB color model

#4A0839 color RGB value is (74,8,57).

RGB: (74,8,57) (29%, 3%, 22%)

RGB channels and saturation

R 74 of 255 = 29%
G 8 of 255 = 3%
B 57 of 255 = 22%

74
8
57

R + G + B ~ 18%. #4A0839 is dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 8 + 57 = 139 (100%)
R 74 of 139 ~ 53.24%
G 8 of 139 ~ 5.76%
B 57 of 139 ~ 41.01'%

%53.24
%41.01

CMYK color model

#4A0839 color CMYK value is (0,89,23,71).

  • cyan value is 0.00%
  • magenta value is 89.19%
  • yellow value is 22.97%
  • key color value is 70.98%

CMYK: (0,89,23,71)
C0M89Y23K71 (0%, 89%, 23%, 71%)
(0.00 / 0.89 / 0.23 / 0.71)

CMYK percentages

%0
%89.19
%22.97
%70.98

Codes

Color #4A0839 in popluar color models

4A 08 39
RGB 74 8 57
HSL 315° 80.49% 16.08%
HSB/HSV 315° 89.19% 29.02%
CMYK 0.00% 89.19% 22.97%
70.98%

Color #4A0839 in popluar number systems.

HEX 4A 08 39
Decimal 74 8 57
Binary 1001010 1000 111001
Octal 112 10 71

Shades and tints

Shades of #4A0839

#4A0839
(74,8,57)
#440834
(68,8,52)
#3E082F
(62,8,47)
#38082A
(56,8,42)
#320825
(50,8,37)
#2C0820
(44,8,32)
#26081B
(38,8,27)
#200816
(32,8,22)
#1A0811
(26,8,17)
#14080C
(20,8,12)
#0E0807
(14,8,7)
#000000
(0,0,0)

Tints of #4A0839

#4A0839
(74,8,57)
#5A1E4B
(90,30,75)
#6A345D
(106,52,93)
#7A4A6F
(122,74,111)
#8A6081
(138,96,129)
#9A7693
(154,118,147)
#AA8CA5
(170,140,165)
#BAA2B7
(186,162,183)
#CAB8C9
(202,184,201)
#DACEDB
(218,206,219)
#EAE4ED
(234,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A0839 color. Also use rgb(74,8,57) instead hex code.

Text Font Color

.myTextColor { color: #4A0839; }

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

This text font color is #4A0839.

Background Color

.myBgColor { background-color: #4A0839; }

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

This div background color is #4A0839.

Border color

.myBorderColor { border: 1px solid #4A0839; }

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

This div border color is #4A0839.

Opacity

.myOpacity80 { color: #4A0839; opacity: 0.8; }

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

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

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

This text has shadow with #4A0839 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A0839.

Preview

Color preview on black background

This text has color #4A0839 on black background.


Color preview on white background

This text has color #4A0839 on white background.


Black color preview on #4A0839 background

This text has black color on #4A0839 background.


White color preview on #4A0839 background

This text has white color on #4A0839 background.


Related colors

Complementary color

Complementary color for #hex is #B5F7C6.


I love getcolorcode.com

Triadic colors

1 #394A08 and #08394A with #4A0839 are triadic colors.

2 #39084A and #084A39 with #4A0839 are triadic colors.