COLOR #4F907E

HEX: #4F907E
RGB: (79,144,126)

Color info

#4F907E contains mainly green and blue colors. Web safe color of #4F907E is #669966 (or #696).

RGB color model

#4F907E color RGB value is (79,144,126).

  • red value is 79;
  • green value is 144;
  • blue value is 126.
RGB:
(79,144,126)
(31%,56%,49%)

RGB channels and saturation

R 79 of 255 = 31%
G 144 of 255 = 56%
B 126 of 255 = 49%

79
144
126

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

Portions of RGB colors in percentages

R + G + B =
79 + 144 + 126 = 349 (100%)
R 79 of 349 ~ 22.64%
G 144 of 349 ~ 41.26%
B 126 of 349 ~ 36.1%

%22.64
%41.26
%36.1

CMYK color model

#4F907E color CMYK value is (45,0,13,44).

  • cyan value is 45.14%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 43.53%
CMYK:
(45,0,13,44)
C45M0Y13K44 
(45%,0%,13%,44%)
(0.45/0.00/0.13/0.44)	

CMYK percentages

%45.14
%0
%12.5
%43.53

Codes

Color #4F907E in popluar color models

4F907E
RGB79144126
HSL163°29.15%43.73%
HSB/HSV163°45.14%56.47%
CMYK45.14%0.00%12.50%
43.53%

Color #4F907E in popluar number systems.

HEX4F907E
Decimal79144126
Binary1001111100100001111110
Octal117220176

Shades and tints

Shades of #4F907E

#4F907E
(79,144,126)
#488373
(72,131,115)
#417668
(65,118,104)
#3A695D
(58,105,93)
#335C52
(51,92,82)
#2C4F47
(44,79,71)
#25423C
(37,66,60)
#1E3531
(30,53,49)
#172826
(23,40,38)
#101B1B
(16,27,27)
#090E10
(9,14,16)
#000000
(0,0,0)

Tints of #4F907E

#4F907E
(79,144,126)
#5F9A89
(95,154,137)
#6FA494
(111,164,148)
#7FAE9F
(127,174,159)
#8FB8AA
(143,184,170)
#9FC2B5
(159,194,181)
#AFCCC0
(175,204,192)
#BFD6CB
(191,214,203)
#CFE0D6
(207,224,214)
#DFEAE1
(223,234,225)
#EFF4EC
(239,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F907E color. Also use rgb(79,144,126) instead hex code.

Text Font Color

.myTextColor { color: #4F907E; }

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

This text font color is #4F907E.


Background Color

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

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

This div background color is #4F907E.


Border color

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

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

This div border color is #4F907E.


Opacity

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

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

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

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

This text has shadow with #4F907E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F907E on black background.


Color preview on white background

This text has color #4F907E on white background.



Black color preview on #4F907E background

This text has black color on #4F907E background.


White color preview on #4F907E background

This text has white color on #4F907E background.