COLOR #988A49

HEX: #988A49
RGB: (152,138,73)

Renk bilgisi

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

RGB renk modeli

#988A49 color RGB value is (152,138,73).

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

RGB bağlantıları ve doygunluk

R 152 of 255 = 60%
G 138 of 255 = 54%
B 73 of 255 = 29%

152
138
73

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

Yüzdelerle RGB renk parçaları

R + G + B =
152 + 138 + 73 = 363 (100%)
R 152 of 363 ~ 41.87%
G 138 of 363 ~ 38.02%
B 73 of 363 ~ 20.11%

%41.87
%38.02
%20.11

CMYK RENK MODELİ

#988A49 rengi CMYK tonu (0,9,52,40).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.21%
  • sarı tonu 51.97%
  • ana renk tonu 40.39%
CMYK:
(0,9,52,40)
C0M9Y52K40 
(0%,9%,52%,40%)
(0.00/0.09/0.52/0.40)	

CMYK yüzdeleri

%0
%9.21
%51.97
%40.39

Codes

Color #988A49 in popluar color models

988A49
RGB15213873
HSL49°35.11%44.12%
HSB/HSV49°51.97%59.61%
CMYK0.00%9.21%51.97%
40.39%

Color #988A49 in popluar number systems.

HEX988A49
Decimal15213873
Binary10011000100010101001001
Octal230212111

Shades and tints

Shades of #988A49

#988A49
(152,138,73)
#8B7E43
(139,126,67)
#7E723D
(126,114,61)
#716637
(113,102,55)
#645A31
(100,90,49)
#574E2B
(87,78,43)
#4A4225
(74,66,37)
#3D361F
(61,54,31)
#302A19
(48,42,25)
#231E13
(35,30,19)
#16120D
(22,18,13)
#000000
(0,0,0)

Tints of #988A49

#988A49
(152,138,73)
#A19459
(161,148,89)
#AA9E69
(170,158,105)
#B3A879
(179,168,121)
#BCB289
(188,178,137)
#C5BC99
(197,188,153)
#CEC6A9
(206,198,169)
#D7D0B9
(215,208,185)
#E0DAC9
(224,218,201)
#E9E4D9
(233,228,217)
#F2EEE9
(242,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #988A49; }

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

This text font color is #988A49.


Background Color

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

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

This div background color is #988A49.


Border color

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

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

This div border color is #988A49.


Opacity

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

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

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

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

This text has shadow with #988A49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988A49 on black background.


Color preview on white background

This text has color #988A49 on white background.



Black color preview on #988A49 background

This text has black color on #988A49 background.


White color preview on #988A49 background

This text has white color on #988A49 background.