COLOR #988263

HEX: #988263
RGB: (152,130,99)

Renk bilgisi

#988263 contains red, green and blue colors in about the same proportion. #988263 ‘ nin web güvenlik rengi #999966 (ya da #996) dir.

RGB renk modeli

#988263 color RGB value is (152,130,99).

  • kırmız ton 152;
  • yeşil ton 130;
  • mavi ton 99.
RGB:
(152,130,99)
(60%,51%,39%)

RGB bağlantıları ve doygunluk

R 152 of 255 = 60%
G 130 of 255 = 51%
B 99 of 255 = 39%

152
130
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
152 + 130 + 99 = 381 (100%)
R 152 of 381 ~ 39.9%
G 130 of 381 ~ 34.12%
B 99 of 381 ~ 25.98%

%39.9
%34.12
%25.98

CMYK RENK MODELİ

#988263 rengi CMYK tonu (0,14,35,40).

  • camgöbeği tonu 0.00%
  • eflatun tonu 14.47%
  • sarı tonu 34.87%
  • ana renk tonu 40.39%
CMYK:
(0,14,35,40)
C0M14Y35K40 
(0%,14%,35%,40%)
(0.00/0.14/0.35/0.40)	

CMYK yüzdeleri

%0
%14.47
%34.87
%40.39

Codes

Color #988263 in popluar color models

988263
RGB15213099
HSL35°21.12%49.22%
HSB/HSV35°34.87%59.61%
CMYK0.00%14.47%34.87%
40.39%

Color #988263 in popluar number systems.

HEX988263
Decimal15213099
Binary10011000100000101100011
Octal230202143

Shades and tints

Shades of #988263

#988263
(152,130,99)
#8B775A
(139,119,90)
#7E6C51
(126,108,81)
#716148
(113,97,72)
#64563F
(100,86,63)
#574B36
(87,75,54)
#4A402D
(74,64,45)
#3D3524
(61,53,36)
#302A1B
(48,42,27)
#231F12
(35,31,18)
#161409
(22,20,9)
#000000
(0,0,0)

Tints of #988263

#988263
(152,130,99)
#A18D71
(161,141,113)
#AA987F
(170,152,127)
#B3A38D
(179,163,141)
#BCAE9B
(188,174,155)
#C5B9A9
(197,185,169)
#CEC4B7
(206,196,183)
#D7CFC5
(215,207,197)
#E0DAD3
(224,218,211)
#E9E5E1
(233,229,225)
#F2F0EF
(242,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #988263 color. Also use rgb(152,130,99) instead hex code.

Text Font Color

.myTextColor { color: #988263; }

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

This text font color is #988263.


Background Color

.myBgColor { background-color: #988263; }

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

This div background color is #988263.


Border color

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

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

This div border color is #988263.


Opacity

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

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

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

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

This text has shadow with #988263 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988263 on black background.


Color preview on white background

This text has color #988263 on white background.



Black color preview on #988263 background

This text has black color on #988263 background.


White color preview on #988263 background

This text has white color on #988263 background.