COLOR #958263

HEX: #958263
RGB: (149,130,99)

Color info

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

RGB color model

#958263 color RGB value is (149,130,99).

  • red value is 149;
  • green value is 130;
  • blue value is 99.
RGB:
(149,130,99)
(58%,51%,39%)

RGB channels and saturation

R 149 of 255 = 58%
G 130 of 255 = 51%
B 99 of 255 = 39%

149
130
99

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

Portions of RGB colors in percentages

R + G + B =
149 + 130 + 99 = 378 (100%)
R 149 of 378 ~ 39.42%
G 130 of 378 ~ 34.39%
B 99 of 378 ~ 26.19%

%39.42
%34.39
%26.19

CMYK color model

#958263 color CMYK value is (0,13,34,42).

  • cyan value is 0.00%
  • magenta value is 12.75%
  • yellow value is 33.56%
  • key color value is 41.57%
CMYK:
(0,13,34,42)
C0M13Y34K42 
(0%,13%,34%,42%)
(0.00/0.13/0.34/0.42)	

CMYK percentages

%0
%12.75
%33.56
%41.57

Codes

Color #958263 in popluar color models

958263
RGB14913099
HSL37°20.16%48.63%
HSB/HSV37°33.56%58.43%
CMYK0.00%12.75%33.56%
41.57%

Color #958263 in popluar number systems.

HEX958263
Decimal14913099
Binary10010101100000101100011
Octal225202143

Shades and tints

Shades of #958263

#958263
(149,130,99)
#88775A
(136,119,90)
#7B6C51
(123,108,81)
#6E6148
(110,97,72)
#61563F
(97,86,63)
#544B36
(84,75,54)
#47402D
(71,64,45)
#3A3524
(58,53,36)
#2D2A1B
(45,42,27)
#201F12
(32,31,18)
#131409
(19,20,9)
#000000
(0,0,0)

Tints of #958263

#958263
(149,130,99)
#9E8D71
(158,141,113)
#A7987F
(167,152,127)
#B0A38D
(176,163,141)
#B9AE9B
(185,174,155)
#C2B9A9
(194,185,169)
#CBC4B7
(203,196,183)
#D4CFC5
(212,207,197)
#DDDAD3
(221,218,211)
#E6E5E1
(230,229,225)
#EFF0EF
(239,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #958263 color. Also use rgb(149,130,99) instead hex code.

Text Font Color

.myTextColor { color: #958263; }

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

This text font color is #958263.


Background Color

.myBgColor { background-color: #958263; }

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

This div background color is #958263.


Border color

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

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

This div border color is #958263.


Opacity

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

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

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

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

This text has shadow with #958263 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958263 on black background.


Color preview on white background

This text has color #958263 on white background.



Black color preview on #958263 background

This text has black color on #958263 background.


White color preview on #958263 background

This text has white color on #958263 background.