COLOR #4A6562

HEX: #4A6562
RGB: (74,101,98)

Color info

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

RGB color model

#4A6562 color RGB value is (74,101,98).

  • red value is 74;
  • green value is 101;
  • blue value is 98.
RGB:
(74,101,98)
(29%,40%,38%)

RGB channels and saturation

R 74 of 255 = 29%
G 101 of 255 = 40%
B 98 of 255 = 38%

74
101
98

R + G + B ~ 36%. #4A6562 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 101 + 98 = 273 (100%)
R 74 of 273 ~ 27.11%
G 101 of 273 ~ 37%
B 98 of 273 ~ 35.9%

%27.11
%37
%35.9

CMYK color model

#4A6562 color CMYK value is (27,0,3,60).

  • cyan value is 26.73%
  • magenta value is 0.00%
  • yellow value is 2.97%
  • key color value is 60.39%
CMYK:
(27,0,3,60)
C27M0Y3K60 
(27%,0%,3%,60%)
(0.27/0.00/0.03/0.60)	

CMYK percentages

%26.73
%0
%2.97
%60.39

Codes

Color #4A6562 in popluar color models

4A6562
RGB7410198
HSL173°15.43%34.31%
HSB/HSV173°26.73%39.61%
CMYK26.73%0.00%2.97%
60.39%

Color #4A6562 in popluar number systems.

HEX4A6562
Decimal7410198
Binary100101011001011100010
Octal112145142

Shades and tints

Shades of #4A6562

#4A6562
(74,101,98)
#445C5A
(68,92,90)
#3E5352
(62,83,82)
#384A4A
(56,74,74)
#324142
(50,65,66)
#2C383A
(44,56,58)
#262F32
(38,47,50)
#20262A
(32,38,42)
#1A1D22
(26,29,34)
#14141A
(20,20,26)
#0E0B12
(14,11,18)
#000000
(0,0,0)

Tints of #4A6562

#4A6562
(74,101,98)
#5A7370
(90,115,112)
#6A817E
(106,129,126)
#7A8F8C
(122,143,140)
#8A9D9A
(138,157,154)
#9AABA8
(154,171,168)
#AAB9B6
(170,185,182)
#BAC7C4
(186,199,196)
#CAD5D2
(202,213,210)
#DAE3E0
(218,227,224)
#EAF1EE
(234,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A6562; }

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

This text font color is #4A6562.


Background Color

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

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

This div background color is #4A6562.


Border color

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

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

This div border color is #4A6562.


Opacity

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

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

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

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

This text has shadow with #4A6562 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A6562 on black background.


Color preview on white background

This text has color #4A6562 on white background.



Black color preview on #4A6562 background

This text has black color on #4A6562 background.


White color preview on #4A6562 background

This text has white color on #4A6562 background.