COLOR #888468

HEX: #888468
RGB: (136,132,104)

Renk bilgisi

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

RGB renk modeli

#888468 color RGB value is (136,132,104).

  • kırmız ton 136;
  • yeşil ton 132;
  • mavi ton 104.
RGB:
(136,132,104)
(53%,52%,41%)

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 132 of 255 = 52%
B 104 of 255 = 41%

136
132
104

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

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 132 + 104 = 372 (100%)
R 136 of 372 ~ 36.56%
G 132 of 372 ~ 35.48%
B 104 of 372 ~ 27.96%

%36.56
%35.48
%27.96

CMYK RENK MODELİ

#888468 rengi CMYK tonu (0,3,24,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 2.94%
  • sarı tonu 23.53%
  • ana renk tonu 46.67%
CMYK:
(0,3,24,47)
C0M3Y24K47 
(0%,3%,24%,47%)
(0.00/0.03/0.24/0.47)	

CMYK yüzdeleri

%0
%2.94
%23.53
%46.67

Codes

Color #888468 in popluar color models

888468
RGB136132104
HSL53°13.33%47.06%
HSB/HSV53°23.53%53.33%
CMYK0.00%2.94%23.53%
46.67%

Color #888468 in popluar number systems.

HEX888468
Decimal136132104
Binary10001000100001001101000
Octal210204150

Shades and tints

Shades of #888468

#888468
(136,132,104)
#7C785F
(124,120,95)
#706C56
(112,108,86)
#64604D
(100,96,77)
#585444
(88,84,68)
#4C483B
(76,72,59)
#403C32
(64,60,50)
#343029
(52,48,41)
#282420
(40,36,32)
#1C1817
(28,24,23)
#100C0E
(16,12,14)
#000000
(0,0,0)

Tints of #888468

#888468
(136,132,104)
#928F75
(146,143,117)
#9C9A82
(156,154,130)
#A6A58F
(166,165,143)
#B0B09C
(176,176,156)
#BABBA9
(186,187,169)
#C4C6B6
(196,198,182)
#CED1C3
(206,209,195)
#D8DCD0
(216,220,208)
#E2E7DD
(226,231,221)
#ECF2EA
(236,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #888468 color. Also use rgb(136,132,104) instead hex code.

Text Font Color

.myTextColor { color: #888468; }

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

This text font color is #888468.


Background Color

.myBgColor { background-color: #888468; }

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

This div background color is #888468.


Border color

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

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

This div border color is #888468.


Opacity

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

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

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

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

This text has shadow with #888468 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888468 on black background.


Color preview on white background

This text has color #888468 on white background.



Black color preview on #888468 background

This text has black color on #888468 background.


White color preview on #888468 background

This text has white color on #888468 background.