COLOR #869263

HEX: #869263
RGB: (134,146,99)

Color info

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

RGB color model

#869263 color RGB value is (134,146,99).

  • red value is 134;
  • green value is 146;
  • blue value is 99.
RGB:
(134,146,99)
(53%,57%,39%)

RGB channels and saturation

R 134 of 255 = 53%
G 146 of 255 = 57%
B 99 of 255 = 39%

134
146
99

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

Portions of RGB colors in percentages

R + G + B =
134 + 146 + 99 = 379 (100%)
R 134 of 379 ~ 35.36%
G 146 of 379 ~ 38.52%
B 99 of 379 ~ 26.12%

%35.36
%38.52
%26.12

CMYK color model

#869263 color CMYK value is (8,0,32,43).

  • cyan value is 8.22%
  • magenta value is 0.00%
  • yellow value is 32.19%
  • key color value is 42.75%
CMYK:
(8,0,32,43)
C8M0Y32K43 
(8%,0%,32%,43%)
(0.08/0.00/0.32/0.43)	

CMYK percentages

%8.22
%0
%32.19
%42.75

Codes

Color #869263 in popluar color models

869263
RGB13414699
HSL75°19.18%48.04%
HSB/HSV75°32.19%57.25%
CMYK8.22%0.00%32.19%
42.75%

Color #869263 in popluar number systems.

HEX869263
Decimal13414699
Binary10000110100100101100011
Octal206222143

Shades and tints

Shades of #869263

#869263
(134,146,99)
#7A855A
(122,133,90)
#6E7851
(110,120,81)
#626B48
(98,107,72)
#565E3F
(86,94,63)
#4A5136
(74,81,54)
#3E442D
(62,68,45)
#323724
(50,55,36)
#262A1B
(38,42,27)
#1A1D12
(26,29,18)
#0E1009
(14,16,9)
#000000
(0,0,0)

Tints of #869263

#869263
(134,146,99)
#919B71
(145,155,113)
#9CA47F
(156,164,127)
#A7AD8D
(167,173,141)
#B2B69B
(178,182,155)
#BDBFA9
(189,191,169)
#C8C8B7
(200,200,183)
#D3D1C5
(211,209,197)
#DEDAD3
(222,218,211)
#E9E3E1
(233,227,225)
#F4ECEF
(244,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #869263 color. Also use rgb(134,146,99) instead hex code.

Text Font Color

.myTextColor { color: #869263; }

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

This text font color is #869263.


Background Color

.myBgColor { background-color: #869263; }

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

This div background color is #869263.


Border color

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

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

This div border color is #869263.


Opacity

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

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

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

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

This text has shadow with #869263 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #869263 on black background.


Color preview on white background

This text has color #869263 on white background.



Black color preview on #869263 background

This text has black color on #869263 background.


White color preview on #869263 background

This text has white color on #869263 background.