COLOR #4A534F

HEX: #4A534F
RGB: (74,83,79)

Color info

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

RGB color model

#4A534F color RGB value is (74,83,79).

  • red value is 74;
  • green value is 83;
  • blue value is 79.
RGB: (74,83,79) (29%,33%,31%)

RGB channels and saturation

R 74 of 255 = 29%
G 83 of 255 = 33%
B 79 of 255 = 31%

74
83
79

R + G + B ~ 31%. #4A534F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 83 + 79 = 236 (100%)
R 74 of 236 ~ 31.36%
G 83 of 236 ~ 35.17%
B 79 of 236 ~ 33.47%

%31.36
%35.17
%33.47

CMYK color model

#4A534F color CMYK value is (11,0,5,67).

  • cyan value is 10.84%
  • magenta value is 0.00%
  • yellow value is 4.82%
  • key color value is 67.45%
CMYK: (11,0,5,67) C11M0Y5K67 (11%,0%,5%,67%) (0.11/0.00/0.05/0.67)

CMYK percentages

%10.84
%0
%4.82
%67.45

Codes

Color #4A534F in popluar color models

4A534F
RGB748379
HSL153°5.73%30.78%
HSB/HSV153°10.84%32.55%
CMYK10.84%0.00%4.82%
67.45%

Color #4A534F in popluar number systems.

HEX4A534F
Decimal748379
Binary100101010100111001111
Octal112123117

Shades and tints

Shades of #4A534F

#4A534F
(74,83,79)
#444C48
(68,76,72)
#3E4541
(62,69,65)
#383E3A
(56,62,58)
#323733
(50,55,51)
#2C302C
(44,48,44)
#262925
(38,41,37)
#20221E
(32,34,30)
#1A1B17
(26,27,23)
#141410
(20,20,16)
#0E0D09
(14,13,9)
#000000
(0,0,0)

Tints of #4A534F

#4A534F
(74,83,79)
#5A625F
(90,98,95)
#6A716F
(106,113,111)
#7A807F
(122,128,127)
#8A8F8F
(138,143,143)
#9A9E9F
(154,158,159)
#AAADAF
(170,173,175)
#BABCBF
(186,188,191)
#CACBCF
(202,203,207)
#DADADF
(218,218,223)
#EAE9EF
(234,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A534F color. Also use rgb(74,83,79) instead hex code.

Text Font Color

.myTextColor { color: #4A534F; }

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

This text font color is #4A534F.


Background Color

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

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

This div background color is #4A534F.


Border color

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

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

This div border color is #4A534F.


Opacity

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

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

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

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

This text has shadow with #4A534F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #4A534F on black background.


Color preview on white background

This text has color #4A534F on white background.



Black color preview on #4A534F background

This text has black color on #4A534F background.


White color preview on #4A534F background

This text has white color on #4A534F background.