COLOR #4A675E

HEX: #4A675E
RGB: (74,103,94)

Color info

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

RGB color model

#4A675E color RGB value is (74,103,94).

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

RGB channels and saturation

R 74 of 255 = 29%
G 103 of 255 = 40%
B 94 of 255 = 37%

74
103
94

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

Portions of RGB colors in percentages

R + G + B =
74 + 103 + 94 = 271 (100%)
R 74 of 271 ~ 27.31%
G 103 of 271 ~ 38.01%
B 94 of 271 ~ 34.69%

%27.31
%38.01
%34.69

CMYK color model

#4A675E color CMYK value is (28,0,9,60).

  • cyan value is 28.16%
  • magenta value is 0.00%
  • yellow value is 8.74%
  • key color value is 59.61%
CMYK:
(28,0,9,60)
C28M0Y9K60 
(28%,0%,9%,60%)
(0.28/0.00/0.09/0.60)	

CMYK percentages

%28.16
%0
%8.74
%59.61

Codes

Color #4A675E in popluar color models

4A675E
RGB7410394
HSL161°16.38%34.71%
HSB/HSV161°28.16%40.39%
CMYK28.16%0.00%8.74%
59.61%

Color #4A675E in popluar number systems.

HEX4A675E
Decimal7410394
Binary100101011001111011110
Octal112147136

Shades and tints

Shades of #4A675E

#4A675E
(74,103,94)
#445E56
(68,94,86)
#3E554E
(62,85,78)
#384C46
(56,76,70)
#32433E
(50,67,62)
#2C3A36
(44,58,54)
#26312E
(38,49,46)
#202826
(32,40,38)
#1A1F1E
(26,31,30)
#141616
(20,22,22)
#0E0D0E
(14,13,14)
#000000
(0,0,0)

Tints of #4A675E

#4A675E
(74,103,94)
#5A746C
(90,116,108)
#6A817A
(106,129,122)
#7A8E88
(122,142,136)
#8A9B96
(138,155,150)
#9AA8A4
(154,168,164)
#AAB5B2
(170,181,178)
#BAC2C0
(186,194,192)
#CACFCE
(202,207,206)
#DADCDC
(218,220,220)
#EAE9EA
(234,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A675E; }

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

This text font color is #4A675E.


Background Color

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

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

This div background color is #4A675E.


Border color

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

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

This div border color is #4A675E.


Opacity

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

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

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

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

This text has shadow with #4A675E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A675E on black background.


Color preview on white background

This text has color #4A675E on white background.



Black color preview on #4A675E background

This text has black color on #4A675E background.


White color preview on #4A675E background

This text has white color on #4A675E background.