COLOR #998563

HEX: #998563
RGB: (153,133,99)

Renk bilgisi

#998563 contains red, green and blue colors in about the same proportion. #998563 ‘ nin web güvenlik rengi #999966 (ya da #996) dir.

RGB renk modeli

#998563 color RGB value is (153,133,99).

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

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 133 of 255 = 52%
B 99 of 255 = 39%

153
133
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 133 + 99 = 385 (100%)
R 153 of 385 ~ 39.74%
G 133 of 385 ~ 34.55%
B 99 of 385 ~ 25.71%

%39.74
%34.55
%25.71

CMYK RENK MODELİ

#998563 rengi CMYK tonu (0,13,35,40).

  • camgöbeği tonu 0.00%
  • eflatun tonu 13.07%
  • sarı tonu 35.29%
  • ana renk tonu 40.00%
CMYK:
(0,13,35,40)
C0M13Y35K40 
(0%,13%,35%,40%)
(0.00/0.13/0.35/0.40)	

CMYK yüzdeleri

%0
%13.07
%35.29
%40

Codes

Color #998563 in popluar color models

998563
RGB15313399
HSL38°21.43%49.41%
HSB/HSV38°35.29%60.00%
CMYK0.00%13.07%35.29%
40.00%

Color #998563 in popluar number systems.

HEX998563
Decimal15313399
Binary10011001100001011100011
Octal231205143

Shades and tints

Shades of #998563

#998563
(153,133,99)
#8C795A
(140,121,90)
#7F6D51
(127,109,81)
#726148
(114,97,72)
#65553F
(101,85,63)
#584936
(88,73,54)
#4B3D2D
(75,61,45)
#3E3124
(62,49,36)
#31251B
(49,37,27)
#241912
(36,25,18)
#170D09
(23,13,9)
#000000
(0,0,0)

Tints of #998563

#998563
(153,133,99)
#A29071
(162,144,113)
#AB9B7F
(171,155,127)
#B4A68D
(180,166,141)
#BDB19B
(189,177,155)
#C6BCA9
(198,188,169)
#CFC7B7
(207,199,183)
#D8D2C5
(216,210,197)
#E1DDD3
(225,221,211)
#EAE8E1
(234,232,225)
#F3F3EF
(243,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998563; }

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

This text font color is #998563.


Background Color

.myBgColor { background-color: #998563; }

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

This div background color is #998563.


Border color

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

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

This div border color is #998563.


Opacity

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

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

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

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

This text has shadow with #998563 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998563 on black background.


Color preview on white background

This text has color #998563 on white background.



Black color preview on #998563 background

This text has black color on #998563 background.


White color preview on #998563 background

This text has white color on #998563 background.