COLOR #4A6A65

HEX: #4A6A65
RGB: (74,106,101)

Color info

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

RGB color model

#4A6A65 color RGB value is (74,106,101).

  • red value is 74;
  • green value is 106;
  • blue value is 101.
RGB:
(74,106,101)
(29%,42%,40%)

RGB channels and saturation

R 74 of 255 = 29%
G 106 of 255 = 42%
B 101 of 255 = 40%

74
106
101

R + G + B ~ 37%. #4A6A65 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 106 + 101 = 281 (100%)
R 74 of 281 ~ 26.33%
G 106 of 281 ~ 37.72%
B 101 of 281 ~ 35.94%

%26.33
%37.72
%35.94

CMYK color model

#4A6A65 color CMYK value is (30,0,5,58).

  • cyan value is 30.19%
  • magenta value is 0.00%
  • yellow value is 4.72%
  • key color value is 58.43%
CMYK:
(30,0,5,58)
C30M0Y5K58 
(30%,0%,5%,58%)
(0.30/0.00/0.05/0.58)	

CMYK percentages

%30.19
%0
%4.72
%58.43

Codes

Color #4A6A65 in popluar color models

4A6A65
RGB74106101
HSL171°17.78%35.29%
HSB/HSV171°30.19%41.57%
CMYK30.19%0.00%4.72%
58.43%

Color #4A6A65 in popluar number systems.

HEX4A6A65
Decimal74106101
Binary100101011010101100101
Octal112152145

Shades and tints

Shades of #4A6A65

#4A6A65
(74,106,101)
#44615C
(68,97,92)
#3E5853
(62,88,83)
#384F4A
(56,79,74)
#324641
(50,70,65)
#2C3D38
(44,61,56)
#26342F
(38,52,47)
#202B26
(32,43,38)
#1A221D
(26,34,29)
#141914
(20,25,20)
#0E100B
(14,16,11)
#000000
(0,0,0)

Tints of #4A6A65

#4A6A65
(74,106,101)
#5A7773
(90,119,115)
#6A8481
(106,132,129)
#7A918F
(122,145,143)
#8A9E9D
(138,158,157)
#9AABAB
(154,171,171)
#AAB8B9
(170,184,185)
#BAC5C7
(186,197,199)
#CAD2D5
(202,210,213)
#DADFE3
(218,223,227)
#EAECF1
(234,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A6A65 color. Also use rgb(74,106,101) instead hex code.

Text Font Color

.myTextColor { color: #4A6A65; }

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

This text font color is #4A6A65.


Background Color

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

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

This div background color is #4A6A65.


Border color

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

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

This div border color is #4A6A65.


Opacity

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

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

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

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

This text has shadow with #4A6A65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A6A65 on black background.


Color preview on white background

This text has color #4A6A65 on white background.



Black color preview on #4A6A65 background

This text has black color on #4A6A65 background.


White color preview on #4A6A65 background

This text has white color on #4A6A65 background.