COLOR #995563

HEX: #995563
RGB: (153,85,99)

Renk bilgisi

#995563 contains mainly red and blue colors. #995563 ‘ nin web güvenlik rengi #996666 (ya da #966) dir.

RGB renk modeli

#995563 color RGB value is (153,85,99).

  • kırmız ton 153;
  • yeşil ton 85;
  • mavi ton 99.
RGB:
(153,85,99)
(60%,33%,39%)

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 85 of 255 = 33%
B 99 of 255 = 39%

153
85
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 85 + 99 = 337 (100%)
R 153 of 337 ~ 45.4%
G 85 of 337 ~ 25.22%
B 99 of 337 ~ 29.38%

%45.4
%25.22
%29.38

CMYK RENK MODELİ

#995563 rengi CMYK tonu (0,44,35,40).

  • camgöbeği tonu 0.00%
  • eflatun tonu 44.44%
  • sarı tonu 35.29%
  • ana renk tonu 40.00%
CMYK:
(0,44,35,40)
C0M44Y35K40 
(0%,44%,35%,40%)
(0.00/0.44/0.35/0.40)	

CMYK yüzdeleri

%0
%44.44
%35.29
%40

Codes

Color #995563 in popluar color models

995563
RGB1538599
HSL348°28.57%46.67%
HSB/HSV348°44.44%60.00%
CMYK0.00%44.44%35.29%
40.00%

Color #995563 in popluar number systems.

HEX995563
Decimal1538599
Binary1001100110101011100011
Octal231125143

Shades and tints

Shades of #995563

#995563
(153,85,99)
#8C4E5A
(140,78,90)
#7F4751
(127,71,81)
#724048
(114,64,72)
#65393F
(101,57,63)
#583236
(88,50,54)
#4B2B2D
(75,43,45)
#3E2424
(62,36,36)
#311D1B
(49,29,27)
#241612
(36,22,18)
#170F09
(23,15,9)
#000000
(0,0,0)

Tints of #995563

#995563
(153,85,99)
#A26471
(162,100,113)
#AB737F
(171,115,127)
#B4828D
(180,130,141)
#BD919B
(189,145,155)
#C6A0A9
(198,160,169)
#CFAFB7
(207,175,183)
#D8BEC5
(216,190,197)
#E1CDD3
(225,205,211)
#EADCE1
(234,220,225)
#F3EBEF
(243,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #995563 color. Also use rgb(153,85,99) instead hex code.

Text Font Color

.myTextColor { color: #995563; }

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

This text font color is #995563.


Background Color

.myBgColor { background-color: #995563; }

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

This div background color is #995563.


Border color

.myBorderColor { border: 1px solid #995563; }

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

This div border color is #995563.


Opacity

.myOpacity80 { color: #995563; opacity: 0.8; }

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

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

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

This text has shadow with #995563 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #995563 on black background.


Color preview on white background

This text has color #995563 on white background.



Black color preview on #995563 background

This text has black color on #995563 background.


White color preview on #995563 background

This text has white color on #995563 background.