COLOR #888649

HEX: #888649
RGB: (136,134,73)

Renk bilgisi

#888649 contains mainly red and green colors. #888649 ‘ nin web güvenlik rengi #999933 (ya da #993) dir.

RGB renk modeli

#888649 color RGB value is (136,134,73).

  • kırmız ton 136;
  • yeşil ton 134;
  • mavi ton 73.
RGB:
(136,134,73)
(53%,53%,29%)

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 134 of 255 = 53%
B 73 of 255 = 29%

136
134
73

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

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 134 + 73 = 343 (100%)
R 136 of 343 ~ 39.65%
G 134 of 343 ~ 39.07%
B 73 of 343 ~ 21.28%

%39.65
%39.07
%21.28

CMYK RENK MODELİ

#888649 rengi CMYK tonu (0,1,46,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 1.47%
  • sarı tonu 46.32%
  • ana renk tonu 46.67%
CMYK:
(0,1,46,47)
C0M1Y46K47 
(0%,1%,46%,47%)
(0.00/0.01/0.46/0.47)	

CMYK yüzdeleri

%0
%1.47
%46.32
%46.67

Codes

Color #888649 in popluar color models

888649
RGB13613473
HSL58°30.14%40.98%
HSB/HSV58°46.32%53.33%
CMYK0.00%1.47%46.32%
46.67%

Color #888649 in popluar number systems.

HEX888649
Decimal13613473
Binary10001000100001101001001
Octal210206111

Shades and tints

Shades of #888649

#888649
(136,134,73)
#7C7A43
(124,122,67)
#706E3D
(112,110,61)
#646237
(100,98,55)
#585631
(88,86,49)
#4C4A2B
(76,74,43)
#403E25
(64,62,37)
#34321F
(52,50,31)
#282619
(40,38,25)
#1C1A13
(28,26,19)
#100E0D
(16,14,13)
#000000
(0,0,0)

Tints of #888649

#888649
(136,134,73)
#929159
(146,145,89)
#9C9C69
(156,156,105)
#A6A779
(166,167,121)
#B0B289
(176,178,137)
#BABD99
(186,189,153)
#C4C8A9
(196,200,169)
#CED3B9
(206,211,185)
#D8DEC9
(216,222,201)
#E2E9D9
(226,233,217)
#ECF4E9
(236,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #888649 color. Also use rgb(136,134,73) instead hex code.

Text Font Color

.myTextColor { color: #888649; }

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

This text font color is #888649.


Background Color

.myBgColor { background-color: #888649; }

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

This div background color is #888649.


Border color

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

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

This div border color is #888649.


Opacity

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

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

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

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

This text has shadow with #888649 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888649 on black background.


Color preview on white background

This text has color #888649 on white background.



Black color preview on #888649 background

This text has black color on #888649 background.


White color preview on #888649 background

This text has white color on #888649 background.