COLOR #4F4958

HEX: #4F4958
RGB: (79,73,88)

Color info

#4F4958 contains red, green and blue colors in about the same proportion. Web safe color of #4F4958 is #663366 (or #636).

RGB color model

#4F4958 color RGB value is (79,73,88).

  • red value is 79;
  • green value is 73;
  • blue value is 88.
RGB:
(79,73,88)
(31%,29%,35%)

RGB channels and saturation

R 79 of 255 = 31%
G 73 of 255 = 29%
B 88 of 255 = 35%

79
73
88

R + G + B ~ 32%. #4F4958 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 73 + 88 = 240 (100%)
R 79 of 240 ~ 32.92%
G 73 of 240 ~ 30.42%
B 88 of 240 ~ 36.67%

%32.92
%30.42
%36.67

CMYK color model

#4F4958 color CMYK value is (10,17,0,65).

  • cyan value is 10.23%
  • magenta value is 17.05%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(10,17,0,65)
C10M17Y0K65 
(10%,17%,0%,65%)
(0.10/0.17/0.00/0.65)	

CMYK percentages

%10.23
%17.05
%0
%65.49

Codes

Color #4F4958 in popluar color models

4F4958
RGB797388
HSL264°9.32%31.57%
HSB/HSV264°17.05%34.51%
CMYK10.23%17.05%0.00%
65.49%

Color #4F4958 in popluar number systems.

HEX4F4958
Decimal797388
Binary100111110010011011000
Octal117111130

Shades and tints

Shades of #4F4958

#4F4958
(79,73,88)
#484350
(72,67,80)
#413D48
(65,61,72)
#3A3740
(58,55,64)
#333138
(51,49,56)
#2C2B30
(44,43,48)
#252528
(37,37,40)
#1E1F20
(30,31,32)
#171918
(23,25,24)
#101310
(16,19,16)
#090D08
(9,13,8)
#000000
(0,0,0)

Tints of #4F4958

#4F4958
(79,73,88)
#5F5967
(95,89,103)
#6F6976
(111,105,118)
#7F7985
(127,121,133)
#8F8994
(143,137,148)
#9F99A3
(159,153,163)
#AFA9B2
(175,169,178)
#BFB9C1
(191,185,193)
#CFC9D0
(207,201,208)
#DFD9DF
(223,217,223)
#EFE9EE
(239,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F4958 color. Also use rgb(79,73,88) instead hex code.

Text Font Color

.myTextColor { color: #4F4958; }

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

This text font color is #4F4958.


Background Color

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

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

This div background color is #4F4958.


Border color

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

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

This div border color is #4F4958.


Opacity

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

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

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

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

This text has shadow with #4F4958 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F4958 on black background.


Color preview on white background

This text has color #4F4958 on white background.



Black color preview on #4F4958 background

This text has black color on #4F4958 background.


White color preview on #4F4958 background

This text has white color on #4F4958 background.