COLOR #4F537A

HEX: #4F537A
RGB: (79,83,122)

Color info

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

RGB color model

#4F537A color RGB value is (79,83,122).

  • red value is 79;
  • green value is 83;
  • blue value is 122.
RGB:
(79,83,122)
(31%,33%,48%)

RGB channels and saturation

R 79 of 255 = 31%
G 83 of 255 = 33%
B 122 of 255 = 48%

79
83
122

R + G + B ~ 37%. #4F537A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 83 + 122 = 284 (100%)
R 79 of 284 ~ 27.82%
G 83 of 284 ~ 29.23%
B 122 of 284 ~ 42.96%

%27.82
%29.23
%42.96

CMYK color model

#4F537A color CMYK value is (35,32,0,52).

  • cyan value is 35.25%
  • magenta value is 31.97%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(35,32,0,52)
C35M32Y0K52 
(35%,32%,0%,52%)
(0.35/0.32/0.00/0.52)	

CMYK percentages

%35.25
%31.97
%0
%52.16

Codes

Color #4F537A in popluar color models

4F537A
RGB7983122
HSL234°21.39%39.41%
HSB/HSV234°35.25%47.84%
CMYK35.25%31.97%0.00%
52.16%

Color #4F537A in popluar number systems.

HEX4F537A
Decimal7983122
Binary100111110100111111010
Octal117123172

Shades and tints

Shades of #4F537A

#4F537A
(79,83,122)
#484C6F
(72,76,111)
#414564
(65,69,100)
#3A3E59
(58,62,89)
#33374E
(51,55,78)
#2C3043
(44,48,67)
#252938
(37,41,56)
#1E222D
(30,34,45)
#171B22
(23,27,34)
#101417
(16,20,23)
#090D0C
(9,13,12)
#000000
(0,0,0)

Tints of #4F537A

#4F537A
(79,83,122)
#5F6286
(95,98,134)
#6F7192
(111,113,146)
#7F809E
(127,128,158)
#8F8FAA
(143,143,170)
#9F9EB6
(159,158,182)
#AFADC2
(175,173,194)
#BFBCCE
(191,188,206)
#CFCBDA
(207,203,218)
#DFDAE6
(223,218,230)
#EFE9F2
(239,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F537A color. Also use rgb(79,83,122) instead hex code.

Text Font Color

.myTextColor { color: #4F537A; }

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

This text font color is #4F537A.


Background Color

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

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

This div background color is #4F537A.


Border color

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

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

This div border color is #4F537A.


Opacity

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

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

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

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

This text has shadow with #4F537A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F537A on black background.


Color preview on white background

This text has color #4F537A on white background.



Black color preview on #4F537A background

This text has black color on #4F537A background.


White color preview on #4F537A background

This text has white color on #4F537A background.