COLOR #4F7875

HEX: #4F7875
RGB: (79,120,117)

Color info

#4F7875 contains red, green and blue colors in about the same proportion. Web safe color of #4F7875 is #666666 (or #666).

RGB color model

#4F7875 color RGB value is (79,120,117).

  • red value is 79;
  • green value is 120;
  • blue value is 117.
RGB:
(79,120,117)
(31%,47%,46%)

RGB channels and saturation

R 79 of 255 = 31%
G 120 of 255 = 47%
B 117 of 255 = 46%

79
120
117

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

Portions of RGB colors in percentages

R + G + B =
79 + 120 + 117 = 316 (100%)
R 79 of 316 ~ 25%
G 120 of 316 ~ 37.97%
B 117 of 316 ~ 37.03%

%25
%37.97
%37.03

CMYK color model

#4F7875 color CMYK value is (34,0,3,53).

  • cyan value is 34.17%
  • magenta value is 0.00%
  • yellow value is 2.50%
  • key color value is 52.94%
CMYK:
(34,0,3,53)
C34M0Y3K53 
(34%,0%,3%,53%)
(0.34/0.00/0.03/0.53)	

CMYK percentages

%34.17
%0
%2.5
%52.94

Codes

Color #4F7875 in popluar color models

4F7875
RGB79120117
HSL176°20.60%39.02%
HSB/HSV176°34.17%47.06%
CMYK34.17%0.00%2.50%
52.94%

Color #4F7875 in popluar number systems.

HEX4F7875
Decimal79120117
Binary100111111110001110101
Octal117170165

Shades and tints

Shades of #4F7875

#4F7875
(79,120,117)
#486E6B
(72,110,107)
#416461
(65,100,97)
#3A5A57
(58,90,87)
#33504D
(51,80,77)
#2C4643
(44,70,67)
#253C39
(37,60,57)
#1E322F
(30,50,47)
#172825
(23,40,37)
#101E1B
(16,30,27)
#091411
(9,20,17)
#000000
(0,0,0)

Tints of #4F7875

#4F7875
(79,120,117)
#5F8481
(95,132,129)
#6F908D
(111,144,141)
#7F9C99
(127,156,153)
#8FA8A5
(143,168,165)
#9FB4B1
(159,180,177)
#AFC0BD
(175,192,189)
#BFCCC9
(191,204,201)
#CFD8D5
(207,216,213)
#DFE4E1
(223,228,225)
#EFF0ED
(239,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F7875 color. Also use rgb(79,120,117) instead hex code.

Text Font Color

.myTextColor { color: #4F7875; }

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

This text font color is #4F7875.


Background Color

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

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

This div background color is #4F7875.


Border color

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

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

This div border color is #4F7875.


Opacity

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

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

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

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

This text has shadow with #4F7875 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F7875 on black background.


Color preview on white background

This text has color #4F7875 on white background.



Black color preview on #4F7875 background

This text has black color on #4F7875 background.


White color preview on #4F7875 background

This text has white color on #4F7875 background.