COLOR #5F848F

HEX: #5F848F RGB: (95,132,143)

Color info

#5F848F contains red, green and blue colors in about the same proportion. Web safe color of #5F848F is #669999 (or #699).

RGB color model

#5F848F color RGB value is (95,132,143).

RGB: (95,132,143) (37%, 52%, 56%)

RGB channels and saturation

R 95 of 255 = 37%
G 132 of 255 = 52%
B 143 of 255 = 56%

95
132
143

R + G + B ~ 48%. #5F848F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 95 + 132 + 143 = 370 (100%)
R 95 of 370 ~ 25.68%
G 132 of 370 ~ 35.68%
B 143 of 370 ~ 38.65'%

%25.68
%35.68
%38.65

CMYK color model

#5F848F color CMYK value is (34,8,0,44).

  • cyan value is 33.57%
  • magenta value is 7.69%
  • yellow value is 0.00%
  • key color value is 43.92%

CMYK: (34,8,0,44)
C34M8Y0K44 (34%, 8%, 0%, 44%)
(0.34 / 0.08 / 0.00 / 0.44)

CMYK percentages

%33.57
%7.69
%0
%43.92

Codes

Color #5F848F in popluar color models

5F 84 8F
RGB 95 132 143
HSL 194° 20.17% 46.67%
HSB/HSV 194° 33.57% 56.08%
CMYK 33.57% 7.69% 0.00%
43.92%

Color #5F848F in popluar number systems.

HEX 5F 84 8F
Decimal 95 132 143
Binary 1011111 10000100 10001111
Octal 137 204 217

Shades and tints

Shades of #5F848F

#5F848F
(95,132,143)
#577882
(87,120,130)
#4F6C75
(79,108,117)
#476068
(71,96,104)
#3F545B
(63,84,91)
#37484E
(55,72,78)
#2F3C41
(47,60,65)
#273034
(39,48,52)
#1F2427
(31,36,39)
#17181A
(23,24,26)
#0F0C0D
(15,12,13)
#000000
(0,0,0)

Tints of #5F848F

#5F848F
(95,132,143)
#6D8F99
(109,143,153)
#7B9AA3
(123,154,163)
#89A5AD
(137,165,173)
#97B0B7
(151,176,183)
#A5BBC1
(165,187,193)
#B3C6CB
(179,198,203)
#C1D1D5
(193,209,213)
#CFDCDF
(207,220,223)
#DDE7E9
(221,231,233)
#EBF2F3
(235,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F848F color. Also use rgb(95,132,143) instead hex code.

Text Font Color

.myTextColor { color: #5F848F; }

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

This text font color is #5F848F.

Background Color

.myBgColor { background-color: #5F848F; }

<div style="background-color:#5F848F">Inner text</div>

This div background color is #5F848F.

Border color

.myBorderColor { border: 1px solid #5F848F; }

<div style="border:3px solid #5F848F">Div</div>

This div border color is #5F848F.

Opacity

.myOpacity80 { color: #5F848F; opacity: 0.8; }

<p style="color:#5F848F;opacity:0.8;">80%</p>

Text with #5F848F 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 #5F848F;}

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

This text has shadow with #5F848F color.


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

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

This text has shadow with #5F848F primary color and red secondary color.


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

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

This text has shadow with #5F848F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #5F848F.

Preview

Color preview on black background

This text has color #5F848F on black background.


Color preview on white background

This text has color #5F848F on white background.


Black color preview on #5F848F background

This text has black color on #5F848F background.


White color preview on #5F848F background

This text has white color on #5F848F background.


Related colors

Complementary color

Complementary color for #hex is #A07B70.


I love getcolorcode.com

Triadic colors

1 #8F5F84 and #848F5F with #5F848F are triadic colors.

2 #8F845F and #845F8F with #5F848F are triadic colors.