COLOR #4A654E

HEX: #4A654E
RGB: (74,101,78)

Color info

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

RGB color model

#4A654E color RGB value is (74,101,78).

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

RGB channels and saturation

R 74 of 255 = 29%
G 101 of 255 = 40%
B 78 of 255 = 31%

74
101
78

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

Portions of RGB colors in percentages

R + G + B =
74 + 101 + 78 = 253 (100%)
R 74 of 253 ~ 29.25%
G 101 of 253 ~ 39.92%
B 78 of 253 ~ 30.83%

%29.25
%39.92
%30.83

CMYK color model

#4A654E color CMYK value is (27,0,23,60).

  • cyan value is 26.73%
  • magenta value is 0.00%
  • yellow value is 22.77%
  • key color value is 60.39%
CMYK:
(27,0,23,60)
C27M0Y23K60 
(27%,0%,23%,60%)
(0.27/0.00/0.23/0.60)	

CMYK percentages

%26.73
%0
%22.77
%60.39

Codes

Color #4A654E in popluar color models

4A654E
RGB7410178
HSL129°15.43%34.31%
HSB/HSV129°26.73%39.61%
CMYK26.73%0.00%22.77%
60.39%

Color #4A654E in popluar number systems.

HEX4A654E
Decimal7410178
Binary100101011001011001110
Octal112145116

Shades and tints

Shades of #4A654E

#4A654E
(74,101,78)
#445C47
(68,92,71)
#3E5340
(62,83,64)
#384A39
(56,74,57)
#324132
(50,65,50)
#2C382B
(44,56,43)
#262F24
(38,47,36)
#20261D
(32,38,29)
#1A1D16
(26,29,22)
#14140F
(20,20,15)
#0E0B08
(14,11,8)
#000000
(0,0,0)

Tints of #4A654E

#4A654E
(74,101,78)
#5A735E
(90,115,94)
#6A816E
(106,129,110)
#7A8F7E
(122,143,126)
#8A9D8E
(138,157,142)
#9AAB9E
(154,171,158)
#AAB9AE
(170,185,174)
#BAC7BE
(186,199,190)
#CAD5CE
(202,213,206)
#DAE3DE
(218,227,222)
#EAF1EE
(234,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A654E; }

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

This text font color is #4A654E.


Background Color

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

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

This div background color is #4A654E.


Border color

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

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

This div border color is #4A654E.


Opacity

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

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

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

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

This text has shadow with #4A654E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A654E on black background.


Color preview on white background

This text has color #4A654E on white background.



Black color preview on #4A654E background

This text has black color on #4A654E background.


White color preview on #4A654E background

This text has white color on #4A654E background.