COLOR #4A6063

HEX: #4A6063
RGB: (74,96,99)

Color info

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

RGB color model

#4A6063 color RGB value is (74,96,99).

  • red value is 74;
  • green value is 96;
  • blue value is 99.
RGB:
(74,96,99)
(29%,38%,39%)

RGB channels and saturation

R 74 of 255 = 29%
G 96 of 255 = 38%
B 99 of 255 = 39%

74
96
99

R + G + B ~ 35%. #4A6063 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 96 + 99 = 269 (100%)
R 74 of 269 ~ 27.51%
G 96 of 269 ~ 35.69%
B 99 of 269 ~ 36.8%

%27.51
%35.69
%36.8

CMYK color model

#4A6063 color CMYK value is (25,3,0,61).

  • cyan value is 25.25%
  • magenta value is 3.03%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(25,3,0,61)
C25M3Y0K61 
(25%,3%,0%,61%)
(0.25/0.03/0.00/0.61)	

CMYK percentages

%25.25
%3.03
%0
%61.18

Codes

Color #4A6063 in popluar color models

4A6063
RGB749699
HSL187°14.45%33.92%
HSB/HSV187°25.25%38.82%
CMYK25.25%3.03%0.00%
61.18%

Color #4A6063 in popluar number systems.

HEX4A6063
Decimal749699
Binary100101011000001100011
Octal112140143

Shades and tints

Shades of #4A6063

#4A6063
(74,96,99)
#44585A
(68,88,90)
#3E5051
(62,80,81)
#384848
(56,72,72)
#32403F
(50,64,63)
#2C3836
(44,56,54)
#26302D
(38,48,45)
#202824
(32,40,36)
#1A201B
(26,32,27)
#141812
(20,24,18)
#0E1009
(14,16,9)
#000000
(0,0,0)

Tints of #4A6063

#4A6063
(74,96,99)
#5A6E71
(90,110,113)
#6A7C7F
(106,124,127)
#7A8A8D
(122,138,141)
#8A989B
(138,152,155)
#9AA6A9
(154,166,169)
#AAB4B7
(170,180,183)
#BAC2C5
(186,194,197)
#CAD0D3
(202,208,211)
#DADEE1
(218,222,225)
#EAECEF
(234,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A6063; }

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

This text font color is #4A6063.


Background Color

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

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

This div background color is #4A6063.


Border color

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

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

This div border color is #4A6063.


Opacity

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

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

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

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

This text has shadow with #4A6063 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A6063 on black background.


Color preview on white background

This text has color #4A6063 on white background.



Black color preview on #4A6063 background

This text has black color on #4A6063 background.


White color preview on #4A6063 background

This text has white color on #4A6063 background.