COLOR #999263

HEX: #999263
RGB: (153,146,99)

Color info

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

RGB color model

#999263 color RGB value is (153,146,99).

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

RGB channels and saturation

R 153 of 255 = 60%
G 146 of 255 = 57%
B 99 of 255 = 39%

153
146
99

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

Portions of RGB colors in percentages

R + G + B =
153 + 146 + 99 = 398 (100%)
R 153 of 398 ~ 38.44%
G 146 of 398 ~ 36.68%
B 99 of 398 ~ 24.87%

%38.44
%36.68
%24.87

CMYK color model

#999263 color CMYK value is (0,5,35,40).

  • cyan value is 0.00%
  • magenta value is 4.58%
  • yellow value is 35.29%
  • key color value is 40.00%
CMYK:
(0,5,35,40)
C0M5Y35K40 
(0%,5%,35%,40%)
(0.00/0.05/0.35/0.40)	

CMYK percentages

%0
%4.58
%35.29
%40

Codes

Color #999263 in popluar color models

999263
RGB15314699
HSL52°21.43%49.41%
HSB/HSV52°35.29%60.00%
CMYK0.00%4.58%35.29%
40.00%

Color #999263 in popluar number systems.

HEX999263
Decimal15314699
Binary10011001100100101100011
Octal231222143

Shades and tints

Shades of #999263

#999263
(153,146,99)
#8C855A
(140,133,90)
#7F7851
(127,120,81)
#726B48
(114,107,72)
#655E3F
(101,94,63)
#585136
(88,81,54)
#4B442D
(75,68,45)
#3E3724
(62,55,36)
#312A1B
(49,42,27)
#241D12
(36,29,18)
#171009
(23,16,9)
#000000
(0,0,0)

Tints of #999263

#999263
(153,146,99)
#A29B71
(162,155,113)
#ABA47F
(171,164,127)
#B4AD8D
(180,173,141)
#BDB69B
(189,182,155)
#C6BFA9
(198,191,169)
#CFC8B7
(207,200,183)
#D8D1C5
(216,209,197)
#E1DAD3
(225,218,211)
#EAE3E1
(234,227,225)
#F3ECEF
(243,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #999263; }

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

This text font color is #999263.


Background Color

.myBgColor { background-color: #999263; }

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

This div background color is #999263.


Border color

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

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

This div border color is #999263.


Opacity

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

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

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

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

This text has shadow with #999263 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #999263 on black background.


Color preview on white background

This text has color #999263 on white background.



Black color preview on #999263 background

This text has black color on #999263 background.


White color preview on #999263 background

This text has white color on #999263 background.