COLOR #4DACAF

HEX: #4DACAF
RGB: (77,172,175)

Color info

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

RGB color model

#4DACAF color RGB value is (77,172,175).

  • red value is 77;
  • green value is 172;
  • blue value is 175.
RGB:
(77,172,175)
(30%,67%,69%)

RGB channels and saturation

R 77 of 255 = 30%
G 172 of 255 = 67%
B 175 of 255 = 69%

77
172
175

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

Portions of RGB colors in percentages

R + G + B =
77 + 172 + 175 = 424 (100%)
R 77 of 424 ~ 18.16%
G 172 of 424 ~ 40.57%
B 175 of 424 ~ 41.27%

%18.16
%40.57
%41.27

CMYK color model

#4DACAF color CMYK value is (56,2,0,31).

  • cyan value is 56.00%
  • magenta value is 1.71%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(56,2,0,31)
C56M2Y0K31 
(56%,2%,0%,31%)
(0.56/0.02/0.00/0.31)	

CMYK percentages

%56
%1.71
%0
%31.37

Codes

Color #4DACAF in popluar color models

4DACAF
RGB77172175
HSL182°38.89%49.41%
HSB/HSV182°56.00%68.63%
CMYK56.00%1.71%0.00%
31.37%

Color #4DACAF in popluar number systems.

HEX4DACAF
Decimal77172175
Binary10011011010110010101111
Octal115254257

Shades and tints

Shades of #4DACAF

#4DACAF
(77,172,175)
#469DA0
(70,157,160)
#3F8E91
(63,142,145)
#387F82
(56,127,130)
#317073
(49,112,115)
#2A6164
(42,97,100)
#235255
(35,82,85)
#1C4346
(28,67,70)
#153437
(21,52,55)
#0E2528
(14,37,40)
#071619
(7,22,25)
#000000
(0,0,0)

Tints of #4DACAF

#4DACAF
(77,172,175)
#5DB3B6
(93,179,182)
#6DBABD
(109,186,189)
#7DC1C4
(125,193,196)
#8DC8CB
(141,200,203)
#9DCFD2
(157,207,210)
#ADD6D9
(173,214,217)
#BDDDE0
(189,221,224)
#CDE4E7
(205,228,231)
#DDEBEE
(221,235,238)
#EDF2F5
(237,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4DACAF color. Also use rgb(77,172,175) instead hex code.

Text Font Color

.myTextColor { color: #4DACAF; }

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

This text font color is #4DACAF.


Background Color

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

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

This div background color is #4DACAF.


Border color

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

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

This div border color is #4DACAF.


Opacity

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

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

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

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

This text has shadow with #4DACAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4DACAF on black background.


Color preview on white background

This text has color #4DACAF on white background.



Black color preview on #4DACAF background

This text has black color on #4DACAF background.


White color preview on #4DACAF background

This text has white color on #4DACAF background.