COLOR #988309

HEX: #988309
RGB: (152,131,9)

Renk bilgisi

#988309 contains mainly red and green colors. #988309 ‘ nin web güvenlik rengi #999900 (ya da #990) dir.

RGB renk modeli

#988309 color RGB value is (152,131,9).

  • kırmız ton 152;
  • yeşil ton 131;
  • mavi ton 9.
RGB:
(152,131,9)
(60%,51%,4%)

RGB bağlantıları ve doygunluk

R 152 of 255 = 60%
G 131 of 255 = 51%
B 9 of 255 = 4%

152
131
9

R + G + B ~ 38%. #988309 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
152 + 131 + 9 = 292 (100%)
R 152 of 292 ~ 52.05%
G 131 of 292 ~ 44.86%
B 9 of 292 ~ 3.08%

%52.05
%44.86

CMYK RENK MODELİ

#988309 rengi CMYK tonu (0,14,94,40).

  • camgöbeği tonu 0.00%
  • eflatun tonu 13.82%
  • sarı tonu 94.08%
  • ana renk tonu 40.39%
CMYK:
(0,14,94,40)
C0M14Y94K40 
(0%,14%,94%,40%)
(0.00/0.14/0.94/0.40)	

CMYK yüzdeleri

%0
%13.82
%94.08
%40.39

Codes

Color #988309 in popluar color models

988309
RGB1521319
HSL51°88.82%31.57%
HSB/HSV51°94.08%59.61%
CMYK0.00%13.82%94.08%
40.39%

Color #988309 in popluar number systems.

HEX988309
Decimal1521319
Binary10011000100000111001
Octal23020311

Shades and tints

Shades of #988309

#988309
(152,131,9)
#8B7809
(139,120,9)
#7E6D09
(126,109,9)
#716209
(113,98,9)
#645709
(100,87,9)
#574C09
(87,76,9)
#4A4109
(74,65,9)
#3D3609
(61,54,9)
#302B09
(48,43,9)
#232009
(35,32,9)
#161509
(22,21,9)
#000000
(0,0,0)

Tints of #988309

#988309
(152,131,9)
#A18E1F
(161,142,31)
#AA9935
(170,153,53)
#B3A44B
(179,164,75)
#BCAF61
(188,175,97)
#C5BA77
(197,186,119)
#CEC58D
(206,197,141)
#D7D0A3
(215,208,163)
#E0DBB9
(224,219,185)
#E9E6CF
(233,230,207)
#F2F1E5
(242,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #988309 color. Also use rgb(152,131,9) instead hex code.

Text Font Color

.myTextColor { color: #988309; }

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

This text font color is #988309.


Background Color

.myBgColor { background-color: #988309; }

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

This div background color is #988309.


Border color

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

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

This div border color is #988309.


Opacity

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

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

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

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

This text has shadow with #988309 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988309 on black background.


Color preview on white background

This text has color #988309 on white background.



Black color preview on #988309 background

This text has black color on #988309 background.


White color preview on #988309 background

This text has white color on #988309 background.