COLOR #4A535A

HEX: #4A535A
RGB: (74,83,90)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

74
83
90

R + G + B ~ 32%. #4A535A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 83 + 90 = 247 (100%)
R 74 of 247 ~ 29.96%
G 83 of 247 ~ 33.6%
B 90 of 247 ~ 36.44%

%29.96
%33.6
%36.44

CMYK color model

#4A535A color CMYK value is (18,8,0,65).

  • cyan value is 17.78%
  • magenta value is 7.78%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(18,8,0,65)
C18M8Y0K65 
(18%,8%,0%,65%)
(0.18/0.08/0.00/0.65)	

CMYK percentages

%17.78
%7.78
%0
%64.71

Codes

Color #4A535A in popluar color models

4A535A
RGB748390
HSL206°9.76%32.16%
HSB/HSV206°17.78%35.29%
CMYK17.78%7.78%0.00%
64.71%

Color #4A535A in popluar number systems.

HEX4A535A
Decimal748390
Binary100101010100111011010
Octal112123132

Shades and tints

Shades of #4A535A

#4A535A
(74,83,90)
#444C52
(68,76,82)
#3E454A
(62,69,74)
#383E42
(56,62,66)
#32373A
(50,55,58)
#2C3032
(44,48,50)
#26292A
(38,41,42)
#202222
(32,34,34)
#1A1B1A
(26,27,26)
#141412
(20,20,18)
#0E0D0A
(14,13,10)
#000000
(0,0,0)

Tints of #4A535A

#4A535A
(74,83,90)
#5A6269
(90,98,105)
#6A7178
(106,113,120)
#7A8087
(122,128,135)
#8A8F96
(138,143,150)
#9A9EA5
(154,158,165)
#AAADB4
(170,173,180)
#BABCC3
(186,188,195)
#CACBD2
(202,203,210)
#DADAE1
(218,218,225)
#EAE9F0
(234,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A535A; }

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

This text font color is #4A535A.


Background Color

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

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

This div background color is #4A535A.


Border color

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

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

This div border color is #4A535A.


Opacity

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

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

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

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

This text has shadow with #4A535A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A535A on black background.


Color preview on white background

This text has color #4A535A on white background.



Black color preview on #4A535A background

This text has black color on #4A535A background.


White color preview on #4A535A background

This text has white color on #4A535A background.