COLOR #4A665D

HEX: #4A665D
RGB: (74,102,93)

Color info

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

RGB color model

#4A665D color RGB value is (74,102,93).

  • red value is 74;
  • green value is 102;
  • blue value is 93.
RGB:
(74,102,93)
(29%,40%,36%)

RGB channels and saturation

R 74 of 255 = 29%
G 102 of 255 = 40%
B 93 of 255 = 36%

74
102
93

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

Portions of RGB colors in percentages

R + G + B =
74 + 102 + 93 = 269 (100%)
R 74 of 269 ~ 27.51%
G 102 of 269 ~ 37.92%
B 93 of 269 ~ 34.57%

%27.51
%37.92
%34.57

CMYK color model

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

  • cyan value is 27.45%
  • magenta value is 0.00%
  • yellow value is 8.82%
  • key color value is 60.00%
CMYK:
(27,0,9,60)
C27M0Y9K60 
(27%,0%,9%,60%)
(0.27/0.00/0.09/0.60)	

CMYK percentages

%27.45
%0
%8.82
%60

Codes

Color #4A665D in popluar color models

4A665D
RGB7410293
HSL161°15.91%34.51%
HSB/HSV161°27.45%40.00%
CMYK27.45%0.00%8.82%
60.00%

Color #4A665D in popluar number systems.

HEX4A665D
Decimal7410293
Binary100101011001101011101
Octal112146135

Shades and tints

Shades of #4A665D

#4A665D
(74,102,93)
#445D55
(68,93,85)
#3E544D
(62,84,77)
#384B45
(56,75,69)
#32423D
(50,66,61)
#2C3935
(44,57,53)
#26302D
(38,48,45)
#202725
(32,39,37)
#1A1E1D
(26,30,29)
#141515
(20,21,21)
#0E0C0D
(14,12,13)
#000000
(0,0,0)

Tints of #4A665D

#4A665D
(74,102,93)
#5A736B
(90,115,107)
#6A8079
(106,128,121)
#7A8D87
(122,141,135)
#8A9A95
(138,154,149)
#9AA7A3
(154,167,163)
#AAB4B1
(170,180,177)
#BAC1BF
(186,193,191)
#CACECD
(202,206,205)
#DADBDB
(218,219,219)
#EAE8E9
(234,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A665D color. Also use rgb(74,102,93) instead hex code.

Text Font Color

.myTextColor { color: #4A665D; }

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

This text font color is #4A665D.


Background Color

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

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

This div background color is #4A665D.


Border color

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

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

This div border color is #4A665D.


Opacity

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

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

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

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

This text has shadow with #4A665D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A665D on black background.


Color preview on white background

This text has color #4A665D on white background.



Black color preview on #4A665D background

This text has black color on #4A665D background.


White color preview on #4A665D background

This text has white color on #4A665D background.