COLOR #95A588

HEX: #95A588
RGB: (149,165,136)

Renk bilgisi

#95A588 contains red, green and blue colors in about the same proportion. #95A588 ‘ nin web güvenlik rengi #999999 (ya da #999) dir.

RGB renk modeli

#95A588 color RGB value is (149,165,136).

  • kırmız ton 149;
  • yeşil ton 165;
  • mavi ton 136.
RGB:
(149,165,136)
(58%,65%,53%)

RGB bağlantıları ve doygunluk

R 149 of 255 = 58%
G 165 of 255 = 65%
B 136 of 255 = 53%

149
165
136

R + G + B ~ 59%. #95A588 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
149 + 165 + 136 = 450 (100%)
R 149 of 450 ~ 33.11%
G 165 of 450 ~ 36.67%
B 136 of 450 ~ 30.22%

%33.11
%36.67
%30.22

CMYK RENK MODELİ

#95A588 rengi CMYK tonu (10,0,18,35).

  • camgöbeği tonu 9.70%
  • eflatun tonu 0.00%
  • sarı tonu 17.58%
  • ana renk tonu 35.29%
CMYK:
(10,0,18,35)
C10M0Y18K35 
(10%,0%,18%,35%)
(0.10/0.00/0.18/0.35)	

CMYK yüzdeleri

%9.7
%0
%17.58
%35.29

Codes

Color #95A588 in popluar color models

95A588
RGB149165136
HSL93°13.88%59.02%
HSB/HSV93°17.58%64.71%
CMYK9.70%0.00%17.58%
35.29%

Color #95A588 in popluar number systems.

HEX95A588
Decimal149165136
Binary100101011010010110001000
Octal225245210

Shades and tints

Shades of #95A588

#95A588
(149,165,136)
#88967C
(136,150,124)
#7B8770
(123,135,112)
#6E7864
(110,120,100)
#616958
(97,105,88)
#545A4C
(84,90,76)
#474B40
(71,75,64)
#3A3C34
(58,60,52)
#2D2D28
(45,45,40)
#201E1C
(32,30,28)
#130F10
(19,15,16)
#000000
(0,0,0)

Tints of #95A588

#95A588
(149,165,136)
#9EAD92
(158,173,146)
#A7B59C
(167,181,156)
#B0BDA6
(176,189,166)
#B9C5B0
(185,197,176)
#C2CDBA
(194,205,186)
#CBD5C4
(203,213,196)
#D4DDCE
(212,221,206)
#DDE5D8
(221,229,216)
#E6EDE2
(230,237,226)
#EFF5EC
(239,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95A588 color. Also use rgb(149,165,136) instead hex code.

Text Font Color

.myTextColor { color: #95A588; }

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

This text font color is #95A588.


Background Color

.myBgColor { background-color: #95A588; }

<div style="background-color:#95A588">Inner text</div>

This div background color is #95A588.


Border color

.myBorderColor { border: 1px solid #95A588; }

<div style="border:3px solid #95A588">Div</div>

This div border color is #95A588.


Opacity

.myOpacity80 { color: #95A588; opacity: 0.8; }

<p style="color:#95A588;opacity:0.8;">80%</p>

Text with #95A588 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 #95A588;}

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

This text has shadow with #95A588 color.

.textShadow {text-shadow: 3px 3px 1px #95A588, 3px 3px 1px red;}

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

This text has shadow with #95A588 primary color and red secondary color.


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

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

This text has shadow with #95A588 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95A588 on black background.


Color preview on white background

This text has color #95A588 on white background.



Black color preview on #95A588 background

This text has black color on #95A588 background.


White color preview on #95A588 background

This text has white color on #95A588 background.