COLOR #998C61

HEX: #998C61
RGB: (153,140,97)

Renk bilgisi

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

RGB renk modeli

#998C61 color RGB value is (153,140,97).

  • kırmız ton 153;
  • yeşil ton 140;
  • mavi ton 97.
RGB:
(153,140,97)
(60%,55%,38%)

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 140 of 255 = 55%
B 97 of 255 = 38%

153
140
97

R + G + B ~ 51%. #998C61 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 140 + 97 = 390 (100%)
R 153 of 390 ~ 39.23%
G 140 of 390 ~ 35.9%
B 97 of 390 ~ 24.87%

%39.23
%35.9
%24.87

CMYK RENK MODELİ

#998C61 rengi CMYK tonu (0,8,37,40).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.50%
  • sarı tonu 36.60%
  • ana renk tonu 40.00%
CMYK:
(0,8,37,40)
C0M8Y37K40 
(0%,8%,37%,40%)
(0.00/0.08/0.37/0.40)	

CMYK yüzdeleri

%0
%8.5
%36.6
%40

Codes

Color #998C61 in popluar color models

998C61
RGB15314097
HSL46°22.40%49.02%
HSB/HSV46°36.60%60.00%
CMYK0.00%8.50%36.60%
40.00%

Color #998C61 in popluar number systems.

HEX998C61
Decimal15314097
Binary10011001100011001100001
Octal231214141

Shades and tints

Shades of #998C61

#998C61
(153,140,97)
#8C8059
(140,128,89)
#7F7451
(127,116,81)
#726849
(114,104,73)
#655C41
(101,92,65)
#585039
(88,80,57)
#4B4431
(75,68,49)
#3E3829
(62,56,41)
#312C21
(49,44,33)
#242019
(36,32,25)
#171411
(23,20,17)
#000000
(0,0,0)

Tints of #998C61

#998C61
(153,140,97)
#A2966F
(162,150,111)
#ABA07D
(171,160,125)
#B4AA8B
(180,170,139)
#BDB499
(189,180,153)
#C6BEA7
(198,190,167)
#CFC8B5
(207,200,181)
#D8D2C3
(216,210,195)
#E1DCD1
(225,220,209)
#EAE6DF
(234,230,223)
#F3F0ED
(243,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #998C61 color. Also use rgb(153,140,97) instead hex code.

Text Font Color

.myTextColor { color: #998C61; }

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

This text font color is #998C61.


Background Color

.myBgColor { background-color: #998C61; }

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

This div background color is #998C61.


Border color

.myBorderColor { border: 1px solid #998C61; }

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

This div border color is #998C61.


Opacity

.myOpacity80 { color: #998C61; opacity: 0.8; }

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

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

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

This text has shadow with #998C61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998C61 on black background.


Color preview on white background

This text has color #998C61 on white background.



Black color preview on #998C61 background

This text has black color on #998C61 background.


White color preview on #998C61 background

This text has white color on #998C61 background.