COLOR #4A635D

HEX: #4A635D RGB: (74,99,93)

Color info

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

RGB color model

#4A635D color RGB value is (74,99,93).

RGB: (74,99,93) (29%, 39%, 36%)

RGB channels and saturation

R 74 of 255 = 29%
G 99 of 255 = 39%
B 93 of 255 = 36%

74
99
93

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

Portions of RGB colors in percentages

R + G + B = 74 + 99 + 93 = 266 (100%)
R 74 of 266 ~ 27.82%
G 99 of 266 ~ 37.22%
B 93 of 266 ~ 34.96'%

%27.82
%37.22
%34.96

CMYK color model

#4A635D color CMYK value is (25,0,6,61).

  • cyan value is 25.25%
  • magenta value is 0.00%
  • yellow value is 6.06%
  • key color value is 61.18%

CMYK: (25,0,6,61)
C25M0Y6K61 (25%, 0%, 6%, 61%)
(0.25 / 0.00 / 0.06 / 0.61)

CMYK percentages

%25.25
%0
%6.06
%61.18

Codes

Color #4A635D in popluar color models

4A 63 5D
RGB 74 99 93
HSL 166° 14.45% 33.92%
HSB/HSV 166° 25.25% 38.82%
CMYK 25.25% 0.00% 6.06%
61.18%

Color #4A635D in popluar number systems.

HEX 4A 63 5D
Decimal 74 99 93
Binary 1001010 1100011 1011101
Octal 112 143 135

Shades and tints

Shades of #4A635D

#4A635D
(74,99,93)
#445A55
(68,90,85)
#3E514D
(62,81,77)
#384845
(56,72,69)
#323F3D
(50,63,61)
#2C3635
(44,54,53)
#262D2D
(38,45,45)
#202425
(32,36,37)
#1A1B1D
(26,27,29)
#141215
(20,18,21)
#0E090D
(14,9,13)
#000000
(0,0,0)

Tints of #4A635D

#4A635D
(74,99,93)
#5A716B
(90,113,107)
#6A7F79
(106,127,121)
#7A8D87
(122,141,135)
#8A9B95
(138,155,149)
#9AA9A3
(154,169,163)
#AAB7B1
(170,183,177)
#BAC5BF
(186,197,191)
#CAD3CD
(202,211,205)
#DAE1DB
(218,225,219)
#EAEFE9
(234,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A635D; }

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

This text font color is #4A635D.

Background Color

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

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

This div background color is #4A635D.

Border color

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

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

This div border color is #4A635D.

Opacity

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

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

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

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

This text has shadow with #4A635D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A635D.

Preview

Color preview on black background

This text has color #4A635D on black background.


Color preview on white background

This text has color #4A635D on white background.


Black color preview on #4A635D background

This text has black color on #4A635D background.


White color preview on #4A635D background

This text has white color on #4A635D background.


Related colors

Complementary color

Complementary color for #hex is #B59CA2.


I love getcolorcode.com

Triadic colors

1 #5D4A63 and #635D4A with #4A635D are triadic colors.

2 #5D634A and #634A5D with #4A635D are triadic colors.