COLOR #938462

HEX: #938462
RGB: (147,132,98)

Color info

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

RGB color model

#938462 color RGB value is (147,132,98).

  • red value is 147;
  • green value is 132;
  • blue value is 98.
RGB:
(147,132,98)
(58%,52%,38%)

RGB channels and saturation

R 147 of 255 = 58%
G 132 of 255 = 52%
B 98 of 255 = 38%

147
132
98

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

Portions of RGB colors in percentages

R + G + B =
147 + 132 + 98 = 377 (100%)
R 147 of 377 ~ 38.99%
G 132 of 377 ~ 35.01%
B 98 of 377 ~ 25.99%

%38.99
%35.01
%25.99

CMYK color model

#938462 color CMYK value is (0,10,33,42).

  • cyan value is 0.00%
  • magenta value is 10.20%
  • yellow value is 33.33%
  • key color value is 42.35%
CMYK:
(0,10,33,42)
C0M10Y33K42 
(0%,10%,33%,42%)
(0.00/0.10/0.33/0.42)	

CMYK percentages

%0
%10.2
%33.33
%42.35

Codes

Color #938462 in popluar color models

938462
RGB14713298
HSL42°20.00%48.04%
HSB/HSV42°33.33%57.65%
CMYK0.00%10.20%33.33%
42.35%

Color #938462 in popluar number systems.

HEX938462
Decimal14713298
Binary10010011100001001100010
Octal223204142

Shades and tints

Shades of #938462

#938462
(147,132,98)
#86785A
(134,120,90)
#796C52
(121,108,82)
#6C604A
(108,96,74)
#5F5442
(95,84,66)
#52483A
(82,72,58)
#453C32
(69,60,50)
#38302A
(56,48,42)
#2B2422
(43,36,34)
#1E181A
(30,24,26)
#110C12
(17,12,18)
#000000
(0,0,0)

Tints of #938462

#938462
(147,132,98)
#9C8F70
(156,143,112)
#A59A7E
(165,154,126)
#AEA58C
(174,165,140)
#B7B09A
(183,176,154)
#C0BBA8
(192,187,168)
#C9C6B6
(201,198,182)
#D2D1C4
(210,209,196)
#DBDCD2
(219,220,210)
#E4E7E0
(228,231,224)
#EDF2EE
(237,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #938462 color. Also use rgb(147,132,98) instead hex code.

Text Font Color

.myTextColor { color: #938462; }

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

This text font color is #938462.


Background Color

.myBgColor { background-color: #938462; }

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

This div background color is #938462.


Border color

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

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

This div border color is #938462.


Opacity

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

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

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

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

This text has shadow with #938462 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #938462 on black background.


Color preview on white background

This text has color #938462 on white background.



Black color preview on #938462 background

This text has black color on #938462 background.


White color preview on #938462 background

This text has white color on #938462 background.