COLOR #4A534A

HEX: #4A534A
RGB: (74,83,74)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

74
83
74

R + G + B ~ 30%. #4A534A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 83 + 74 = 231 (100%)
R 74 of 231 ~ 32.03%
G 83 of 231 ~ 35.93%
B 74 of 231 ~ 32.03%

%32.03
%35.93
%32.03

CMYK color model

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

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

CMYK percentages

%10.84
%0
%10.84
%67.45

Codes

Color #4A534A in popluar color models

4A534A
RGB748374
HSL120°5.73%30.78%
HSB/HSV120°10.84%32.55%
CMYK10.84%0.00%10.84%
67.45%

Color #4A534A in popluar number systems.

HEX4A534A
Decimal748374
Binary100101010100111001010
Octal112123112

Shades and tints

Shades of #4A534A

#4A534A
(74,83,74)
#444C44
(68,76,68)
#3E453E
(62,69,62)
#383E38
(56,62,56)
#323732
(50,55,50)
#2C302C
(44,48,44)
#262926
(38,41,38)
#202220
(32,34,32)
#1A1B1A
(26,27,26)
#141414
(20,20,20)
#0E0D0E
(14,13,14)
#000000
(0,0,0)

Tints of #4A534A

#4A534A
(74,83,74)
#5A625A
(90,98,90)
#6A716A
(106,113,106)
#7A807A
(122,128,122)
#8A8F8A
(138,143,138)
#9A9E9A
(154,158,154)
#AAADAA
(170,173,170)
#BABCBA
(186,188,186)
#CACBCA
(202,203,202)
#DADADA
(218,218,218)
#EAE9EA
(234,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A534A; }

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

This text font color is #4A534A.


Background Color

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

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

This div background color is #4A534A.


Border color

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

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

This div border color is #4A534A.


Opacity

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

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

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

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

This text has shadow with #4A534A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A534A on black background.


Color preview on white background

This text has color #4A534A on white background.



Black color preview on #4A534A background

This text has black color on #4A534A background.


White color preview on #4A534A background

This text has white color on #4A534A background.