COLOR #5F7A75

HEX: #5F7A75 RGB: (95,122,117)

Color info

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

RGB color model

#5F7A75 color RGB value is (95,122,117).

RGB: (95,122,117) (37%, 48%, 46%)

RGB channels and saturation

R 95 of 255 = 37%
G 122 of 255 = 48%
B 117 of 255 = 46%

95
122
117

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

Portions of RGB colors in percentages

R + G + B = 95 + 122 + 117 = 334 (100%)
R 95 of 334 ~ 28.44%
G 122 of 334 ~ 36.53%
B 117 of 334 ~ 35.03'%

%28.44
%36.53
%35.03

CMYK color model

#5F7A75 color CMYK value is (22,0,4,52).

  • cyan value is 22.13%
  • magenta value is 0.00%
  • yellow value is 4.10%
  • key color value is 52.16%

CMYK: (22,0,4,52)
C22M0Y4K52 (22%, 0%, 4%, 52%)
(0.22 / 0.00 / 0.04 / 0.52)

CMYK percentages

%22.13
%0
%4.1
%52.16

Codes

Color #5F7A75 in popluar color models

5F 7A 75
RGB 95 122 117
HSL 169° 12.44% 42.55%
HSB/HSV 169° 22.13% 47.84%
CMYK 22.13% 0.00% 4.10%
52.16%

Color #5F7A75 in popluar number systems.

HEX 5F 7A 75
Decimal 95 122 117
Binary 1011111 1111010 1110101
Octal 137 172 165

Shades and tints

Shades of #5F7A75

#5F7A75
(95,122,117)
#576F6B
(87,111,107)
#4F6461
(79,100,97)
#475957
(71,89,87)
#3F4E4D
(63,78,77)
#374343
(55,67,67)
#2F3839
(47,56,57)
#272D2F
(39,45,47)
#1F2225
(31,34,37)
#17171B
(23,23,27)
#0F0C11
(15,12,17)
#000000
(0,0,0)

Tints of #5F7A75

#5F7A75
(95,122,117)
#6D8681
(109,134,129)
#7B928D
(123,146,141)
#899E99
(137,158,153)
#97AAA5
(151,170,165)
#A5B6B1
(165,182,177)
#B3C2BD
(179,194,189)
#C1CEC9
(193,206,201)
#CFDAD5
(207,218,213)
#DDE6E1
(221,230,225)
#EBF2ED
(235,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F7A75; }

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

This text font color is #5F7A75.

Background Color

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

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

This div background color is #5F7A75.

Border color

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

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

This div border color is #5F7A75.

Opacity

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

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

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

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

This text has shadow with #5F7A75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F7A75.

Preview

Color preview on black background

This text has color #5F7A75 on black background.


Color preview on white background

This text has color #5F7A75 on white background.


Black color preview on #5F7A75 background

This text has black color on #5F7A75 background.


White color preview on #5F7A75 background

This text has white color on #5F7A75 background.


Related colors

Complementary color

Complementary color for #hex is #A0858A.


I love getcolorcode.com

Triadic colors

1 #755F7A and #7A755F with #5F7A75 are triadic colors.

2 #757A5F and #7A5F75 with #5F7A75 are triadic colors.