COLOR #858030

HEX: #858030
RGB: (133,128,48)

Color info

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

RGB color model

#858030 color RGB value is (133,128,48).

  • red value is 133;
  • green value is 128;
  • blue value is 48.
RGB:
(133,128,48)
(52%,50%,19%)

RGB channels and saturation

R 133 of 255 = 52%
G 128 of 255 = 50%
B 48 of 255 = 19%

133
128
48

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

Portions of RGB colors in percentages

R + G + B =
133 + 128 + 48 = 309 (100%)
R 133 of 309 ~ 43.04%
G 128 of 309 ~ 41.42%
B 48 of 309 ~ 15.53%

%43.04
%41.42
%15.53

CMYK color model

#858030 color CMYK value is (0,4,64,48).

  • cyan value is 0.00%
  • magenta value is 3.76%
  • yellow value is 63.91%
  • key color value is 47.84%
CMYK:
(0,4,64,48)
C0M4Y64K48 
(0%,4%,64%,48%)
(0.00/0.04/0.64/0.48)	

CMYK percentages

%0
%3.76
%63.91
%47.84

Codes

Color #858030 in popluar color models

858030
RGB13312848
HSL56°46.96%35.49%
HSB/HSV56°63.91%52.16%
CMYK0.00%3.76%63.91%
47.84%

Color #858030 in popluar number systems.

HEX858030
Decimal13312848
Binary1000010110000000110000
Octal20520060

Shades and tints

Shades of #858030

#858030
(133,128,48)
#79752C
(121,117,44)
#6D6A28
(109,106,40)
#615F24
(97,95,36)
#555420
(85,84,32)
#49491C
(73,73,28)
#3D3E18
(61,62,24)
#313314
(49,51,20)
#252810
(37,40,16)
#191D0C
(25,29,12)
#0D1208
(13,18,8)
#000000
(0,0,0)

Tints of #858030

#858030
(133,128,48)
#908B42
(144,139,66)
#9B9654
(155,150,84)
#A6A166
(166,161,102)
#B1AC78
(177,172,120)
#BCB78A
(188,183,138)
#C7C29C
(199,194,156)
#D2CDAE
(210,205,174)
#DDD8C0
(221,216,192)
#E8E3D2
(232,227,210)
#F3EEE4
(243,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #858030 color. Also use rgb(133,128,48) instead hex code.

Text Font Color

.myTextColor { color: #858030; }

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

This text font color is #858030.


Background Color

.myBgColor { background-color: #858030; }

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

This div background color is #858030.


Border color

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

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

This div border color is #858030.


Opacity

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

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

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

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

This text has shadow with #858030 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #858030 on black background.


Color preview on white background

This text has color #858030 on white background.



Black color preview on #858030 background

This text has black color on #858030 background.


White color preview on #858030 background

This text has white color on #858030 background.