COLOR #995F6D

HEX: #995F6D
RGB: (153,95,109)

Renk bilgisi

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

RGB renk modeli

#995F6D color RGB value is (153,95,109).

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

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 95 of 255 = 37%
B 109 of 255 = 43%

153
95
109

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

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 95 + 109 = 357 (100%)
R 153 of 357 ~ 42.86%
G 95 of 357 ~ 26.61%
B 109 of 357 ~ 30.53%

%42.86
%26.61
%30.53

CMYK RENK MODELİ

#995F6D rengi CMYK tonu (0,38,29,40).

  • camgöbeği tonu 0.00%
  • eflatun tonu 37.91%
  • sarı tonu 28.76%
  • ana renk tonu 40.00%
CMYK:
(0,38,29,40)
C0M38Y29K40 
(0%,38%,29%,40%)
(0.00/0.38/0.29/0.40)	

CMYK yüzdeleri

%0
%37.91
%28.76
%40

Codes

Color #995F6D in popluar color models

995F6D
RGB15395109
HSL346°23.39%48.63%
HSB/HSV346°37.91%60.00%
CMYK0.00%37.91%28.76%
40.00%

Color #995F6D in popluar number systems.

HEX995F6D
Decimal15395109
Binary1001100110111111101101
Octal231137155

Shades and tints

Shades of #995F6D

#995F6D
(153,95,109)
#8C5764
(140,87,100)
#7F4F5B
(127,79,91)
#724752
(114,71,82)
#653F49
(101,63,73)
#583740
(88,55,64)
#4B2F37
(75,47,55)
#3E272E
(62,39,46)
#311F25
(49,31,37)
#24171C
(36,23,28)
#170F13
(23,15,19)
#000000
(0,0,0)

Tints of #995F6D

#995F6D
(153,95,109)
#A26D7A
(162,109,122)
#AB7B87
(171,123,135)
#B48994
(180,137,148)
#BD97A1
(189,151,161)
#C6A5AE
(198,165,174)
#CFB3BB
(207,179,187)
#D8C1C8
(216,193,200)
#E1CFD5
(225,207,213)
#EADDE2
(234,221,226)
#F3EBEF
(243,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #995F6D; }

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

This text font color is #995F6D.


Background Color

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

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

This div background color is #995F6D.


Border color

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

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

This div border color is #995F6D.


Opacity

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

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

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

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

This text has shadow with #995F6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #995F6D on black background.


Color preview on white background

This text has color #995F6D on white background.



Black color preview on #995F6D background

This text has black color on #995F6D background.


White color preview on #995F6D background

This text has white color on #995F6D background.