COLOR #988E0A

HEX: #988E0A
RGB: (152,142,10)

Renk bilgisi

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

RGB renk modeli

#988E0A color RGB value is (152,142,10).

  • kırmız ton 152;
  • yeşil ton 142;
  • mavi ton 10.
RGB:
(152,142,10)
(60%,56%,4%)

RGB bağlantıları ve doygunluk

R 152 of 255 = 60%
G 142 of 255 = 56%
B 10 of 255 = 4%

152
142
10

R + G + B ~ 40%. #988E0A is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
152 + 142 + 10 = 304 (100%)
R 152 of 304 ~ 50%
G 142 of 304 ~ 46.71%
B 10 of 304 ~ 3.29%

%50
%46.71

CMYK RENK MODELİ

#988E0A rengi CMYK tonu (0,7,93,40).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.58%
  • sarı tonu 93.42%
  • ana renk tonu 40.39%
CMYK:
(0,7,93,40)
C0M7Y93K40 
(0%,7%,93%,40%)
(0.00/0.07/0.93/0.40)	

CMYK yüzdeleri

%0
%6.58
%93.42
%40.39

Codes

Color #988E0A in popluar color models

988E0A
RGB15214210
HSL56°87.65%31.76%
HSB/HSV56°93.42%59.61%
CMYK0.00%6.58%93.42%
40.39%

Color #988E0A in popluar number systems.

HEX988E0A
Decimal15214210
Binary10011000100011101010
Octal23021612

Shades and tints

Shades of #988E0A

#988E0A
(152,142,10)
#8B820A
(139,130,10)
#7E760A
(126,118,10)
#716A0A
(113,106,10)
#645E0A
(100,94,10)
#57520A
(87,82,10)
#4A460A
(74,70,10)
#3D3A0A
(61,58,10)
#302E0A
(48,46,10)
#23220A
(35,34,10)
#16160A
(22,22,10)
#000000
(0,0,0)

Tints of #988E0A

#988E0A
(152,142,10)
#A19820
(161,152,32)
#AAA236
(170,162,54)
#B3AC4C
(179,172,76)
#BCB662
(188,182,98)
#C5C078
(197,192,120)
#CECA8E
(206,202,142)
#D7D4A4
(215,212,164)
#E0DEBA
(224,222,186)
#E9E8D0
(233,232,208)
#F2F2E6
(242,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #988E0A color. Also use rgb(152,142,10) instead hex code.

Text Font Color

.myTextColor { color: #988E0A; }

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

This text font color is #988E0A.


Background Color

.myBgColor { background-color: #988E0A; }

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

This div background color is #988E0A.


Border color

.myBorderColor { border: 1px solid #988E0A; }

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

This div border color is #988E0A.


Opacity

.myOpacity80 { color: #988E0A; opacity: 0.8; }

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

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

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

This text has shadow with #988E0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988E0A on black background.


Color preview on white background

This text has color #988E0A on white background.



Black color preview on #988E0A background

This text has black color on #988E0A background.


White color preview on #988E0A background

This text has white color on #988E0A background.