COLOR #4A395F

HEX: #4A395F RGB: (74,57,95)

Color info

#4A395F contains red, green and blue colors in about the same proportion. Web safe color of #4A395F is #333366 (or #336).

RGB color model

#4A395F color RGB value is (74,57,95).

RGB: (74,57,95) (29%, 22%, 37%)

RGB channels and saturation

R 74 of 255 = 29%
G 57 of 255 = 22%
B 95 of 255 = 37%

74
57
95

R + G + B ~ 29%. #4A395F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 57 + 95 = 226 (100%)
R 74 of 226 ~ 32.74%
G 57 of 226 ~ 25.22%
B 95 of 226 ~ 42.04'%

%32.74
%25.22
%42.04

CMYK color model

#4A395F color CMYK value is (22,40,0,63).

  • cyan value is 22.11%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 62.75%

CMYK: (22,40,0,63)
C22M40Y0K63 (22%, 40%, 0%, 63%)
(0.22 / 0.40 / 0.00 / 0.63)

CMYK percentages

%22.11
%40
%0
%62.75

Codes

Color #4A395F in popluar color models

4A 39 5F
RGB 74 57 95
HSL 267° 25.00% 29.80%
HSB/HSV 267° 40.00% 37.25%
CMYK 22.11% 40.00% 0.00%
62.75%

Color #4A395F in popluar number systems.

HEX 4A 39 5F
Decimal 74 57 95
Binary 1001010 111001 1011111
Octal 112 71 137

Shades and tints

Shades of #4A395F

#4A395F
(74,57,95)
#443457
(68,52,87)
#3E2F4F
(62,47,79)
#382A47
(56,42,71)
#32253F
(50,37,63)
#2C2037
(44,32,55)
#261B2F
(38,27,47)
#201627
(32,22,39)
#1A111F
(26,17,31)
#140C17
(20,12,23)
#0E070F
(14,7,15)
#000000
(0,0,0)

Tints of #4A395F

#4A395F
(74,57,95)
#5A4B6D
(90,75,109)
#6A5D7B
(106,93,123)
#7A6F89
(122,111,137)
#8A8197
(138,129,151)
#9A93A5
(154,147,165)
#AAA5B3
(170,165,179)
#BAB7C1
(186,183,193)
#CAC9CF
(202,201,207)
#DADBDD
(218,219,221)
#EAEDEB
(234,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A395F; }

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

This text font color is #4A395F.

Background Color

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

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

This div background color is #4A395F.

Border color

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

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

This div border color is #4A395F.

Opacity

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

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

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

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

This text has shadow with #4A395F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A395F.

Preview

Color preview on black background

This text has color #4A395F on black background.


Color preview on white background

This text has color #4A395F on white background.


Black color preview on #4A395F background

This text has black color on #4A395F background.


White color preview on #4A395F background

This text has white color on #4A395F background.


Related colors

Complementary color

Complementary color for #hex is #B5C6A0.


I love getcolorcode.com

Triadic colors

1 #5F4A39 and #395F4A with #4A395F are triadic colors.

2 #5F394A and #394A5F with #4A395F are triadic colors.