COLOR #4A554A

HEX: #4A554A
RGB: (74,85,74)

Color info

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

RGB color model

#4A554A color RGB value is (74,85,74).

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

RGB channels and saturation

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

74
85
74

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

Portions of RGB colors in percentages

R + G + B =
74 + 85 + 74 = 233 (100%)
R 74 of 233 ~ 31.76%
G 85 of 233 ~ 36.48%
B 74 of 233 ~ 31.76%

%31.76
%36.48
%31.76

CMYK color model

#4A554A color CMYK value is (13,0,13,67).

  • cyan value is 12.94%
  • magenta value is 0.00%
  • yellow value is 12.94%
  • key color value is 66.67%
CMYK:
(13,0,13,67)
C13M0Y13K67 
(13%,0%,13%,67%)
(0.13/0.00/0.13/0.67)	

CMYK percentages

%12.94
%0
%12.94
%66.67

Codes

Color #4A554A in popluar color models

4A554A
RGB748574
HSL120°6.92%31.18%
HSB/HSV120°12.94%33.33%
CMYK12.94%0.00%12.94%
66.67%

Color #4A554A in popluar number systems.

HEX4A554A
Decimal748574
Binary100101010101011001010
Octal112125112

Shades and tints

Shades of #4A554A

#4A554A
(74,85,74)
#444E44
(68,78,68)
#3E473E
(62,71,62)
#384038
(56,64,56)
#323932
(50,57,50)
#2C322C
(44,50,44)
#262B26
(38,43,38)
#202420
(32,36,32)
#1A1D1A
(26,29,26)
#141614
(20,22,20)
#0E0F0E
(14,15,14)
#000000
(0,0,0)

Tints of #4A554A

#4A554A
(74,85,74)
#5A645A
(90,100,90)
#6A736A
(106,115,106)
#7A827A
(122,130,122)
#8A918A
(138,145,138)
#9AA09A
(154,160,154)
#AAAFAA
(170,175,170)
#BABEBA
(186,190,186)
#CACDCA
(202,205,202)
#DADCDA
(218,220,218)
#EAEBEA
(234,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A554A; }

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

This text font color is #4A554A.


Background Color

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

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

This div background color is #4A554A.


Border color

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

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

This div border color is #4A554A.


Opacity

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

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

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

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

This text has shadow with #4A554A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A554A on black background.


Color preview on white background

This text has color #4A554A on white background.



Black color preview on #4A554A background

This text has black color on #4A554A background.


White color preview on #4A554A background

This text has white color on #4A554A background.