COLOR #858241

HEX: #858241
RGB: (133,130,65)

Color info

#858241 contains mainly red and green colors. Web safe color of #858241 is #999933 (or #993).

RGB color model

#858241 color RGB value is (133,130,65).

  • red value is 133;
  • green value is 130;
  • blue value is 65.
RGB:
(133,130,65)
(52%,51%,25%)

RGB channels and saturation

R 133 of 255 = 52%
G 130 of 255 = 51%
B 65 of 255 = 25%

133
130
65

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

Portions of RGB colors in percentages

R + G + B =
133 + 130 + 65 = 328 (100%)
R 133 of 328 ~ 40.55%
G 130 of 328 ~ 39.63%
B 65 of 328 ~ 19.82%

%40.55
%39.63
%19.82

CMYK color model

#858241 color CMYK value is (0,2,51,48).

  • cyan value is 0.00%
  • magenta value is 2.26%
  • yellow value is 51.13%
  • key color value is 47.84%
CMYK:
(0,2,51,48)
C0M2Y51K48 
(0%,2%,51%,48%)
(0.00/0.02/0.51/0.48)	

CMYK percentages

%0
%2.26
%51.13
%47.84

Codes

Color #858241 in popluar color models

858241
RGB13313065
HSL57°34.34%38.82%
HSB/HSV57°51.13%52.16%
CMYK0.00%2.26%51.13%
47.84%

Color #858241 in popluar number systems.

HEX858241
Decimal13313065
Binary10000101100000101000001
Octal205202101

Shades and tints

Shades of #858241

#858241
(133,130,65)
#79773C
(121,119,60)
#6D6C37
(109,108,55)
#616132
(97,97,50)
#55562D
(85,86,45)
#494B28
(73,75,40)
#3D4023
(61,64,35)
#31351E
(49,53,30)
#252A19
(37,42,25)
#191F14
(25,31,20)
#0D140F
(13,20,15)
#000000
(0,0,0)

Tints of #858241

#858241
(133,130,65)
#908D52
(144,141,82)
#9B9863
(155,152,99)
#A6A374
(166,163,116)
#B1AE85
(177,174,133)
#BCB996
(188,185,150)
#C7C4A7
(199,196,167)
#D2CFB8
(210,207,184)
#DDDAC9
(221,218,201)
#E8E5DA
(232,229,218)
#F3F0EB
(243,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #858241 color. Also use rgb(133,130,65) instead hex code.

Text Font Color

.myTextColor { color: #858241; }

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

This text font color is #858241.


Background Color

.myBgColor { background-color: #858241; }

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

This div background color is #858241.


Border color

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

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

This div border color is #858241.


Opacity

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

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

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

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

This text has shadow with #858241 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #858241 on black background.


Color preview on white background

This text has color #858241 on white background.



Black color preview on #858241 background

This text has black color on #858241 background.


White color preview on #858241 background

This text has white color on #858241 background.