COLOR #4F6073

HEX: #4F6073 RGB: (79,96,115)

Color info

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

RGB color model

#4F6073 color RGB value is (79,96,115).

RGB: (79,96,115) (31%, 38%, 45%)

RGB channels and saturation

R 79 of 255 = 31%
G 96 of 255 = 38%
B 115 of 255 = 45%

79
96
115

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

Portions of RGB colors in percentages

R + G + B = 79 + 96 + 115 = 290 (100%)
R 79 of 290 ~ 27.24%
G 96 of 290 ~ 33.1%
B 115 of 290 ~ 39.66'%

%27.24
%33.1
%39.66

CMYK color model

#4F6073 color CMYK value is (31,17,0,55).

  • cyan value is 31.30%
  • magenta value is 16.52%
  • yellow value is 0.00%
  • key color value is 54.90%

CMYK: (31,17,0,55)
C31M17Y0K55 (31%, 17%, 0%, 55%)
(0.31 / 0.17 / 0.00 / 0.55)

CMYK percentages

%31.3
%16.52
%0
%54.9

Codes

Color #4F6073 in popluar color models

4F 60 73
RGB 79 96 115
HSL 212° 18.56% 38.04%
HSB/HSV 212° 31.30% 45.10%
CMYK 31.30% 16.52% 0.00%
54.90%

Color #4F6073 in popluar number systems.

HEX 4F 60 73
Decimal 79 96 115
Binary 1001111 1100000 1110011
Octal 117 140 163

Shades and tints

Shades of #4F6073

#4F6073
(79,96,115)
#485869
(72,88,105)
#41505F
(65,80,95)
#3A4855
(58,72,85)
#33404B
(51,64,75)
#2C3841
(44,56,65)
#253037
(37,48,55)
#1E282D
(30,40,45)
#172023
(23,32,35)
#101819
(16,24,25)
#09100F
(9,16,15)
#000000
(0,0,0)

Tints of #4F6073

#4F6073
(79,96,115)
#5F6E7F
(95,110,127)
#6F7C8B
(111,124,139)
#7F8A97
(127,138,151)
#8F98A3
(143,152,163)
#9FA6AF
(159,166,175)
#AFB4BB
(175,180,187)
#BFC2C7
(191,194,199)
#CFD0D3
(207,208,211)
#DFDEDF
(223,222,223)
#EFECEB
(239,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F6073; }

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

This text font color is #4F6073.

Background Color

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

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

This div background color is #4F6073.

Border color

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

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

This div border color is #4F6073.

Opacity

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

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

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

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

This text has shadow with #4F6073 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F6073.

Preview

Color preview on black background

This text has color #4F6073 on black background.


Color preview on white background

This text has color #4F6073 on white background.


Black color preview on #4F6073 background

This text has black color on #4F6073 background.


White color preview on #4F6073 background

This text has white color on #4F6073 background.


Related colors

Complementary color

Complementary color for #hex is #B09F8C.


I love getcolorcode.com

Triadic colors

1 #734F60 and #60734F with #4F6073 are triadic colors.

2 #73604F and #604F73 with #4F6073 are triadic colors.