COLOR #4F9683

HEX: #4F9683 RGB: (79,150,131)

Color info

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

RGB color model

#4F9683 color RGB value is (79,150,131).

RGB: (79,150,131) (31%, 59%, 51%)

RGB channels and saturation

R 79 of 255 = 31%
G 150 of 255 = 59%
B 131 of 255 = 51%

79
150
131

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

Portions of RGB colors in percentages

R + G + B = 79 + 150 + 131 = 360 (100%)
R 79 of 360 ~ 21.94%
G 150 of 360 ~ 41.67%
B 131 of 360 ~ 36.39'%

%21.94
%41.67
%36.39

CMYK color model

#4F9683 color CMYK value is (47,0,13,41).

  • cyan value is 47.33%
  • magenta value is 0.00%
  • yellow value is 12.67%
  • key color value is 41.18%

CMYK: (47,0,13,41)
C47M0Y13K41 (47%, 0%, 13%, 41%)
(0.47 / 0.00 / 0.13 / 0.41)

CMYK percentages

%47.33
%0
%12.67
%41.18

Codes

Color #4F9683 in popluar color models

4F 96 83
RGB 79 150 131
HSL 164° 31.00% 44.90%
HSB/HSV 164° 47.33% 58.82%
CMYK 47.33% 0.00% 12.67%
41.18%

Color #4F9683 in popluar number systems.

HEX 4F 96 83
Decimal 79 150 131
Binary 1001111 10010110 10000011
Octal 117 226 203

Shades and tints

Shades of #4F9683

#4F9683
(79,150,131)
#488978
(72,137,120)
#417C6D
(65,124,109)
#3A6F62
(58,111,98)
#336257
(51,98,87)
#2C554C
(44,85,76)
#254841
(37,72,65)
#1E3B36
(30,59,54)
#172E2B
(23,46,43)
#102120
(16,33,32)
#091415
(9,20,21)
#000000
(0,0,0)

Tints of #4F9683

#4F9683
(79,150,131)
#5F9F8E
(95,159,142)
#6FA899
(111,168,153)
#7FB1A4
(127,177,164)
#8FBAAF
(143,186,175)
#9FC3BA
(159,195,186)
#AFCCC5
(175,204,197)
#BFD5D0
(191,213,208)
#CFDEDB
(207,222,219)
#DFE7E6
(223,231,230)
#EFF0F1
(239,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F9683 color. Also use rgb(79,150,131) instead hex code.

Text Font Color

.myTextColor { color: #4F9683; }

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

This text font color is #4F9683.

Background Color

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

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

This div background color is #4F9683.

Border color

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

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

This div border color is #4F9683.

Opacity

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

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

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

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

This text has shadow with #4F9683 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F9683.

Preview

Color preview on black background

This text has color #4F9683 on black background.


Color preview on white background

This text has color #4F9683 on white background.


Black color preview on #4F9683 background

This text has black color on #4F9683 background.


White color preview on #4F9683 background

This text has white color on #4F9683 background.


Related colors

Complementary color

Complementary color for #hex is #B0697C.


I love getcolorcode.com

Triadic colors

1 #834F96 and #96834F with #4F9683 are triadic colors.

2 #83964F and #964F83 with #4F9683 are triadic colors.