COLOR #4FB0A3

HEX: #4FB0A3 RGB: (79,176,163)

Color info

#4FB0A3 contains mainly green and blue colors. Web safe color of #4FB0A3 is #669999 (or #699).

RGB color model

#4FB0A3 color RGB value is (79,176,163).

RGB: (79,176,163) (31%, 69%, 64%)

RGB channels and saturation

R 79 of 255 = 31%
G 176 of 255 = 69%
B 163 of 255 = 64%

79
176
163

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

Portions of RGB colors in percentages

R + G + B = 79 + 176 + 163 = 418 (100%)
R 79 of 418 ~ 18.9%
G 176 of 418 ~ 42.11%
B 163 of 418 ~ 39'%

%18.9
%42.11
%39

CMYK color model

#4FB0A3 color CMYK value is (55,0,7,31).

  • cyan value is 55.11%
  • magenta value is 0.00%
  • yellow value is 7.39%
  • key color value is 30.98%

CMYK: (55,0,7,31)
C55M0Y7K31 (55%, 0%, 7%, 31%)
(0.55 / 0.00 / 0.07 / 0.31)

CMYK percentages

%55.11
%0
%7.39
%30.98

Codes

Color #4FB0A3 in popluar color models

4F B0 A3
RGB 79 176 163
HSL 172° 38.04% 50.00%
HSB/HSV 172° 55.11% 69.02%
CMYK 55.11% 0.00% 7.39%
30.98%

Color #4FB0A3 in popluar number systems.

HEX 4F B0 A3
Decimal 79 176 163
Binary 1001111 10110000 10100011
Octal 117 260 243

Shades and tints

Shades of #4FB0A3

#4FB0A3
(79,176,163)
#48A095
(72,160,149)
#419087
(65,144,135)
#3A8079
(58,128,121)
#33706B
(51,112,107)
#2C605D
(44,96,93)
#25504F
(37,80,79)
#1E4041
(30,64,65)
#173033
(23,48,51)
#102025
(16,32,37)
#091017
(9,16,23)
#000000
(0,0,0)

Tints of #4FB0A3

#4FB0A3
(79,176,163)
#5FB7AB
(95,183,171)
#6FBEB3
(111,190,179)
#7FC5BB
(127,197,187)
#8FCCC3
(143,204,195)
#9FD3CB
(159,211,203)
#AFDAD3
(175,218,211)
#BFE1DB
(191,225,219)
#CFE8E3
(207,232,227)
#DFEFEB
(223,239,235)
#EFF6F3
(239,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4FB0A3 color. Also use rgb(79,176,163) instead hex code.

Text Font Color

.myTextColor { color: #4FB0A3; }

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

This text font color is #4FB0A3.

Background Color

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

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

This div background color is #4FB0A3.

Border color

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

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

This div border color is #4FB0A3.

Opacity

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

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

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

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

This text has shadow with #4FB0A3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4FB0A3.

Preview

Color preview on black background

This text has color #4FB0A3 on black background.


Color preview on white background

This text has color #4FB0A3 on white background.


Black color preview on #4FB0A3 background

This text has black color on #4FB0A3 background.


White color preview on #4FB0A3 background

This text has white color on #4FB0A3 background.


Related colors

Complementary color

Complementary color for #hex is #B04F5C.


I love getcolorcode.com

Triadic colors

1 #A34FB0 and #B0A34F with #4FB0A3 are triadic colors.

2 #A3B04F and #B04FA3 with #4FB0A3 are triadic colors.