COLOR #995F77

HEX: #995F77
RGB: (153,95,119)

Renk bilgisi

#995F77 contains red, green and blue colors in about the same proportion. #995F77 ‘ nin web güvenlik rengi #996666 (ya da #966) dir.

RGB renk modeli

#995F77 color RGB value is (153,95,119).

  • kırmız ton 153;
  • yeşil ton 95;
  • mavi ton 119.
RGB:
(153,95,119)
(60%,37%,47%)

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 95 of 255 = 37%
B 119 of 255 = 47%

153
95
119

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

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 95 + 119 = 367 (100%)
R 153 of 367 ~ 41.69%
G 95 of 367 ~ 25.89%
B 119 of 367 ~ 32.43%

%41.69
%25.89
%32.43

CMYK RENK MODELİ

#995F77 rengi CMYK tonu (0,38,22,40).

  • camgöbeği tonu 0.00%
  • eflatun tonu 37.91%
  • sarı tonu 22.22%
  • ana renk tonu 40.00%
CMYK:
(0,38,22,40)
C0M38Y22K40 
(0%,38%,22%,40%)
(0.00/0.38/0.22/0.40)	

CMYK yüzdeleri

%0
%37.91
%22.22
%40

Codes

Color #995F77 in popluar color models

995F77
RGB15395119
HSL335°23.39%48.63%
HSB/HSV335°37.91%60.00%
CMYK0.00%37.91%22.22%
40.00%

Color #995F77 in popluar number systems.

HEX995F77
Decimal15395119
Binary1001100110111111110111
Octal231137167

Shades and tints

Shades of #995F77

#995F77
(153,95,119)
#8C576D
(140,87,109)
#7F4F63
(127,79,99)
#724759
(114,71,89)
#653F4F
(101,63,79)
#583745
(88,55,69)
#4B2F3B
(75,47,59)
#3E2731
(62,39,49)
#311F27
(49,31,39)
#24171D
(36,23,29)
#170F13
(23,15,19)
#000000
(0,0,0)

Tints of #995F77

#995F77
(153,95,119)
#A26D83
(162,109,131)
#AB7B8F
(171,123,143)
#B4899B
(180,137,155)
#BD97A7
(189,151,167)
#C6A5B3
(198,165,179)
#CFB3BF
(207,179,191)
#D8C1CB
(216,193,203)
#E1CFD7
(225,207,215)
#EADDE3
(234,221,227)
#F3EBEF
(243,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #995F77 color. Also use rgb(153,95,119) instead hex code.

Text Font Color

.myTextColor { color: #995F77; }

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

This text font color is #995F77.


Background Color

.myBgColor { background-color: #995F77; }

<div style="background-color:#995F77">Inner text</div>

This div background color is #995F77.


Border color

.myBorderColor { border: 1px solid #995F77; }

<div style="border:3px solid #995F77">Div</div>

This div border color is #995F77.


Opacity

.myOpacity80 { color: #995F77; opacity: 0.8; }

<p style="color:#995F77;opacity:0.8;">80%</p>

Text with #995F77 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 #995F77;}

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

This text has shadow with #995F77 color.

.textShadow {text-shadow: 3px 3px 1px #995F77, 3px 3px 1px red;}

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

This text has shadow with #995F77 primary color and red secondary color.


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

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

This text has shadow with #995F77 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #995F77 on black background.


Color preview on white background

This text has color #995F77 on white background.



Black color preview on #995F77 background

This text has black color on #995F77 background.


White color preview on #995F77 background

This text has white color on #995F77 background.