COLOR #93825E

HEX: #93825E
RGB: (147,130,94)

Color info

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

RGB color model

#93825E color RGB value is (147,130,94).

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

RGB channels and saturation

R 147 of 255 = 58%
G 130 of 255 = 51%
B 94 of 255 = 37%

147
130
94

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

Portions of RGB colors in percentages

R + G + B =
147 + 130 + 94 = 371 (100%)
R 147 of 371 ~ 39.62%
G 130 of 371 ~ 35.04%
B 94 of 371 ~ 25.34%

%39.62
%35.04
%25.34

CMYK color model

#93825E color CMYK value is (0,12,36,42).

  • cyan value is 0.00%
  • magenta value is 11.56%
  • yellow value is 36.05%
  • key color value is 42.35%
CMYK:
(0,12,36,42)
C0M12Y36K42 
(0%,12%,36%,42%)
(0.00/0.12/0.36/0.42)	

CMYK percentages

%0
%11.56
%36.05
%42.35

Codes

Color #93825E in popluar color models

93825E
RGB14713094
HSL41°21.99%47.25%
HSB/HSV41°36.05%57.65%
CMYK0.00%11.56%36.05%
42.35%

Color #93825E in popluar number systems.

HEX93825E
Decimal14713094
Binary10010011100000101011110
Octal223202136

Shades and tints

Shades of #93825E

#93825E
(147,130,94)
#867756
(134,119,86)
#796C4E
(121,108,78)
#6C6146
(108,97,70)
#5F563E
(95,86,62)
#524B36
(82,75,54)
#45402E
(69,64,46)
#383526
(56,53,38)
#2B2A1E
(43,42,30)
#1E1F16
(30,31,22)
#11140E
(17,20,14)
#000000
(0,0,0)

Tints of #93825E

#93825E
(147,130,94)
#9C8D6C
(156,141,108)
#A5987A
(165,152,122)
#AEA388
(174,163,136)
#B7AE96
(183,174,150)
#C0B9A4
(192,185,164)
#C9C4B2
(201,196,178)
#D2CFC0
(210,207,192)
#DBDACE
(219,218,206)
#E4E5DC
(228,229,220)
#EDF0EA
(237,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93825E; }

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

This text font color is #93825E.


Background Color

.myBgColor { background-color: #93825E; }

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

This div background color is #93825E.


Border color

.myBorderColor { border: 1px solid #93825E; }

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

This div border color is #93825E.


Opacity

.myOpacity80 { color: #93825E; opacity: 0.8; }

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

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

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

This text has shadow with #93825E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93825E on black background.


Color preview on white background

This text has color #93825E on white background.



Black color preview on #93825E background

This text has black color on #93825E background.


White color preview on #93825E background

This text has white color on #93825E background.