COLOR #4A6655

HEX: #4A6655
RGB: (74,102,85)

Color info

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

RGB color model

#4A6655 color RGB value is (74,102,85).

  • red value is 74;
  • green value is 102;
  • blue value is 85.
RGB:
(74,102,85)
(29%,40%,33%)

RGB channels and saturation

R 74 of 255 = 29%
G 102 of 255 = 40%
B 85 of 255 = 33%

74
102
85

R + G + B ~ 34%. #4A6655 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 102 + 85 = 261 (100%)
R 74 of 261 ~ 28.35%
G 102 of 261 ~ 39.08%
B 85 of 261 ~ 32.57%

%28.35
%39.08
%32.57

CMYK color model

#4A6655 color CMYK value is (27,0,17,60).

  • cyan value is 27.45%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 60.00%
CMYK:
(27,0,17,60)
C27M0Y17K60 
(27%,0%,17%,60%)
(0.27/0.00/0.17/0.60)	

CMYK percentages

%27.45
%0
%16.67
%60

Codes

Color #4A6655 in popluar color models

4A6655
RGB7410285
HSL144°15.91%34.51%
HSB/HSV144°27.45%40.00%
CMYK27.45%0.00%16.67%
60.00%

Color #4A6655 in popluar number systems.

HEX4A6655
Decimal7410285
Binary100101011001101010101
Octal112146125

Shades and tints

Shades of #4A6655

#4A6655
(74,102,85)
#445D4E
(68,93,78)
#3E5447
(62,84,71)
#384B40
(56,75,64)
#324239
(50,66,57)
#2C3932
(44,57,50)
#26302B
(38,48,43)
#202724
(32,39,36)
#1A1E1D
(26,30,29)
#141516
(20,21,22)
#0E0C0F
(14,12,15)
#000000
(0,0,0)

Tints of #4A6655

#4A6655
(74,102,85)
#5A7364
(90,115,100)
#6A8073
(106,128,115)
#7A8D82
(122,141,130)
#8A9A91
(138,154,145)
#9AA7A0
(154,167,160)
#AAB4AF
(170,180,175)
#BAC1BE
(186,193,190)
#CACECD
(202,206,205)
#DADBDC
(218,219,220)
#EAE8EB
(234,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A6655 color. Also use rgb(74,102,85) instead hex code.

Text Font Color

.myTextColor { color: #4A6655; }

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

This text font color is #4A6655.


Background Color

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

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

This div background color is #4A6655.


Border color

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

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

This div border color is #4A6655.


Opacity

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

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

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

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

This text has shadow with #4A6655 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A6655 on black background.


Color preview on white background

This text has color #4A6655 on white background.



Black color preview on #4A6655 background

This text has black color on #4A6655 background.


White color preview on #4A6655 background

This text has white color on #4A6655 background.