COLOR #4A6A5F

HEX: #4A6A5F RGB: (74,106,95)

Color info

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

RGB color model

#4A6A5F color RGB value is (74,106,95).

RGB: (74,106,95) (29%, 42%, 37%)

RGB channels and saturation

R 74 of 255 = 29%
G 106 of 255 = 42%
B 95 of 255 = 37%

74
106
95

R + G + B ~ 36%. #4A6A5F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 106 + 95 = 275 (100%)
R 74 of 275 ~ 26.91%
G 106 of 275 ~ 38.55%
B 95 of 275 ~ 34.55'%

%26.91
%38.55
%34.55

CMYK color model

#4A6A5F color CMYK value is (30,0,10,58).

  • cyan value is 30.19%
  • magenta value is 0.00%
  • yellow value is 10.38%
  • key color value is 58.43%

CMYK: (30,0,10,58)
C30M0Y10K58 (30%, 0%, 10%, 58%)
(0.30 / 0.00 / 0.10 / 0.58)

CMYK percentages

%30.19
%0
%10.38
%58.43

Codes

Color #4A6A5F in popluar color models

4A 6A 5F
RGB 74 106 95
HSL 159° 17.78% 35.29%
HSB/HSV 159° 30.19% 41.57%
CMYK 30.19% 0.00% 10.38%
58.43%

Color #4A6A5F in popluar number systems.

HEX 4A 6A 5F
Decimal 74 106 95
Binary 1001010 1101010 1011111
Octal 112 152 137

Shades and tints

Shades of #4A6A5F

#4A6A5F
(74,106,95)
#446157
(68,97,87)
#3E584F
(62,88,79)
#384F47
(56,79,71)
#32463F
(50,70,63)
#2C3D37
(44,61,55)
#26342F
(38,52,47)
#202B27
(32,43,39)
#1A221F
(26,34,31)
#141917
(20,25,23)
#0E100F
(14,16,15)
#000000
(0,0,0)

Tints of #4A6A5F

#4A6A5F
(74,106,95)
#5A776D
(90,119,109)
#6A847B
(106,132,123)
#7A9189
(122,145,137)
#8A9E97
(138,158,151)
#9AABA5
(154,171,165)
#AAB8B3
(170,184,179)
#BAC5C1
(186,197,193)
#CAD2CF
(202,210,207)
#DADFDD
(218,223,221)
#EAECEB
(234,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A6A5F; }

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

This text font color is #4A6A5F.

Background Color

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

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

This div background color is #4A6A5F.

Border color

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

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

This div border color is #4A6A5F.

Opacity

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

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

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

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

This text has shadow with #4A6A5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A6A5F.

Preview

Color preview on black background

This text has color #4A6A5F on black background.


Color preview on white background

This text has color #4A6A5F on white background.


Black color preview on #4A6A5F background

This text has black color on #4A6A5F background.


White color preview on #4A6A5F background

This text has white color on #4A6A5F background.


Related colors

Complementary color

Complementary color for #hex is #B595A0.


I love getcolorcode.com

Triadic colors

1 #5F4A6A and #6A5F4A with #4A6A5F are triadic colors.

2 #5F6A4A and #6A4A5F with #4A6A5F are triadic colors.