COLOR #4A624F

HEX: #4A624F RGB: (74,98,79)

Color info

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

RGB color model

#4A624F color RGB value is (74,98,79).

RGB: (74,98,79) (29%, 38%, 31%)

RGB channels and saturation

R 74 of 255 = 29%
G 98 of 255 = 38%
B 79 of 255 = 31%

74
98
79

R + G + B ~ 33%. #4A624F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 98 + 79 = 251 (100%)
R 74 of 251 ~ 29.48%
G 98 of 251 ~ 39.04%
B 79 of 251 ~ 31.47'%

%29.48
%39.04
%31.47

CMYK color model

#4A624F color CMYK value is (24,0,19,62).

  • cyan value is 24.49%
  • magenta value is 0.00%
  • yellow value is 19.39%
  • key color value is 61.57%
CMYK: (24,0,19,62) C24M0Y19K62 (24%,0%,19%,62%) (0.24/0.00/0.19/0.62) 

CMYK percentages

%24.49
%0
%19.39
%61.57

Codes

Color #4A624F in popluar color models

4A 62 4F
RGB 74 98 79
HSL 133° 13.95% 33.73%
HSB/HSV 133° 24.49% 38.43%
CMYK 24.49% 0.00% 19.39%
61.57%

Color #4A624F in popluar number systems.

HEX 4A 62 4F
Decimal 74 98 79
Binary 1001010 1100010 1001111
Octal 112 142 117

Shades and tints

Shades of #4A624F

#4A624F
(74,98,79)
#445A48
(68,90,72)
#3E5241
(62,82,65)
#384A3A
(56,74,58)
#324233
(50,66,51)
#2C3A2C
(44,58,44)
#263225
(38,50,37)
#202A1E
(32,42,30)
#1A2217
(26,34,23)
#141A10
(20,26,16)
#0E1209
(14,18,9)
#000000
(0,0,0)

Tints of #4A624F

#4A624F
(74,98,79)
#5A705F
(90,112,95)
#6A7E6F
(106,126,111)
#7A8C7F
(122,140,127)
#8A9A8F
(138,154,143)
#9AA89F
(154,168,159)
#AAB6AF
(170,182,175)
#BAC4BF
(186,196,191)
#CAD2CF
(202,210,207)
#DAE0DF
(218,224,223)
#EAEEEF
(234,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A624F; }

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

This text font color is #4A624F.

Background Color

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

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

This div background color is #4A624F.

Border color

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

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

This div border color is #4A624F.

Opacity

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

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

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

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

This text has shadow with #4A624F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A624F.

Preview

Color preview on black background

This text has color #4A624F on black background.


Color preview on white background

This text has color #4A624F on white background.


Black color preview on #4A624F background

This text has black color on #4A624F background.


White color preview on #4A624F background

This text has white color on #4A624F background.


Related colors

Complementary color

Complementary color for #hex is #B59DB0.


I love getcolorcode.com

Triadic colors

1 #4F4A62 and #624F4A with #4A624F are triadic colors.

2 #4F624A and #624A4F with #4A624F are triadic colors.