COLOR #988A50

HEX: #988A50
RGB: (152,138,80)

Renk bilgisi

#988A50 contains mainly red and green colors. #988A50 ‘ nin web güvenlik rengi #999966 (ya da #996) dir.

RGB renk modeli

#988A50 color RGB value is (152,138,80).

  • kırmız ton 152;
  • yeşil ton 138;
  • mavi ton 80.
RGB:
(152,138,80)
(60%,54%,31%)

RGB bağlantıları ve doygunluk

R 152 of 255 = 60%
G 138 of 255 = 54%
B 80 of 255 = 31%

152
138
80

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

Yüzdelerle RGB renk parçaları

R + G + B =
152 + 138 + 80 = 370 (100%)
R 152 of 370 ~ 41.08%
G 138 of 370 ~ 37.3%
B 80 of 370 ~ 21.62%

%41.08
%37.3
%21.62

CMYK RENK MODELİ

#988A50 rengi CMYK tonu (0,9,47,40).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.21%
  • sarı tonu 47.37%
  • ana renk tonu 40.39%
CMYK:
(0,9,47,40)
C0M9Y47K40 
(0%,9%,47%,40%)
(0.00/0.09/0.47/0.40)	

CMYK yüzdeleri

%0
%9.21
%47.37
%40.39

Codes

Color #988A50 in popluar color models

988A50
RGB15213880
HSL48°31.03%45.49%
HSB/HSV48°47.37%59.61%
CMYK0.00%9.21%47.37%
40.39%

Color #988A50 in popluar number systems.

HEX988A50
Decimal15213880
Binary10011000100010101010000
Octal230212120

Shades and tints

Shades of #988A50

#988A50
(152,138,80)
#8B7E49
(139,126,73)
#7E7242
(126,114,66)
#71663B
(113,102,59)
#645A34
(100,90,52)
#574E2D
(87,78,45)
#4A4226
(74,66,38)
#3D361F
(61,54,31)
#302A18
(48,42,24)
#231E11
(35,30,17)
#16120A
(22,18,10)
#000000
(0,0,0)

Tints of #988A50

#988A50
(152,138,80)
#A1945F
(161,148,95)
#AA9E6E
(170,158,110)
#B3A87D
(179,168,125)
#BCB28C
(188,178,140)
#C5BC9B
(197,188,155)
#CEC6AA
(206,198,170)
#D7D0B9
(215,208,185)
#E0DAC8
(224,218,200)
#E9E4D7
(233,228,215)
#F2EEE6
(242,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #988A50 color. Also use rgb(152,138,80) instead hex code.

Text Font Color

.myTextColor { color: #988A50; }

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

This text font color is #988A50.


Background Color

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

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

This div background color is #988A50.


Border color

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

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

This div border color is #988A50.


Opacity

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

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

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

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

This text has shadow with #988A50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988A50 on black background.


Color preview on white background

This text has color #988A50 on white background.



Black color preview on #988A50 background

This text has black color on #988A50 background.


White color preview on #988A50 background

This text has white color on #988A50 background.