COLOR #888273

HEX: #888273
RGB: (136,130,115)

Color info

#888273 contains red, green and blue colors in about the same proportion. Web safe color of #888273 is #999966 (or #996).

RGB color model

#888273 color RGB value is (136,130,115).

  • red value is 136;
  • green value is 130;
  • blue value is 115.
RGB:
(136,130,115)
(53%,51%,45%)

RGB channels and saturation

R 136 of 255 = 53%
G 130 of 255 = 51%
B 115 of 255 = 45%

136
130
115

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

Portions of RGB colors in percentages

R + G + B =
136 + 130 + 115 = 381 (100%)
R 136 of 381 ~ 35.7%
G 130 of 381 ~ 34.12%
B 115 of 381 ~ 30.18%

%35.7
%34.12
%30.18

CMYK color model

#888273 color CMYK value is (0,4,15,47).

  • cyan value is 0.00%
  • magenta value is 4.41%
  • yellow value is 15.44%
  • key color value is 46.67%
CMYK:
(0,4,15,47)
C0M4Y15K47 
(0%,4%,15%,47%)
(0.00/0.04/0.15/0.47)	

CMYK percentages

%0
%4.41
%15.44
%46.67

Codes

Color #888273 in popluar color models

888273
RGB136130115
HSL43°8.37%49.22%
HSB/HSV43°15.44%53.33%
CMYK0.00%4.41%15.44%
46.67%

Color #888273 in popluar number systems.

HEX888273
Decimal136130115
Binary10001000100000101110011
Octal210202163

Shades and tints

Shades of #888273

#888273
(136,130,115)
#7C7769
(124,119,105)
#706C5F
(112,108,95)
#646155
(100,97,85)
#58564B
(88,86,75)
#4C4B41
(76,75,65)
#404037
(64,64,55)
#34352D
(52,53,45)
#282A23
(40,42,35)
#1C1F19
(28,31,25)
#10140F
(16,20,15)
#000000
(0,0,0)

Tints of #888273

#888273
(136,130,115)
#928D7F
(146,141,127)
#9C988B
(156,152,139)
#A6A397
(166,163,151)
#B0AEA3
(176,174,163)
#BAB9AF
(186,185,175)
#C4C4BB
(196,196,187)
#CECFC7
(206,207,199)
#D8DAD3
(216,218,211)
#E2E5DF
(226,229,223)
#ECF0EB
(236,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888273; }

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

This text font color is #888273.


Background Color

.myBgColor { background-color: #888273; }

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

This div background color is #888273.


Border color

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

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

This div border color is #888273.


Opacity

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

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

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

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

This text has shadow with #888273 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888273 on black background.


Color preview on white background

This text has color #888273 on white background.



Black color preview on #888273 background

This text has black color on #888273 background.


White color preview on #888273 background

This text has white color on #888273 background.