COLOR #4F837C

HEX: #4F837C RGB: (79,131,124)

Color info

#4F837C contains red, green and blue colors in about the same proportion. Web safe color of #4F837C is #669966 (or #696).

RGB color model

#4F837C color RGB value is (79,131,124).

RGB: (79,131,124) (31%, 51%, 49%)

RGB channels and saturation

R 79 of 255 = 31%
G 131 of 255 = 51%
B 124 of 255 = 49%

79
131
124

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

Portions of RGB colors in percentages

R + G + B = 79 + 131 + 124 = 334 (100%)
R 79 of 334 ~ 23.65%
G 131 of 334 ~ 39.22%
B 124 of 334 ~ 37.13'%

%23.65
%39.22
%37.13

CMYK color model

#4F837C color CMYK value is (40,0,5,49).

  • cyan value is 39.69%
  • magenta value is 0.00%
  • yellow value is 5.34%
  • key color value is 48.63%

CMYK: (40,0,5,49)
C40M0Y5K49 (40%, 0%, 5%, 49%)
(0.40 / 0.00 / 0.05 / 0.49)

CMYK percentages

%39.69
%0
%5.34
%48.63

Codes

Color #4F837C in popluar color models

4F 83 7C
RGB 79 131 124
HSL 172° 24.76% 41.18%
HSB/HSV 172° 39.69% 51.37%
CMYK 39.69% 0.00% 5.34%
48.63%

Color #4F837C in popluar number systems.

HEX 4F 83 7C
Decimal 79 131 124
Binary 1001111 10000011 1111100
Octal 117 203 174

Shades and tints

Shades of #4F837C

#4F837C
(79,131,124)
#487871
(72,120,113)
#416D66
(65,109,102)
#3A625B
(58,98,91)
#335750
(51,87,80)
#2C4C45
(44,76,69)
#25413A
(37,65,58)
#1E362F
(30,54,47)
#172B24
(23,43,36)
#102019
(16,32,25)
#09150E
(9,21,14)
#000000
(0,0,0)

Tints of #4F837C

#4F837C
(79,131,124)
#5F8E87
(95,142,135)
#6F9992
(111,153,146)
#7FA49D
(127,164,157)
#8FAFA8
(143,175,168)
#9FBAB3
(159,186,179)
#AFC5BE
(175,197,190)
#BFD0C9
(191,208,201)
#CFDBD4
(207,219,212)
#DFE6DF
(223,230,223)
#EFF1EA
(239,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F837C; }

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

This text font color is #4F837C.

Background Color

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

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

This div background color is #4F837C.

Border color

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

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

This div border color is #4F837C.

Opacity

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

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

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

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

This text has shadow with #4F837C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F837C.

Preview

Color preview on black background

This text has color #4F837C on black background.


Color preview on white background

This text has color #4F837C on white background.


Black color preview on #4F837C background

This text has black color on #4F837C background.


White color preview on #4F837C background

This text has white color on #4F837C background.


Related colors

Complementary color

Complementary color for #hex is #B07C83.


I love getcolorcode.com

Triadic colors

1 #7C4F83 and #837C4F with #4F837C are triadic colors.

2 #7C834F and #834F7C with #4F837C are triadic colors.