COLOR #5F9393

HEX: #5F9393
RGB: (95,147,147)

Color info

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

RGB color model

#5F9393 color RGB value is (95,147,147).

  • red value is 95;
  • green value is 147;
  • blue value is 147.
RGB:
(95,147,147)
(37%,58%,58%)

RGB channels and saturation

R 95 of 255 = 37%
G 147 of 255 = 58%
B 147 of 255 = 58%

95
147
147

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

Portions of RGB colors in percentages

R + G + B =
95 + 147 + 147 = 389 (100%)
R 95 of 389 ~ 24.42%
G 147 of 389 ~ 37.79%
B 147 of 389 ~ 37.79%

%24.42
%37.79
%37.79

CMYK color model

#5F9393 color CMYK value is (35,0,0,42).

  • cyan value is 35.37%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(35,0,0,42)
C35M0Y0K42 
(35%,0%,0%,42%)
(0.35/0.00/0.00/0.42)	

CMYK percentages

%35.37
%0
%0
%42.35

Codes

Color #5F9393 in popluar color models

5F9393
RGB95147147
HSL180°21.49%47.45%
HSB/HSV180°35.37%57.65%
CMYK35.37%0.00%0.00%
42.35%

Color #5F9393 in popluar number systems.

HEX5F9393
Decimal95147147
Binary10111111001001110010011
Octal137223223

Shades and tints

Shades of #5F9393

#5F9393
(95,147,147)
#578686
(87,134,134)
#4F7979
(79,121,121)
#476C6C
(71,108,108)
#3F5F5F
(63,95,95)
#375252
(55,82,82)
#2F4545
(47,69,69)
#273838
(39,56,56)
#1F2B2B
(31,43,43)
#171E1E
(23,30,30)
#0F1111
(15,17,17)
#000000
(0,0,0)

Tints of #5F9393

#5F9393
(95,147,147)
#6D9C9C
(109,156,156)
#7BA5A5
(123,165,165)
#89AEAE
(137,174,174)
#97B7B7
(151,183,183)
#A5C0C0
(165,192,192)
#B3C9C9
(179,201,201)
#C1D2D2
(193,210,210)
#CFDBDB
(207,219,219)
#DDE4E4
(221,228,228)
#EBEDED
(235,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F9393; }

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

This text font color is #5F9393.


Background Color

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

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

This div background color is #5F9393.


Border color

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

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

This div border color is #5F9393.


Opacity

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

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

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

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

This text has shadow with #5F9393 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F9393 on black background.


Color preview on white background

This text has color #5F9393 on white background.



Black color preview on #5F9393 background

This text has black color on #5F9393 background.


White color preview on #5F9393 background

This text has white color on #5F9393 background.