COLOR #4A615B

HEX: #4A615B RGB: (74,97,91)

Color info

#4A615B contains red, green and blue colors in about the same proportion. Web safe color of #4A615B is #336666 (or #366).

RGB color model

#4A615B color RGB value is (74,97,91).

RGB: (74,97,91) (29%, 38%, 36%)

RGB channels and saturation

R 74 of 255 = 29%
G 97 of 255 = 38%
B 91 of 255 = 36%

74
97
91

R + G + B ~ 34%. #4A615B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 97 + 91 = 262 (100%)
R 74 of 262 ~ 28.24%
G 97 of 262 ~ 37.02%
B 91 of 262 ~ 34.73'%

%28.24
%37.02
%34.73

CMYK color model

#4A615B color CMYK value is (24,0,6,62).

  • cyan value is 23.71%
  • magenta value is 0.00%
  • yellow value is 6.19%
  • key color value is 61.96%
CMYK: (24,0,6,62) C24M0Y6K62 (24%,0%,6%,62%) (0.24/0.00/0.06/0.62) 

CMYK percentages

%23.71
%0
%6.19
%61.96

Codes

Color #4A615B in popluar color models

4A 61 5B
RGB 74 97 91
HSL 164° 13.45% 33.53%
HSB/HSV 164° 23.71% 38.04%
CMYK 23.71% 0.00% 6.19%
61.96%

Color #4A615B in popluar number systems.

HEX 4A 61 5B
Decimal 74 97 91
Binary 1001010 1100001 1011011
Octal 112 141 133

Shades and tints

Shades of #4A615B

#4A615B
(74,97,91)
#445953
(68,89,83)
#3E514B
(62,81,75)
#384943
(56,73,67)
#32413B
(50,65,59)
#2C3933
(44,57,51)
#26312B
(38,49,43)
#202923
(32,41,35)
#1A211B
(26,33,27)
#141913
(20,25,19)
#0E110B
(14,17,11)
#000000
(0,0,0)

Tints of #4A615B

#4A615B
(74,97,91)
#5A6F69
(90,111,105)
#6A7D77
(106,125,119)
#7A8B85
(122,139,133)
#8A9993
(138,153,147)
#9AA7A1
(154,167,161)
#AAB5AF
(170,181,175)
#BAC3BD
(186,195,189)
#CAD1CB
(202,209,203)
#DADFD9
(218,223,217)
#EAEDE7
(234,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A615B color. Also use rgb(74,97,91) instead hex code.

Text Font Color

.myTextColor { color: #4A615B; }

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

This text font color is #4A615B.

Background Color

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

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

This div background color is #4A615B.

Border color

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

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

This div border color is #4A615B.

Opacity

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

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

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

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

This text has shadow with #4A615B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A615B.

Preview

Color preview on black background

This text has color #4A615B on black background.


Color preview on white background

This text has color #4A615B on white background.


Black color preview on #4A615B background

This text has black color on #4A615B background.


White color preview on #4A615B background

This text has white color on #4A615B background.


Related colors

Complementary color

Complementary color for #hex is #B59EA4.


I love getcolorcode.com

Triadic colors

1 #5B4A61 and #615B4A with #4A615B are triadic colors.

2 #5B614A and #614A5B with #4A615B are triadic colors.