COLOR #938253

HEX: #938253
RGB: (147,130,83)

Color info

#938253 contains mainly red and green colors. Web safe color of #938253 is #999966 (or #996).

RGB color model

#938253 color RGB value is (147,130,83).

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

RGB channels and saturation

R 147 of 255 = 58%
G 130 of 255 = 51%
B 83 of 255 = 33%

147
130
83

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

Portions of RGB colors in percentages

R + G + B =
147 + 130 + 83 = 360 (100%)
R 147 of 360 ~ 40.83%
G 130 of 360 ~ 36.11%
B 83 of 360 ~ 23.06%

%40.83
%36.11
%23.06

CMYK color model

#938253 color CMYK value is (0,12,44,42).

  • cyan value is 0.00%
  • magenta value is 11.56%
  • yellow value is 43.54%
  • key color value is 42.35%
CMYK:
(0,12,44,42)
C0M12Y44K42 
(0%,12%,44%,42%)
(0.00/0.12/0.44/0.42)	

CMYK percentages

%0
%11.56
%43.54
%42.35

Codes

Color #938253 in popluar color models

938253
RGB14713083
HSL44°27.83%45.10%
HSB/HSV44°43.54%57.65%
CMYK0.00%11.56%43.54%
42.35%

Color #938253 in popluar number systems.

HEX938253
Decimal14713083
Binary10010011100000101010011
Octal223202123

Shades and tints

Shades of #938253

#938253
(147,130,83)
#86774C
(134,119,76)
#796C45
(121,108,69)
#6C613E
(108,97,62)
#5F5637
(95,86,55)
#524B30
(82,75,48)
#454029
(69,64,41)
#383522
(56,53,34)
#2B2A1B
(43,42,27)
#1E1F14
(30,31,20)
#11140D
(17,20,13)
#000000
(0,0,0)

Tints of #938253

#938253
(147,130,83)
#9C8D62
(156,141,98)
#A59871
(165,152,113)
#AEA380
(174,163,128)
#B7AE8F
(183,174,143)
#C0B99E
(192,185,158)
#C9C4AD
(201,196,173)
#D2CFBC
(210,207,188)
#DBDACB
(219,218,203)
#E4E5DA
(228,229,218)
#EDF0E9
(237,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #938253; }

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

This text font color is #938253.


Background Color

.myBgColor { background-color: #938253; }

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

This div background color is #938253.


Border color

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

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

This div border color is #938253.


Opacity

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

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

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

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

This text has shadow with #938253 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #938253 on black background.


Color preview on white background

This text has color #938253 on white background.



Black color preview on #938253 background

This text has black color on #938253 background.


White color preview on #938253 background

This text has white color on #938253 background.