COLOR #998748

HEX: #998748
RGB: (153,135,72)

Renk bilgisi

#998748 contains mainly red and green colors. #998748 ‘ nin web güvenlik rengi #999933 (ya da #993) dir.

RGB renk modeli

#998748 color RGB value is (153,135,72).

  • kırmız ton 153;
  • yeşil ton 135;
  • mavi ton 72.
RGB:
(153,135,72)
(60%,53%,28%)

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 135 of 255 = 53%
B 72 of 255 = 28%

153
135
72

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

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 135 + 72 = 360 (100%)
R 153 of 360 ~ 42.5%
G 135 of 360 ~ 37.5%
B 72 of 360 ~ 20%

%42.5
%37.5
%20

CMYK RENK MODELİ

#998748 rengi CMYK tonu (0,12,53,40).

  • camgöbeği tonu 0.00%
  • eflatun tonu 11.76%
  • sarı tonu 52.94%
  • ana renk tonu 40.00%
CMYK:
(0,12,53,40)
C0M12Y53K40 
(0%,12%,53%,40%)
(0.00/0.12/0.53/0.40)	

CMYK yüzdeleri

%0
%11.76
%52.94
%40

Codes

Color #998748 in popluar color models

998748
RGB15313572
HSL47°36.00%44.12%
HSB/HSV47°52.94%60.00%
CMYK0.00%11.76%52.94%
40.00%

Color #998748 in popluar number systems.

HEX998748
Decimal15313572
Binary10011001100001111001000
Octal231207110

Shades and tints

Shades of #998748

#998748
(153,135,72)
#8C7B42
(140,123,66)
#7F6F3C
(127,111,60)
#726336
(114,99,54)
#655730
(101,87,48)
#584B2A
(88,75,42)
#4B3F24
(75,63,36)
#3E331E
(62,51,30)
#312718
(49,39,24)
#241B12
(36,27,18)
#170F0C
(23,15,12)
#000000
(0,0,0)

Tints of #998748

#998748
(153,135,72)
#A29158
(162,145,88)
#AB9B68
(171,155,104)
#B4A578
(180,165,120)
#BDAF88
(189,175,136)
#C6B998
(198,185,152)
#CFC3A8
(207,195,168)
#D8CDB8
(216,205,184)
#E1D7C8
(225,215,200)
#EAE1D8
(234,225,216)
#F3EBE8
(243,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #998748 color. Also use rgb(153,135,72) instead hex code.

Text Font Color

.myTextColor { color: #998748; }

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

This text font color is #998748.


Background Color

.myBgColor { background-color: #998748; }

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

This div background color is #998748.


Border color

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

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

This div border color is #998748.


Opacity

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

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

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

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

This text has shadow with #998748 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998748 on black background.


Color preview on white background

This text has color #998748 on white background.



Black color preview on #998748 background

This text has black color on #998748 background.


White color preview on #998748 background

This text has white color on #998748 background.