COLOR #888259

HEX: #888259
RGB: (136,130,89)

Renk bilgisi

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

RGB renk modeli

#888259 color RGB value is (136,130,89).

  • kırmız ton 136;
  • yeşil ton 130;
  • mavi ton 89.
RGB:
(136,130,89)
(53%,51%,35%)

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 130 of 255 = 51%
B 89 of 255 = 35%

136
130
89

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

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 130 + 89 = 355 (100%)
R 136 of 355 ~ 38.31%
G 130 of 355 ~ 36.62%
B 89 of 355 ~ 25.07%

%38.31
%36.62
%25.07

CMYK RENK MODELİ

#888259 rengi CMYK tonu (0,4,35,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 4.41%
  • sarı tonu 34.56%
  • ana renk tonu 46.67%
CMYK:
(0,4,35,47)
C0M4Y35K47 
(0%,4%,35%,47%)
(0.00/0.04/0.35/0.47)	

CMYK yüzdeleri

%0
%4.41
%34.56
%46.67

Codes

Color #888259 in popluar color models

888259
RGB13613089
HSL52°20.89%44.12%
HSB/HSV52°34.56%53.33%
CMYK0.00%4.41%34.56%
46.67%

Color #888259 in popluar number systems.

HEX888259
Decimal13613089
Binary10001000100000101011001
Octal210202131

Shades and tints

Shades of #888259

#888259
(136,130,89)
#7C7751
(124,119,81)
#706C49
(112,108,73)
#646141
(100,97,65)
#585639
(88,86,57)
#4C4B31
(76,75,49)
#404029
(64,64,41)
#343521
(52,53,33)
#282A19
(40,42,25)
#1C1F11
(28,31,17)
#101409
(16,20,9)
#000000
(0,0,0)

Tints of #888259

#888259
(136,130,89)
#928D68
(146,141,104)
#9C9877
(156,152,119)
#A6A386
(166,163,134)
#B0AE95
(176,174,149)
#BAB9A4
(186,185,164)
#C4C4B3
(196,196,179)
#CECFC2
(206,207,194)
#D8DAD1
(216,218,209)
#E2E5E0
(226,229,224)
#ECF0EF
(236,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #888259 color. Also use rgb(136,130,89) instead hex code.

Text Font Color

.myTextColor { color: #888259; }

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

This text font color is #888259.


Background Color

.myBgColor { background-color: #888259; }

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

This div background color is #888259.


Border color

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

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

This div border color is #888259.


Opacity

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

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

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

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

This text has shadow with #888259 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888259 on black background.


Color preview on white background

This text has color #888259 on white background.



Black color preview on #888259 background

This text has black color on #888259 background.


White color preview on #888259 background

This text has white color on #888259 background.