COLOR #4F6076

HEX: #4F6076
RGB: (79,96,118)

Color info

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

RGB color model

#4F6076 color RGB value is (79,96,118).

  • red value is 79;
  • green value is 96;
  • blue value is 118.
RGB:
(79,96,118)
(31%,38%,46%)

RGB channels and saturation

R 79 of 255 = 31%
G 96 of 255 = 38%
B 118 of 255 = 46%

79
96
118

R + G + B ~ 38%. #4F6076 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 96 + 118 = 293 (100%)
R 79 of 293 ~ 26.96%
G 96 of 293 ~ 32.76%
B 118 of 293 ~ 40.27%

%26.96
%32.76
%40.27

CMYK color model

#4F6076 color CMYK value is (33,19,0,54).

  • cyan value is 33.05%
  • magenta value is 18.64%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(33,19,0,54)
C33M19Y0K54 
(33%,19%,0%,54%)
(0.33/0.19/0.00/0.54)	

CMYK percentages

%33.05
%18.64
%0
%53.73

Codes

Color #4F6076 in popluar color models

4F6076
RGB7996118
HSL214°19.80%38.63%
HSB/HSV214°33.05%46.27%
CMYK33.05%18.64%0.00%
53.73%

Color #4F6076 in popluar number systems.

HEX4F6076
Decimal7996118
Binary100111111000001110110
Octal117140166

Shades and tints

Shades of #4F6076

#4F6076
(79,96,118)
#48586C
(72,88,108)
#415062
(65,80,98)
#3A4858
(58,72,88)
#33404E
(51,64,78)
#2C3844
(44,56,68)
#25303A
(37,48,58)
#1E2830
(30,40,48)
#172026
(23,32,38)
#10181C
(16,24,28)
#091012
(9,16,18)
#000000
(0,0,0)

Tints of #4F6076

#4F6076
(79,96,118)
#5F6E82
(95,110,130)
#6F7C8E
(111,124,142)
#7F8A9A
(127,138,154)
#8F98A6
(143,152,166)
#9FA6B2
(159,166,178)
#AFB4BE
(175,180,190)
#BFC2CA
(191,194,202)
#CFD0D6
(207,208,214)
#DFDEE2
(223,222,226)
#EFECEE
(239,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F6076 color. Also use rgb(79,96,118) instead hex code.

Text Font Color

.myTextColor { color: #4F6076; }

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

This text font color is #4F6076.


Background Color

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

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

This div background color is #4F6076.


Border color

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

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

This div border color is #4F6076.


Opacity

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

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

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

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

This text has shadow with #4F6076 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F6076 on black background.


Color preview on white background

This text has color #4F6076 on white background.



Black color preview on #4F6076 background

This text has black color on #4F6076 background.


White color preview on #4F6076 background

This text has white color on #4F6076 background.