COLOR #4A615E

HEX: #4A615E
RGB: (74,97,94)

Color info

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

RGB color model

#4A615E color RGB value is (74,97,94).

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

RGB channels and saturation

R 74 of 255 = 29%
G 97 of 255 = 38%
B 94 of 255 = 37%

74
97
94

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

Portions of RGB colors in percentages

R + G + B =
74 + 97 + 94 = 265 (100%)
R 74 of 265 ~ 27.92%
G 97 of 265 ~ 36.6%
B 94 of 265 ~ 35.47%

%27.92
%36.6
%35.47

CMYK color model

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

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

CMYK percentages

%23.71
%0
%3.09
%61.96

Codes

Color #4A615E in popluar color models

4A615E
RGB749794
HSL172°13.45%33.53%
HSB/HSV172°23.71%38.04%
CMYK23.71%0.00%3.09%
61.96%

Color #4A615E in popluar number systems.

HEX4A615E
Decimal749794
Binary100101011000011011110
Octal112141136

Shades and tints

Shades of #4A615E

#4A615E
(74,97,94)
#445956
(68,89,86)
#3E514E
(62,81,78)
#384946
(56,73,70)
#32413E
(50,65,62)
#2C3936
(44,57,54)
#26312E
(38,49,46)
#202926
(32,41,38)
#1A211E
(26,33,30)
#141916
(20,25,22)
#0E110E
(14,17,14)
#000000
(0,0,0)

Tints of #4A615E

#4A615E
(74,97,94)
#5A6F6C
(90,111,108)
#6A7D7A
(106,125,122)
#7A8B88
(122,139,136)
#8A9996
(138,153,150)
#9AA7A4
(154,167,164)
#AAB5B2
(170,181,178)
#BAC3C0
(186,195,192)
#CAD1CE
(202,209,206)
#DADFDC
(218,223,220)
#EAEDEA
(234,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A615E color. Also use rgb(74,97,94) instead hex code.

Text Font Color

.myTextColor { color: #4A615E; }

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

This text font color is #4A615E.


Background Color

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

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

This div background color is #4A615E.


Border color

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

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

This div border color is #4A615E.


Opacity

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

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

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

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

This text has shadow with #4A615E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A615E on black background.


Color preview on white background

This text has color #4A615E on white background.



Black color preview on #4A615E background

This text has black color on #4A615E background.


White color preview on #4A615E background

This text has white color on #4A615E background.