COLOR #4A083D

HEX: #4A083D RGB: (74,8,61)

Color info

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

RGB color model

#4A083D color RGB value is (74,8,61).

RGB: (74,8,61) (29%, 3%, 24%)

RGB channels and saturation

R 74 of 255 = 29%
G 8 of 255 = 3%
B 61 of 255 = 24%

74
8
61

R + G + B ~ 19%. #4A083D is dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 8 + 61 = 143 (100%)
R 74 of 143 ~ 51.75%
G 8 of 143 ~ 5.59%
B 61 of 143 ~ 42.66'%

%51.75
%42.66

CMYK color model

#4A083D color CMYK value is (0,89,18,71).

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

CMYK: (0,89,18,71)
C0M89Y18K71 (0%, 89%, 18%, 71%)
(0.00 / 0.89 / 0.18 / 0.71)

CMYK percentages

%0
%89.19
%17.57
%70.98

Codes

Color #4A083D in popluar color models

4A 08 3D
RGB 74 8 61
HSL 312° 80.49% 16.08%
HSB/HSV 312° 89.19% 29.02%
CMYK 0.00% 89.19% 17.57%
70.98%

Color #4A083D in popluar number systems.

HEX 4A 08 3D
Decimal 74 8 61
Binary 1001010 1000 111101
Octal 112 10 75

Shades and tints

Shades of #4A083D

#4A083D
(74,8,61)
#440838
(68,8,56)
#3E0833
(62,8,51)
#38082E
(56,8,46)
#320829
(50,8,41)
#2C0824
(44,8,36)
#26081F
(38,8,31)
#20081A
(32,8,26)
#1A0815
(26,8,21)
#140810
(20,8,16)
#0E080B
(14,8,11)
#000000
(0,0,0)

Tints of #4A083D

#4A083D
(74,8,61)
#5A1E4E
(90,30,78)
#6A345F
(106,52,95)
#7A4A70
(122,74,112)
#8A6081
(138,96,129)
#9A7692
(154,118,146)
#AA8CA3
(170,140,163)
#BAA2B4
(186,162,180)
#CAB8C5
(202,184,197)
#DACED6
(218,206,214)
#EAE4E7
(234,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A083D; }

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

This text font color is #4A083D.

Background Color

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

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

This div background color is #4A083D.

Border color

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

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

This div border color is #4A083D.

Opacity

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

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

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

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

This text has shadow with #4A083D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A083D.

Preview

Color preview on black background

This text has color #4A083D on black background.


Color preview on white background

This text has color #4A083D on white background.


Black color preview on #4A083D background

This text has black color on #4A083D background.


White color preview on #4A083D background

This text has white color on #4A083D background.


Related colors

Complementary color

Complementary color for #hex is #B5F7C2.


I love getcolorcode.com

Triadic colors

1 #3D4A08 and #083D4A with #4A083D are triadic colors.

2 #3D084A and #084A3D with #4A083D are triadic colors.