COLOR #938E63

HEX: #938E63
RGB: (147,142,99)

Color info

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

RGB color model

#938E63 color RGB value is (147,142,99).

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

RGB channels and saturation

R 147 of 255 = 58%
G 142 of 255 = 56%
B 99 of 255 = 39%

147
142
99

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

Portions of RGB colors in percentages

R + G + B =
147 + 142 + 99 = 388 (100%)
R 147 of 388 ~ 37.89%
G 142 of 388 ~ 36.6%
B 99 of 388 ~ 25.52%

%37.89
%36.6
%25.52

CMYK color model

#938E63 color CMYK value is (0,3,33,42).

  • cyan value is 0.00%
  • magenta value is 3.40%
  • yellow value is 32.65%
  • key color value is 42.35%
CMYK:
(0,3,33,42)
C0M3Y33K42 
(0%,3%,33%,42%)
(0.00/0.03/0.33/0.42)	

CMYK percentages

%0
%3.4
%32.65
%42.35

Codes

Color #938E63 in popluar color models

938E63
RGB14714299
HSL54°19.51%48.24%
HSB/HSV54°32.65%57.65%
CMYK0.00%3.40%32.65%
42.35%

Color #938E63 in popluar number systems.

HEX938E63
Decimal14714299
Binary10010011100011101100011
Octal223216143

Shades and tints

Shades of #938E63

#938E63
(147,142,99)
#86825A
(134,130,90)
#797651
(121,118,81)
#6C6A48
(108,106,72)
#5F5E3F
(95,94,63)
#525236
(82,82,54)
#45462D
(69,70,45)
#383A24
(56,58,36)
#2B2E1B
(43,46,27)
#1E2212
(30,34,18)
#111609
(17,22,9)
#000000
(0,0,0)

Tints of #938E63

#938E63
(147,142,99)
#9C9871
(156,152,113)
#A5A27F
(165,162,127)
#AEAC8D
(174,172,141)
#B7B69B
(183,182,155)
#C0C0A9
(192,192,169)
#C9CAB7
(201,202,183)
#D2D4C5
(210,212,197)
#DBDED3
(219,222,211)
#E4E8E1
(228,232,225)
#EDF2EF
(237,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #938E63; }

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

This text font color is #938E63.


Background Color

.myBgColor { background-color: #938E63; }

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

This div background color is #938E63.


Border color

.myBorderColor { border: 1px solid #938E63; }

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

This div border color is #938E63.


Opacity

.myOpacity80 { color: #938E63; opacity: 0.8; }

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

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

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

This text has shadow with #938E63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #938E63 on black background.


Color preview on white background

This text has color #938E63 on white background.



Black color preview on #938E63 background

This text has black color on #938E63 background.


White color preview on #938E63 background

This text has white color on #938E63 background.