COLOR #4A534C

HEX: #4A534C RGB: (74,83,76)

Color info

#4A534C contains red, green and blue colors in about the same proportion. Web safe color of #4A534C is #336633 (or #363).

RGB color model

#4A534C color RGB value is (74,83,76).

RGB: (74,83,76) (29%, 33%, 30%)

RGB channels and saturation

R 74 of 255 = 29%
G 83 of 255 = 33%
B 76 of 255 = 30%

74
83
76

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

Portions of RGB colors in percentages

R + G + B = 74 + 83 + 76 = 233 (100%)
R 74 of 233 ~ 31.76%
G 83 of 233 ~ 35.62%
B 76 of 233 ~ 32.62'%

%31.76
%35.62
%32.62

CMYK color model

#4A534C color CMYK value is (11,0,8,67).

  • cyan value is 10.84%
  • magenta value is 0.00%
  • yellow value is 8.43%
  • key color value is 67.45%
CMYK: (11,0,8,67) C11M0Y8K67 (11%,0%,8%,67%) (0.11/0.00/0.08/0.67) 

CMYK percentages

%10.84
%0
%8.43
%67.45

Codes

Color #4A534C in popluar color models

4A 53 4C
RGB 74 83 76
HSL 133° 5.73% 30.78%
HSB/HSV 133° 10.84% 32.55%
CMYK 10.84% 0.00% 8.43%
67.45%

Color #4A534C in popluar number systems.

HEX 4A 53 4C
Decimal 74 83 76
Binary 1001010 1010011 1001100
Octal 112 123 114

Shades and tints

Shades of #4A534C

#4A534C
(74,83,76)
#444C46
(68,76,70)
#3E4540
(62,69,64)
#383E3A
(56,62,58)
#323734
(50,55,52)
#2C302E
(44,48,46)
#262928
(38,41,40)
#202222
(32,34,34)
#1A1B1C
(26,27,28)
#141416
(20,20,22)
#0E0D10
(14,13,16)
#000000
(0,0,0)

Tints of #4A534C

#4A534C
(74,83,76)
#5A625C
(90,98,92)
#6A716C
(106,113,108)
#7A807C
(122,128,124)
#8A8F8C
(138,143,140)
#9A9E9C
(154,158,156)
#AAADAC
(170,173,172)
#BABCBC
(186,188,188)
#CACBCC
(202,203,204)
#DADADC
(218,218,220)
#EAE9EC
(234,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A534C; }

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

This text font color is #4A534C.

Background Color

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

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

This div background color is #4A534C.

Border color

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

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

This div border color is #4A534C.

Opacity

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

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

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

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

This text has shadow with #4A534C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A534C.

Preview

Color preview on black background

This text has color #4A534C on black background.


Color preview on white background

This text has color #4A534C on white background.


Black color preview on #4A534C background

This text has black color on #4A534C background.


White color preview on #4A534C background

This text has white color on #4A534C background.


Related colors

Complementary color

Complementary color for #hex is #B5ACB3.


I love getcolorcode.com

Triadic colors

1 #4C4A53 and #534C4A with #4A534C are triadic colors.

2 #4C534A and #534A4C with #4A534C are triadic colors.