COLOR #939263

HEX: #939263
RGB: (147,146,99)

Color info

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

RGB color model

#939263 color RGB value is (147,146,99).

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

RGB channels and saturation

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

147
146
99

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

Portions of RGB colors in percentages

R + G + B =
147 + 146 + 99 = 392 (100%)
R 147 of 392 ~ 37.5%
G 146 of 392 ~ 37.24%
B 99 of 392 ~ 25.26%

%37.5
%37.24
%25.26

CMYK color model

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

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

CMYK percentages

%0
%0.68
%32.65
%42.35

Codes

Color #939263 in popluar color models

939263
RGB14714699
HSL59°19.51%48.24%
HSB/HSV59°32.65%57.65%
CMYK0.00%0.68%32.65%
42.35%

Color #939263 in popluar number systems.

HEX939263
Decimal14714699
Binary10010011100100101100011
Octal223222143

Shades and tints

Shades of #939263

#939263
(147,146,99)
#86855A
(134,133,90)
#797851
(121,120,81)
#6C6B48
(108,107,72)
#5F5E3F
(95,94,63)
#525136
(82,81,54)
#45442D
(69,68,45)
#383724
(56,55,36)
#2B2A1B
(43,42,27)
#1E1D12
(30,29,18)
#111009
(17,16,9)
#000000
(0,0,0)

Tints of #939263

#939263
(147,146,99)
#9C9B71
(156,155,113)
#A5A47F
(165,164,127)
#AEAD8D
(174,173,141)
#B7B69B
(183,182,155)
#C0BFA9
(192,191,169)
#C9C8B7
(201,200,183)
#D2D1C5
(210,209,197)
#DBDAD3
(219,218,211)
#E4E3E1
(228,227,225)
#EDECEF
(237,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #939263; }

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

This text font color is #939263.


Background Color

.myBgColor { background-color: #939263; }

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

This div background color is #939263.


Border color

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

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

This div border color is #939263.


Opacity

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

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

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

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

This text has shadow with #939263 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #939263 on black background.


Color preview on white background

This text has color #939263 on white background.



Black color preview on #939263 background

This text has black color on #939263 background.


White color preview on #939263 background

This text has white color on #939263 background.