COLOR #938263

HEX: #938263
RGB: (147,130,99)

Color info

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

RGB color model

#938263 color RGB value is (147,130,99).

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

RGB channels and saturation

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

147
130
99

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

Portions of RGB colors in percentages

R + G + B =
147 + 130 + 99 = 376 (100%)
R 147 of 376 ~ 39.1%
G 130 of 376 ~ 34.57%
B 99 of 376 ~ 26.33%

%39.1
%34.57
%26.33

CMYK color model

#938263 color CMYK value is (0,12,33,42).

  • cyan value is 0.00%
  • magenta value is 11.56%
  • yellow value is 32.65%
  • key color value is 42.35%
CMYK:
(0,12,33,42)
C0M12Y33K42 
(0%,12%,33%,42%)
(0.00/0.12/0.33/0.42)	

CMYK percentages

%0
%11.56
%32.65
%42.35

Codes

Color #938263 in popluar color models

938263
RGB14713099
HSL39°19.51%48.24%
HSB/HSV39°32.65%57.65%
CMYK0.00%11.56%32.65%
42.35%

Color #938263 in popluar number systems.

HEX938263
Decimal14713099
Binary10010011100000101100011
Octal223202143

Shades and tints

Shades of #938263

#938263
(147,130,99)
#86775A
(134,119,90)
#796C51
(121,108,81)
#6C6148
(108,97,72)
#5F563F
(95,86,63)
#524B36
(82,75,54)
#45402D
(69,64,45)
#383524
(56,53,36)
#2B2A1B
(43,42,27)
#1E1F12
(30,31,18)
#111409
(17,20,9)
#000000
(0,0,0)

Tints of #938263

#938263
(147,130,99)
#9C8D71
(156,141,113)
#A5987F
(165,152,127)
#AEA38D
(174,163,141)
#B7AE9B
(183,174,155)
#C0B9A9
(192,185,169)
#C9C4B7
(201,196,183)
#D2CFC5
(210,207,197)
#DBDAD3
(219,218,211)
#E4E5E1
(228,229,225)
#EDF0EF
(237,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #938263; }

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

This text font color is #938263.


Background Color

.myBgColor { background-color: #938263; }

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

This div background color is #938263.


Border color

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

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

This div border color is #938263.


Opacity

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

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

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

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

This text has shadow with #938263 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #938263 on black background.


Color preview on white background

This text has color #938263 on white background.



Black color preview on #938263 background

This text has black color on #938263 background.


White color preview on #938263 background

This text has white color on #938263 background.