COLOR #4A635F

HEX: #4A635F
RGB: (74,99,95)

Color info

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

RGB color model

#4A635F color RGB value is (74,99,95).

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

RGB channels and saturation

R 74 of 255 = 29%
G 99 of 255 = 39%
B 95 of 255 = 37%

74
99
95

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

Portions of RGB colors in percentages

R + G + B =
74 + 99 + 95 = 268 (100%)
R 74 of 268 ~ 27.61%
G 99 of 268 ~ 36.94%
B 95 of 268 ~ 35.45%

%27.61
%36.94
%35.45

CMYK color model

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

  • cyan value is 25.25%
  • magenta value is 0.00%
  • yellow value is 4.04%
  • key color value is 61.18%
CMYK:
(25,0,4,61)
C25M0Y4K61 
(25%,0%,4%,61%)
(0.25/0.00/0.04/0.61)	

CMYK percentages

%25.25
%0
%4.04
%61.18

Codes

Color #4A635F in popluar color models

4A635F
RGB749995
HSL170°14.45%33.92%
HSB/HSV170°25.25%38.82%
CMYK25.25%0.00%4.04%
61.18%

Color #4A635F in popluar number systems.

HEX4A635F
Decimal749995
Binary100101011000111011111
Octal112143137

Shades and tints

Shades of #4A635F

#4A635F
(74,99,95)
#445A57
(68,90,87)
#3E514F
(62,81,79)
#384847
(56,72,71)
#323F3F
(50,63,63)
#2C3637
(44,54,55)
#262D2F
(38,45,47)
#202427
(32,36,39)
#1A1B1F
(26,27,31)
#141217
(20,18,23)
#0E090F
(14,9,15)
#000000
(0,0,0)

Tints of #4A635F

#4A635F
(74,99,95)
#5A716D
(90,113,109)
#6A7F7B
(106,127,123)
#7A8D89
(122,141,137)
#8A9B97
(138,155,151)
#9AA9A5
(154,169,165)
#AAB7B3
(170,183,179)
#BAC5C1
(186,197,193)
#CAD3CF
(202,211,207)
#DAE1DD
(218,225,221)
#EAEFEB
(234,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A635F; }

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

This text font color is #4A635F.


Background Color

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

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

This div background color is #4A635F.


Border color

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

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

This div border color is #4A635F.


Opacity

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

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

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

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

This text has shadow with #4A635F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A635F on black background.


Color preview on white background

This text has color #4A635F on white background.



Black color preview on #4A635F background

This text has black color on #4A635F background.


White color preview on #4A635F background

This text has white color on #4A635F background.