COLOR #888D58

HEX: #888D58
RGB: (136,141,88)

Renk bilgisi

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

RGB renk modeli

#888D58 color RGB value is (136,141,88).

  • kırmız ton 136;
  • yeşil ton 141;
  • mavi ton 88.
RGB:
(136,141,88)
(53%,55%,35%)

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 141 of 255 = 55%
B 88 of 255 = 35%

136
141
88

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

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 141 + 88 = 365 (100%)
R 136 of 365 ~ 37.26%
G 141 of 365 ~ 38.63%
B 88 of 365 ~ 24.11%

%37.26
%38.63
%24.11

CMYK RENK MODELİ

#888D58 rengi CMYK tonu (4,0,38,45).

  • camgöbeği tonu 3.55%
  • eflatun tonu 0.00%
  • sarı tonu 37.59%
  • ana renk tonu 44.71%
CMYK:
(4,0,38,45)
C4M0Y38K45 
(4%,0%,38%,45%)
(0.04/0.00/0.38/0.45)	

CMYK yüzdeleri

%3.55
%0
%37.59
%44.71

Codes

Color #888D58 in popluar color models

888D58
RGB13614188
HSL66°23.14%44.90%
HSB/HSV66°37.59%55.29%
CMYK3.55%0.00%37.59%
44.71%

Color #888D58 in popluar number systems.

HEX888D58
Decimal13614188
Binary10001000100011011011000
Octal210215130

Shades and tints

Shades of #888D58

#888D58
(136,141,88)
#7C8150
(124,129,80)
#707548
(112,117,72)
#646940
(100,105,64)
#585D38
(88,93,56)
#4C5130
(76,81,48)
#404528
(64,69,40)
#343920
(52,57,32)
#282D18
(40,45,24)
#1C2110
(28,33,16)
#101508
(16,21,8)
#000000
(0,0,0)

Tints of #888D58

#888D58
(136,141,88)
#929767
(146,151,103)
#9CA176
(156,161,118)
#A6AB85
(166,171,133)
#B0B594
(176,181,148)
#BABFA3
(186,191,163)
#C4C9B2
(196,201,178)
#CED3C1
(206,211,193)
#D8DDD0
(216,221,208)
#E2E7DF
(226,231,223)
#ECF1EE
(236,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #888D58 color. Also use rgb(136,141,88) instead hex code.

Text Font Color

.myTextColor { color: #888D58; }

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

This text font color is #888D58.


Background Color

.myBgColor { background-color: #888D58; }

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

This div background color is #888D58.


Border color

.myBorderColor { border: 1px solid #888D58; }

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

This div border color is #888D58.


Opacity

.myOpacity80 { color: #888D58; opacity: 0.8; }

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

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

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

This text has shadow with #888D58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888D58 on black background.


Color preview on white background

This text has color #888D58 on white background.



Black color preview on #888D58 background

This text has black color on #888D58 background.


White color preview on #888D58 background

This text has white color on #888D58 background.