COLOR #857138

HEX: #857138
RGB: (133,113,56)

Color info

#857138 contains mainly red and green colors. Web safe color of #857138 is #996633 (or #963).

RGB color model

#857138 color RGB value is (133,113,56).

  • red value is 133;
  • green value is 113;
  • blue value is 56.
RGB:
(133,113,56)
(52%,44%,22%)

RGB channels and saturation

R 133 of 255 = 52%
G 113 of 255 = 44%
B 56 of 255 = 22%

133
113
56

R + G + B ~ 39%. #857138 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 113 + 56 = 302 (100%)
R 133 of 302 ~ 44.04%
G 113 of 302 ~ 37.42%
B 56 of 302 ~ 18.54%

%44.04
%37.42
%18.54

CMYK color model

#857138 color CMYK value is (0,15,58,48).

  • cyan value is 0.00%
  • magenta value is 15.04%
  • yellow value is 57.89%
  • key color value is 47.84%
CMYK:
(0,15,58,48)
C0M15Y58K48 
(0%,15%,58%,48%)
(0.00/0.15/0.58/0.48)	

CMYK percentages

%0
%15.04
%57.89
%47.84

Codes

Color #857138 in popluar color models

857138
RGB13311356
HSL44°40.74%37.06%
HSB/HSV44°57.89%52.16%
CMYK0.00%15.04%57.89%
47.84%

Color #857138 in popluar number systems.

HEX857138
Decimal13311356
Binary100001011110001111000
Octal20516170

Shades and tints

Shades of #857138

#857138
(133,113,56)
#796733
(121,103,51)
#6D5D2E
(109,93,46)
#615329
(97,83,41)
#554924
(85,73,36)
#493F1F
(73,63,31)
#3D351A
(61,53,26)
#312B15
(49,43,21)
#252110
(37,33,16)
#19170B
(25,23,11)
#0D0D06
(13,13,6)
#000000
(0,0,0)

Tints of #857138

#857138
(133,113,56)
#907D4A
(144,125,74)
#9B895C
(155,137,92)
#A6956E
(166,149,110)
#B1A180
(177,161,128)
#BCAD92
(188,173,146)
#C7B9A4
(199,185,164)
#D2C5B6
(210,197,182)
#DDD1C8
(221,209,200)
#E8DDDA
(232,221,218)
#F3E9EC
(243,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #857138 color. Also use rgb(133,113,56) instead hex code.

Text Font Color

.myTextColor { color: #857138; }

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

This text font color is #857138.


Background Color

.myBgColor { background-color: #857138; }

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

This div background color is #857138.


Border color

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

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

This div border color is #857138.


Opacity

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

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

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

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

This text has shadow with #857138 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857138 on black background.


Color preview on white background

This text has color #857138 on white background.



Black color preview on #857138 background

This text has black color on #857138 background.


White color preview on #857138 background

This text has white color on #857138 background.