COLOR #4A635B

HEX: #4A635B
RGB: (74,99,91)

Color info

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

RGB color model

#4A635B color RGB value is (74,99,91).

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

RGB channels and saturation

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

74
99
91

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

Portions of RGB colors in percentages

R + G + B =
74 + 99 + 91 = 264 (100%)
R 74 of 264 ~ 28.03%
G 99 of 264 ~ 37.5%
B 91 of 264 ~ 34.47%

%28.03
%37.5
%34.47

CMYK color model

#4A635B color CMYK value is (25,0,8,61).

  • cyan value is 25.25%
  • magenta value is 0.00%
  • yellow value is 8.08%
  • key color value is 61.18%
CMYK:
(25,0,8,61)
C25M0Y8K61 
(25%,0%,8%,61%)
(0.25/0.00/0.08/0.61)	

CMYK percentages

%25.25
%0
%8.08
%61.18

Codes

Color #4A635B in popluar color models

4A635B
RGB749991
HSL161°14.45%33.92%
HSB/HSV161°25.25%38.82%
CMYK25.25%0.00%8.08%
61.18%

Color #4A635B in popluar number systems.

HEX4A635B
Decimal749991
Binary100101011000111011011
Octal112143133

Shades and tints

Shades of #4A635B

#4A635B
(74,99,91)
#445A53
(68,90,83)
#3E514B
(62,81,75)
#384843
(56,72,67)
#323F3B
(50,63,59)
#2C3633
(44,54,51)
#262D2B
(38,45,43)
#202423
(32,36,35)
#1A1B1B
(26,27,27)
#141213
(20,18,19)
#0E090B
(14,9,11)
#000000
(0,0,0)

Tints of #4A635B

#4A635B
(74,99,91)
#5A7169
(90,113,105)
#6A7F77
(106,127,119)
#7A8D85
(122,141,133)
#8A9B93
(138,155,147)
#9AA9A1
(154,169,161)
#AAB7AF
(170,183,175)
#BAC5BD
(186,197,189)
#CAD3CB
(202,211,203)
#DAE1D9
(218,225,217)
#EAEFE7
(234,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A635B; }

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

This text font color is #4A635B.


Background Color

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

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

This div background color is #4A635B.


Border color

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

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

This div border color is #4A635B.


Opacity

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

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

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

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

This text has shadow with #4A635B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A635B on black background.


Color preview on white background

This text has color #4A635B on white background.



Black color preview on #4A635B background

This text has black color on #4A635B background.


White color preview on #4A635B background

This text has white color on #4A635B background.