COLOR #888059

HEX: #888059
RGB: (136,128,89)

Renk bilgisi

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

RGB renk modeli

#888059 color RGB value is (136,128,89).

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

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 128 of 255 = 50%
B 89 of 255 = 35%

136
128
89

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

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 128 + 89 = 353 (100%)
R 136 of 353 ~ 38.53%
G 128 of 353 ~ 36.26%
B 89 of 353 ~ 25.21%

%38.53
%36.26
%25.21

CMYK RENK MODELİ

#888059 rengi CMYK tonu (0,6,35,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 5.88%
  • sarı tonu 34.56%
  • ana renk tonu 46.67%
CMYK:
(0,6,35,47)
C0M6Y35K47 
(0%,6%,35%,47%)
(0.00/0.06/0.35/0.47)	

CMYK yüzdeleri

%0
%5.88
%34.56
%46.67

Codes

Color #888059 in popluar color models

888059
RGB13612889
HSL50°20.89%44.12%
HSB/HSV50°34.56%53.33%
CMYK0.00%5.88%34.56%
46.67%

Color #888059 in popluar number systems.

HEX888059
Decimal13612889
Binary10001000100000001011001
Octal210200131

Shades and tints

Shades of #888059

#888059
(136,128,89)
#7C7551
(124,117,81)
#706A49
(112,106,73)
#645F41
(100,95,65)
#585439
(88,84,57)
#4C4931
(76,73,49)
#403E29
(64,62,41)
#343321
(52,51,33)
#282819
(40,40,25)
#1C1D11
(28,29,17)
#101209
(16,18,9)
#000000
(0,0,0)

Tints of #888059

#888059
(136,128,89)
#928B68
(146,139,104)
#9C9677
(156,150,119)
#A6A186
(166,161,134)
#B0AC95
(176,172,149)
#BAB7A4
(186,183,164)
#C4C2B3
(196,194,179)
#CECDC2
(206,205,194)
#D8D8D1
(216,216,209)
#E2E3E0
(226,227,224)
#ECEEEF
(236,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888059; }

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

This text font color is #888059.


Background Color

.myBgColor { background-color: #888059; }

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

This div background color is #888059.


Border color

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

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

This div border color is #888059.


Opacity

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

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

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

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

This text has shadow with #888059 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888059 on black background.


Color preview on white background

This text has color #888059 on white background.



Black color preview on #888059 background

This text has black color on #888059 background.


White color preview on #888059 background

This text has white color on #888059 background.