COLOR #4CA3AD

HEX: #4CA3AD
RGB: (76,163,173)

Color info

#4CA3AD contains mainly green and blue colors. Web safe color of #4CA3AD is #339999 (or #399).

RGB color model

#4CA3AD color RGB value is (76,163,173).

  • red value is 76;
  • green value is 163;
  • blue value is 173.
RGB:
(76,163,173)
(30%,64%,68%)

RGB channels and saturation

R 76 of 255 = 30%
G 163 of 255 = 64%
B 173 of 255 = 68%

76
163
173

R + G + B ~ 54%. #4CA3AD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
76 + 163 + 173 = 412 (100%)
R 76 of 412 ~ 18.45%
G 163 of 412 ~ 39.56%
B 173 of 412 ~ 41.99%

%18.45
%39.56
%41.99

CMYK color model

#4CA3AD color CMYK value is (56,6,0,32).

  • cyan value is 56.07%
  • magenta value is 5.78%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(56,6,0,32)
C56M6Y0K32 
(56%,6%,0%,32%)
(0.56/0.06/0.00/0.32)	

CMYK percentages

%56.07
%5.78
%0
%32.16

Codes

Color #4CA3AD in popluar color models

4CA3AD
RGB76163173
HSL186°38.96%48.82%
HSB/HSV186°56.07%67.84%
CMYK56.07%5.78%0.00%
32.16%

Color #4CA3AD in popluar number systems.

HEX4CA3AD
Decimal76163173
Binary10011001010001110101101
Octal114243255

Shades and tints

Shades of #4CA3AD

#4CA3AD
(76,163,173)
#46959E
(70,149,158)
#40878F
(64,135,143)
#3A7980
(58,121,128)
#346B71
(52,107,113)
#2E5D62
(46,93,98)
#284F53
(40,79,83)
#224144
(34,65,68)
#1C3335
(28,51,53)
#162526
(22,37,38)
#101717
(16,23,23)
#000000
(0,0,0)

Tints of #4CA3AD

#4CA3AD
(76,163,173)
#5CABB4
(92,171,180)
#6CB3BB
(108,179,187)
#7CBBC2
(124,187,194)
#8CC3C9
(140,195,201)
#9CCBD0
(156,203,208)
#ACD3D7
(172,211,215)
#BCDBDE
(188,219,222)
#CCE3E5
(204,227,229)
#DCEBEC
(220,235,236)
#ECF3F3
(236,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4CA3AD color. Also use rgb(76,163,173) instead hex code.

Text Font Color

.myTextColor { color: #4CA3AD; }

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

This text font color is #4CA3AD.


Background Color

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

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

This div background color is #4CA3AD.


Border color

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

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

This div border color is #4CA3AD.


Opacity

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

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

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

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

This text has shadow with #4CA3AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4CA3AD on black background.


Color preview on white background

This text has color #4CA3AD on white background.



Black color preview on #4CA3AD background

This text has black color on #4CA3AD background.


White color preview on #4CA3AD background

This text has white color on #4CA3AD background.