COLOR #4A625F

HEX: #4A625F
RGB: (74,98,95)

Color info

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

RGB color model

#4A625F color RGB value is (74,98,95).

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

RGB channels and saturation

R 74 of 255 = 29%
G 98 of 255 = 38%
B 95 of 255 = 37%

74
98
95

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

Portions of RGB colors in percentages

R + G + B =
74 + 98 + 95 = 267 (100%)
R 74 of 267 ~ 27.72%
G 98 of 267 ~ 36.7%
B 95 of 267 ~ 35.58%

%27.72
%36.7
%35.58

CMYK color model

#4A625F color CMYK value is (24,0,3,62).

  • cyan value is 24.49%
  • magenta value is 0.00%
  • yellow value is 3.06%
  • key color value is 61.57%
CMYK:
(24,0,3,62)
C24M0Y3K62 
(24%,0%,3%,62%)
(0.24/0.00/0.03/0.62)	

CMYK percentages

%24.49
%0
%3.06
%61.57

Codes

Color #4A625F in popluar color models

4A625F
RGB749895
HSL173°13.95%33.73%
HSB/HSV173°24.49%38.43%
CMYK24.49%0.00%3.06%
61.57%

Color #4A625F in popluar number systems.

HEX4A625F
Decimal749895
Binary100101011000101011111
Octal112142137

Shades and tints

Shades of #4A625F

#4A625F
(74,98,95)
#445A57
(68,90,87)
#3E524F
(62,82,79)
#384A47
(56,74,71)
#32423F
(50,66,63)
#2C3A37
(44,58,55)
#26322F
(38,50,47)
#202A27
(32,42,39)
#1A221F
(26,34,31)
#141A17
(20,26,23)
#0E120F
(14,18,15)
#000000
(0,0,0)

Tints of #4A625F

#4A625F
(74,98,95)
#5A706D
(90,112,109)
#6A7E7B
(106,126,123)
#7A8C89
(122,140,137)
#8A9A97
(138,154,151)
#9AA8A5
(154,168,165)
#AAB6B3
(170,182,179)
#BAC4C1
(186,196,193)
#CAD2CF
(202,210,207)
#DAE0DD
(218,224,221)
#EAEEEB
(234,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A625F; }

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

This text font color is #4A625F.


Background Color

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

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

This div background color is #4A625F.


Border color

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

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

This div border color is #4A625F.


Opacity

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

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

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

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

This text has shadow with #4A625F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A625F on black background.


Color preview on white background

This text has color #4A625F on white background.



Black color preview on #4A625F background

This text has black color on #4A625F background.


White color preview on #4A625F background

This text has white color on #4A625F background.