COLOR #4A6455

HEX: #4A6455 RGB: (74,100,85)

Color info

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

RGB color model

#4A6455 color RGB value is (74,100,85).

RGB: (74,100,85) (29%, 39%, 33%)

RGB channels and saturation

R 74 of 255 = 29%
G 100 of 255 = 39%
B 85 of 255 = 33%

74
100
85

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

Portions of RGB colors in percentages

R + G + B = 74 + 100 + 85 = 259 (100%)
R 74 of 259 ~ 28.57%
G 100 of 259 ~ 38.61%
B 85 of 259 ~ 32.82'%

%28.57
%38.61
%32.82

CMYK color model

#4A6455 color CMYK value is (26,0,15,61).

  • cyan value is 26.00%
  • magenta value is 0.00%
  • yellow value is 15.00%
  • key color value is 60.78%
CMYK: (26,0,15,61) C26M0Y15K61 (26%,0%,15%,61%) (0.26/0.00/0.15/0.61) 

CMYK percentages

%26
%0
%15
%60.78

Codes

Color #4A6455 in popluar color models

4A 64 55
RGB 74 100 85
HSL 145° 14.94% 34.12%
HSB/HSV 145° 26.00% 39.22%
CMYK 26.00% 0.00% 15.00%
60.78%

Color #4A6455 in popluar number systems.

HEX 4A 64 55
Decimal 74 100 85
Binary 1001010 1100100 1010101
Octal 112 144 125

Shades and tints

Shades of #4A6455

#4A6455
(74,100,85)
#445B4E
(68,91,78)
#3E5247
(62,82,71)
#384940
(56,73,64)
#324039
(50,64,57)
#2C3732
(44,55,50)
#262E2B
(38,46,43)
#202524
(32,37,36)
#1A1C1D
(26,28,29)
#141316
(20,19,22)
#0E0A0F
(14,10,15)
#000000
(0,0,0)

Tints of #4A6455

#4A6455
(74,100,85)
#5A7264
(90,114,100)
#6A8073
(106,128,115)
#7A8E82
(122,142,130)
#8A9C91
(138,156,145)
#9AAAA0
(154,170,160)
#AAB8AF
(170,184,175)
#BAC6BE
(186,198,190)
#CAD4CD
(202,212,205)
#DAE2DC
(218,226,220)
#EAF0EB
(234,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A6455 color. Also use rgb(74,100,85) instead hex code.

Text Font Color

.myTextColor { color: #4A6455; }

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

This text font color is #4A6455.

Background Color

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

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

This div background color is #4A6455.

Border color

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

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

This div border color is #4A6455.

Opacity

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

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

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

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

This text has shadow with #4A6455 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A6455.

Preview

Color preview on black background

This text has color #4A6455 on black background.


Color preview on white background

This text has color #4A6455 on white background.


Black color preview on #4A6455 background

This text has black color on #4A6455 background.


White color preview on #4A6455 background

This text has white color on #4A6455 background.


Related colors

Complementary color

Complementary color for #hex is #B59BAA.


I love getcolorcode.com

Triadic colors

1 #554A64 and #64554A with #4A6455 are triadic colors.

2 #55644A and #644A55 with #4A6455 are triadic colors.