COLOR #4A675D

HEX: #4A675D
RGB: (74,103,93)

Color info

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

RGB color model

#4A675D color RGB value is (74,103,93).

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

RGB channels and saturation

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

74
103
93

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

Portions of RGB colors in percentages

R + G + B =
74 + 103 + 93 = 270 (100%)
R 74 of 270 ~ 27.41%
G 103 of 270 ~ 38.15%
B 93 of 270 ~ 34.44%

%27.41
%38.15
%34.44

CMYK color model

#4A675D color CMYK value is (28,0,10,60).

  • cyan value is 28.16%
  • magenta value is 0.00%
  • yellow value is 9.71%
  • key color value is 59.61%
CMYK:
(28,0,10,60)
C28M0Y10K60 
(28%,0%,10%,60%)
(0.28/0.00/0.10/0.60)	

CMYK percentages

%28.16
%0
%9.71
%59.61

Codes

Color #4A675D in popluar color models

4A675D
RGB7410393
HSL159°16.38%34.71%
HSB/HSV159°28.16%40.39%
CMYK28.16%0.00%9.71%
59.61%

Color #4A675D in popluar number systems.

HEX4A675D
Decimal7410393
Binary100101011001111011101
Octal112147135

Shades and tints

Shades of #4A675D

#4A675D
(74,103,93)
#445E55
(68,94,85)
#3E554D
(62,85,77)
#384C45
(56,76,69)
#32433D
(50,67,61)
#2C3A35
(44,58,53)
#26312D
(38,49,45)
#202825
(32,40,37)
#1A1F1D
(26,31,29)
#141615
(20,22,21)
#0E0D0D
(14,13,13)
#000000
(0,0,0)

Tints of #4A675D

#4A675D
(74,103,93)
#5A746B
(90,116,107)
#6A8179
(106,129,121)
#7A8E87
(122,142,135)
#8A9B95
(138,155,149)
#9AA8A3
(154,168,163)
#AAB5B1
(170,181,177)
#BAC2BF
(186,194,191)
#CACFCD
(202,207,205)
#DADCDB
(218,220,219)
#EAE9E9
(234,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A675D; }

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

This text font color is #4A675D.


Background Color

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

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

This div background color is #4A675D.


Border color

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

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

This div border color is #4A675D.


Opacity

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

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

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

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

This text has shadow with #4A675D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A675D on black background.


Color preview on white background

This text has color #4A675D on white background.



Black color preview on #4A675D background

This text has black color on #4A675D background.


White color preview on #4A675D background

This text has white color on #4A675D background.