COLOR #4A654D

HEX: #4A654D
RGB: (74,101,77)

Color info

#4A654D contains red, green and blue colors in about the same proportion. Web safe color of #4A654D is #336633 (or #363).

RGB color model

#4A654D color RGB value is (74,101,77).

  • red value is 74;
  • green value is 101;
  • blue value is 77.
RGB:
(74,101,77)
(29%,40%,30%)

RGB channels and saturation

R 74 of 255 = 29%
G 101 of 255 = 40%
B 77 of 255 = 30%

74
101
77

R + G + B ~ 33%. #4A654D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 101 + 77 = 252 (100%)
R 74 of 252 ~ 29.37%
G 101 of 252 ~ 40.08%
B 77 of 252 ~ 30.56%

%29.37
%40.08
%30.56

CMYK color model

#4A654D color CMYK value is (27,0,24,60).

  • cyan value is 26.73%
  • magenta value is 0.00%
  • yellow value is 23.76%
  • key color value is 60.39%
CMYK:
(27,0,24,60)
C27M0Y24K60 
(27%,0%,24%,60%)
(0.27/0.00/0.24/0.60)	

CMYK percentages

%26.73
%0
%23.76
%60.39

Codes

Color #4A654D in popluar color models

4A654D
RGB7410177
HSL127°15.43%34.31%
HSB/HSV127°26.73%39.61%
CMYK26.73%0.00%23.76%
60.39%

Color #4A654D in popluar number systems.

HEX4A654D
Decimal7410177
Binary100101011001011001101
Octal112145115

Shades and tints

Shades of #4A654D

#4A654D
(74,101,77)
#445C46
(68,92,70)
#3E533F
(62,83,63)
#384A38
(56,74,56)
#324131
(50,65,49)
#2C382A
(44,56,42)
#262F23
(38,47,35)
#20261C
(32,38,28)
#1A1D15
(26,29,21)
#14140E
(20,20,14)
#0E0B07
(14,11,7)
#000000
(0,0,0)

Tints of #4A654D

#4A654D
(74,101,77)
#5A735D
(90,115,93)
#6A816D
(106,129,109)
#7A8F7D
(122,143,125)
#8A9D8D
(138,157,141)
#9AAB9D
(154,171,157)
#AAB9AD
(170,185,173)
#BAC7BD
(186,199,189)
#CAD5CD
(202,213,205)
#DAE3DD
(218,227,221)
#EAF1ED
(234,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A654D; }

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

This text font color is #4A654D.


Background Color

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

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

This div background color is #4A654D.


Border color

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

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

This div border color is #4A654D.


Opacity

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

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

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

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

This text has shadow with #4A654D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A654D on black background.


Color preview on white background

This text has color #4A654D on white background.



Black color preview on #4A654D background

This text has black color on #4A654D background.


White color preview on #4A654D background

This text has white color on #4A654D background.