COLOR #949763

HEX: #949763
RGB: (148,151,99)

Color info

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

RGB color model

#949763 color RGB value is (148,151,99).

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

RGB channels and saturation

R 148 of 255 = 58%
G 151 of 255 = 59%
B 99 of 255 = 39%

148
151
99

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

Portions of RGB colors in percentages

R + G + B =
148 + 151 + 99 = 398 (100%)
R 148 of 398 ~ 37.19%
G 151 of 398 ~ 37.94%
B 99 of 398 ~ 24.87%

%37.19
%37.94
%24.87

CMYK color model

#949763 color CMYK value is (2,0,34,41).

  • cyan value is 1.99%
  • magenta value is 0.00%
  • yellow value is 34.44%
  • key color value is 40.78%
CMYK:
(2,0,34,41)
C2M0Y34K41 
(2%,0%,34%,41%)
(0.02/0.00/0.34/0.41)	

CMYK percentages

%1.99
%0
%34.44
%40.78

Codes

Color #949763 in popluar color models

949763
RGB14815199
HSL63°20.80%49.02%
HSB/HSV63°34.44%59.22%
CMYK1.99%0.00%34.44%
40.78%

Color #949763 in popluar number systems.

HEX949763
Decimal14815199
Binary10010100100101111100011
Octal224227143

Shades and tints

Shades of #949763

#949763
(148,151,99)
#878A5A
(135,138,90)
#7A7D51
(122,125,81)
#6D7048
(109,112,72)
#60633F
(96,99,63)
#535636
(83,86,54)
#46492D
(70,73,45)
#393C24
(57,60,36)
#2C2F1B
(44,47,27)
#1F2212
(31,34,18)
#121509
(18,21,9)
#000000
(0,0,0)

Tints of #949763

#949763
(148,151,99)
#9DA071
(157,160,113)
#A6A97F
(166,169,127)
#AFB28D
(175,178,141)
#B8BB9B
(184,187,155)
#C1C4A9
(193,196,169)
#CACDB7
(202,205,183)
#D3D6C5
(211,214,197)
#DCDFD3
(220,223,211)
#E5E8E1
(229,232,225)
#EEF1EF
(238,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #949763; }

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

This text font color is #949763.


Background Color

.myBgColor { background-color: #949763; }

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

This div background color is #949763.


Border color

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

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

This div border color is #949763.


Opacity

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

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

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

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

This text has shadow with #949763 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #949763 on black background.


Color preview on white background

This text has color #949763 on white background.



Black color preview on #949763 background

This text has black color on #949763 background.


White color preview on #949763 background

This text has white color on #949763 background.