COLOR #4A6355

HEX: #4A6355
RGB: (74,99,85)

Color info

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

RGB color model

#4A6355 color RGB value is (74,99,85).

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

RGB channels and saturation

R 74 of 255 = 29%
G 99 of 255 = 39%
B 85 of 255 = 33%

74
99
85

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

Portions of RGB colors in percentages

R + G + B =
74 + 99 + 85 = 258 (100%)
R 74 of 258 ~ 28.68%
G 99 of 258 ~ 38.37%
B 85 of 258 ~ 32.95%

%28.68
%38.37
%32.95

CMYK color model

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

  • cyan value is 25.25%
  • magenta value is 0.00%
  • yellow value is 14.14%
  • key color value is 61.18%
CMYK:
(25,0,14,61)
C25M0Y14K61 
(25%,0%,14%,61%)
(0.25/0.00/0.14/0.61)	

CMYK percentages

%25.25
%0
%14.14
%61.18

Codes

Color #4A6355 in popluar color models

4A6355
RGB749985
HSL146°14.45%33.92%
HSB/HSV146°25.25%38.82%
CMYK25.25%0.00%14.14%
61.18%

Color #4A6355 in popluar number systems.

HEX4A6355
Decimal749985
Binary100101011000111010101
Octal112143125

Shades and tints

Shades of #4A6355

#4A6355
(74,99,85)
#445A4E
(68,90,78)
#3E5147
(62,81,71)
#384840
(56,72,64)
#323F39
(50,63,57)
#2C3632
(44,54,50)
#262D2B
(38,45,43)
#202424
(32,36,36)
#1A1B1D
(26,27,29)
#141216
(20,18,22)
#0E090F
(14,9,15)
#000000
(0,0,0)

Tints of #4A6355

#4A6355
(74,99,85)
#5A7164
(90,113,100)
#6A7F73
(106,127,115)
#7A8D82
(122,141,130)
#8A9B91
(138,155,145)
#9AA9A0
(154,169,160)
#AAB7AF
(170,183,175)
#BAC5BE
(186,197,190)
#CAD3CD
(202,211,205)
#DAE1DC
(218,225,220)
#EAEFEB
(234,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A6355; }

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

This text font color is #4A6355.


Background Color

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

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

This div background color is #4A6355.


Border color

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

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

This div border color is #4A6355.


Opacity

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

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

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

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

This text has shadow with #4A6355 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A6355 on black background.


Color preview on white background

This text has color #4A6355 on white background.



Black color preview on #4A6355 background

This text has black color on #4A6355 background.


White color preview on #4A6355 background

This text has white color on #4A6355 background.