COLOR #949263

HEX: #949263
RGB: (148,146,99)

Color info

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

RGB color model

#949263 color RGB value is (148,146,99).

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

RGB channels and saturation

R 148 of 255 = 58%
G 146 of 255 = 57%
B 99 of 255 = 39%

148
146
99

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

Portions of RGB colors in percentages

R + G + B =
148 + 146 + 99 = 393 (100%)
R 148 of 393 ~ 37.66%
G 146 of 393 ~ 37.15%
B 99 of 393 ~ 25.19%

%37.66
%37.15
%25.19

CMYK color model

#949263 color CMYK value is (0,1,33,42).

  • cyan value is 0.00%
  • magenta value is 1.35%
  • yellow value is 33.11%
  • key color value is 41.96%
CMYK:
(0,1,33,42)
C0M1Y33K42 
(0%,1%,33%,42%)
(0.00/0.01/0.33/0.42)	

CMYK percentages

%0
%1.35
%33.11
%41.96

Codes

Color #949263 in popluar color models

949263
RGB14814699
HSL58°19.84%48.43%
HSB/HSV58°33.11%58.04%
CMYK0.00%1.35%33.11%
41.96%

Color #949263 in popluar number systems.

HEX949263
Decimal14814699
Binary10010100100100101100011
Octal224222143

Shades and tints

Shades of #949263

#949263
(148,146,99)
#87855A
(135,133,90)
#7A7851
(122,120,81)
#6D6B48
(109,107,72)
#605E3F
(96,94,63)
#535136
(83,81,54)
#46442D
(70,68,45)
#393724
(57,55,36)
#2C2A1B
(44,42,27)
#1F1D12
(31,29,18)
#121009
(18,16,9)
#000000
(0,0,0)

Tints of #949263

#949263
(148,146,99)
#9D9B71
(157,155,113)
#A6A47F
(166,164,127)
#AFAD8D
(175,173,141)
#B8B69B
(184,182,155)
#C1BFA9
(193,191,169)
#CAC8B7
(202,200,183)
#D3D1C5
(211,209,197)
#DCDAD3
(220,218,211)
#E5E3E1
(229,227,225)
#EEECEF
(238,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #949263; }

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

This text font color is #949263.


Background Color

.myBgColor { background-color: #949263; }

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

This div background color is #949263.


Border color

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

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

This div border color is #949263.


Opacity

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

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

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

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

This text has shadow with #949263 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #949263 on black background.


Color preview on white background

This text has color #949263 on white background.



Black color preview on #949263 background

This text has black color on #949263 background.


White color preview on #949263 background

This text has white color on #949263 background.