COLOR #4A605D

HEX: #4A605D
RGB: (74,96,93)

Color info

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

RGB color model

#4A605D color RGB value is (74,96,93).

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

RGB channels and saturation

R 74 of 255 = 29%
G 96 of 255 = 38%
B 93 of 255 = 36%

74
96
93

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

Portions of RGB colors in percentages

R + G + B =
74 + 96 + 93 = 263 (100%)
R 74 of 263 ~ 28.14%
G 96 of 263 ~ 36.5%
B 93 of 263 ~ 35.36%

%28.14
%36.5
%35.36

CMYK color model

#4A605D color CMYK value is (23,0,3,62).

  • cyan value is 22.92%
  • magenta value is 0.00%
  • yellow value is 3.12%
  • key color value is 62.35%
CMYK:
(23,0,3,62)
C23M0Y3K62 
(23%,0%,3%,62%)
(0.23/0.00/0.03/0.62)	

CMYK percentages

%22.92
%0
%3.12
%62.35

Codes

Color #4A605D in popluar color models

4A605D
RGB749693
HSL172°12.94%33.33%
HSB/HSV172°22.92%37.65%
CMYK22.92%0.00%3.12%
62.35%

Color #4A605D in popluar number systems.

HEX4A605D
Decimal749693
Binary100101011000001011101
Octal112140135

Shades and tints

Shades of #4A605D

#4A605D
(74,96,93)
#445855
(68,88,85)
#3E504D
(62,80,77)
#384845
(56,72,69)
#32403D
(50,64,61)
#2C3835
(44,56,53)
#26302D
(38,48,45)
#202825
(32,40,37)
#1A201D
(26,32,29)
#141815
(20,24,21)
#0E100D
(14,16,13)
#000000
(0,0,0)

Tints of #4A605D

#4A605D
(74,96,93)
#5A6E6B
(90,110,107)
#6A7C79
(106,124,121)
#7A8A87
(122,138,135)
#8A9895
(138,152,149)
#9AA6A3
(154,166,163)
#AAB4B1
(170,180,177)
#BAC2BF
(186,194,191)
#CAD0CD
(202,208,205)
#DADEDB
(218,222,219)
#EAECE9
(234,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A605D; }

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

This text font color is #4A605D.


Background Color

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

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

This div background color is #4A605D.


Border color

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

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

This div border color is #4A605D.


Opacity

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

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

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

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

This text has shadow with #4A605D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A605D on black background.


Color preview on white background

This text has color #4A605D on white background.



Black color preview on #4A605D background

This text has black color on #4A605D background.


White color preview on #4A605D background

This text has white color on #4A605D background.