COLOR #4A695C

HEX: #4A695C
RGB: (74,105,92)

Color info

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

RGB color model

#4A695C color RGB value is (74,105,92).

  • red value is 74;
  • green value is 105;
  • blue value is 92.
RGB:
(74,105,92)
(29%,41%,36%)

RGB channels and saturation

R 74 of 255 = 29%
G 105 of 255 = 41%
B 92 of 255 = 36%

74
105
92

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

Portions of RGB colors in percentages

R + G + B =
74 + 105 + 92 = 271 (100%)
R 74 of 271 ~ 27.31%
G 105 of 271 ~ 38.75%
B 92 of 271 ~ 33.95%

%27.31
%38.75
%33.95

CMYK color model

#4A695C color CMYK value is (30,0,12,59).

  • cyan value is 29.52%
  • magenta value is 0.00%
  • yellow value is 12.38%
  • key color value is 58.82%
CMYK:
(30,0,12,59)
C30M0Y12K59 
(30%,0%,12%,59%)
(0.30/0.00/0.12/0.59)	

CMYK percentages

%29.52
%0
%12.38
%58.82

Codes

Color #4A695C in popluar color models

4A695C
RGB7410592
HSL155°17.32%35.10%
HSB/HSV155°29.52%41.18%
CMYK29.52%0.00%12.38%
58.82%

Color #4A695C in popluar number systems.

HEX4A695C
Decimal7410592
Binary100101011010011011100
Octal112151134

Shades and tints

Shades of #4A695C

#4A695C
(74,105,92)
#446054
(68,96,84)
#3E574C
(62,87,76)
#384E44
(56,78,68)
#32453C
(50,69,60)
#2C3C34
(44,60,52)
#26332C
(38,51,44)
#202A24
(32,42,36)
#1A211C
(26,33,28)
#141814
(20,24,20)
#0E0F0C
(14,15,12)
#000000
(0,0,0)

Tints of #4A695C

#4A695C
(74,105,92)
#5A766A
(90,118,106)
#6A8378
(106,131,120)
#7A9086
(122,144,134)
#8A9D94
(138,157,148)
#9AAAA2
(154,170,162)
#AAB7B0
(170,183,176)
#BAC4BE
(186,196,190)
#CAD1CC
(202,209,204)
#DADEDA
(218,222,218)
#EAEBE8
(234,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A695C color. Also use rgb(74,105,92) instead hex code.

Text Font Color

.myTextColor { color: #4A695C; }

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

This text font color is #4A695C.


Background Color

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

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

This div background color is #4A695C.


Border color

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

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

This div border color is #4A695C.


Opacity

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

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

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

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

This text has shadow with #4A695C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A695C on black background.


Color preview on white background

This text has color #4A695C on white background.



Black color preview on #4A695C background

This text has black color on #4A695C background.


White color preview on #4A695C background

This text has white color on #4A695C background.