COLOR #00852C

HEX: #00852C
RGB: (0,133,44)

Color info

#00852C contains mainly green color. Web safe color of #00852C is #009933 (or #093).

RGB color model

#00852C color RGB value is (0,133,44).

  • red value is 0;
  • green value is 133;
  • blue value is 44.
RGB:
(0,133,44)
(0%,52%,17%)

RGB channels and saturation

R 0 of 255 = 0%
G 133 of 255 = 52%
B 44 of 255 = 17%

0
133
44

R + G + B ~ 23%. #00852C is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 133 + 44 = 177 (100%)
R 0 of 177 ~ 0%
G 133 of 177 ~ 75.14%
B 44 of 177 ~ 24.86%

%75.14
%24.86

CMYK color model

#00852C color CMYK value is (100,0,67,48).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 66.92%
  • key color value is 47.84%
CMYK:
(100,0,67,48)
C100M0Y67K48 
(100%,0%,67%,48%)
(1.00/0.00/0.67/0.48)	

CMYK percentages

%100
%0
%66.92
%47.84

Codes

Color #00852C in popluar color models

00852C
RGB013344
HSL140°100.00%26.08%
HSB/HSV140°100.00%52.16%
CMYK100.00%0.00%66.92%
47.84%

Color #00852C in popluar number systems.

HEX00852C
Decimal013344
Binary010000101101100
Octal020554

Shades and tints

Shades of #00852C

#00852C
(0,133,44)
#007928
(0,121,40)
#006D24
(0,109,36)
#006120
(0,97,32)
#00551C
(0,85,28)
#004918
(0,73,24)
#003D14
(0,61,20)
#003110
(0,49,16)
#00250C
(0,37,12)
#001908
(0,25,8)
#000D04
(0,13,4)
#000000
(0,0,0)

Tints of #00852C

#00852C
(0,133,44)
#17903F
(23,144,63)
#2E9B52
(46,155,82)
#45A665
(69,166,101)
#5CB178
(92,177,120)
#73BC8B
(115,188,139)
#8AC79E
(138,199,158)
#A1D2B1
(161,210,177)
#B8DDC4
(184,221,196)
#CFE8D7
(207,232,215)
#E6F3EA
(230,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00852C color. Also use rgb(0,133,44) instead hex code.

Text Font Color

.myTextColor { color: #00852C; }

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

This text font color is #00852C.


Background Color

.myBgColor { background-color: #00852C; }

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

This div background color is #00852C.


Border color

.myBorderColor { border: 1px solid #00852C; }

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

This div border color is #00852C.


Opacity

.myOpacity80 { color: #00852C; opacity: 0.8; }

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

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

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

This text has shadow with #00852C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00852C on black background.


Color preview on white background

This text has color #00852C on white background.



Black color preview on #00852C background

This text has black color on #00852C background.


White color preview on #00852C background

This text has white color on #00852C background.