COLOR #4A655C

HEX: #4A655C RGB: (74,101,92)

Color info

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

RGB color model

#4A655C color RGB value is (74,101,92).

RGB: (74,101,92) (29%, 40%, 36%)

RGB channels and saturation

R 74 of 255 = 29%
G 101 of 255 = 40%
B 92 of 255 = 36%

74
101
92

R + G + B ~ 35%. #4A655C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 101 + 92 = 267 (100%)
R 74 of 267 ~ 27.72%
G 101 of 267 ~ 37.83%
B 92 of 267 ~ 34.46'%

%27.72
%37.83
%34.46

CMYK color model

#4A655C color CMYK value is (27,0,9,60).

  • cyan value is 26.73%
  • magenta value is 0.00%
  • yellow value is 8.91%
  • key color value is 60.39%

CMYK: (27,0,9,60)
C27M0Y9K60 (27%, 0%, 9%, 60%)
(0.27 / 0.00 / 0.09 / 0.60)

CMYK percentages

%26.73
%0
%8.91
%60.39

Codes

Color #4A655C in popluar color models

4A 65 5C
RGB 74 101 92
HSL 160° 15.43% 34.31%
HSB/HSV 160° 26.73% 39.61%
CMYK 26.73% 0.00% 8.91%
60.39%

Color #4A655C in popluar number systems.

HEX 4A 65 5C
Decimal 74 101 92
Binary 1001010 1100101 1011100
Octal 112 145 134

Shades and tints

Shades of #4A655C

#4A655C
(74,101,92)
#445C54
(68,92,84)
#3E534C
(62,83,76)
#384A44
(56,74,68)
#32413C
(50,65,60)
#2C3834
(44,56,52)
#262F2C
(38,47,44)
#202624
(32,38,36)
#1A1D1C
(26,29,28)
#141414
(20,20,20)
#0E0B0C
(14,11,12)
#000000
(0,0,0)

Tints of #4A655C

#4A655C
(74,101,92)
#5A736A
(90,115,106)
#6A8178
(106,129,120)
#7A8F86
(122,143,134)
#8A9D94
(138,157,148)
#9AABA2
(154,171,162)
#AAB9B0
(170,185,176)
#BAC7BE
(186,199,190)
#CAD5CC
(202,213,204)
#DAE3DA
(218,227,218)
#EAF1E8
(234,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A655C color. Also use rgb(74,101,92) instead hex code.

Text Font Color

.myTextColor { color: #4A655C; }

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

This text font color is #4A655C.

Background Color

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

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

This div background color is #4A655C.

Border color

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

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

This div border color is #4A655C.

Opacity

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

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

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

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

This text has shadow with #4A655C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A655C.

Preview

Color preview on black background

This text has color #4A655C on black background.


Color preview on white background

This text has color #4A655C on white background.


Black color preview on #4A655C background

This text has black color on #4A655C background.


White color preview on #4A655C background

This text has white color on #4A655C background.


Related colors

Complementary color

Complementary color for #hex is #B59AA3.


I love getcolorcode.com

Triadic colors

1 #5C4A65 and #655C4A with #4A655C are triadic colors.

2 #5C654A and #654A5C with #4A655C are triadic colors.