COLOR #00856C

HEX: #00856C
RGB: (0,133,108)

Color info

#00856C contains only green and blue colors. Web safe color of #00856C is #009966 (or #096).

RGB color model

#00856C color RGB value is (0,133,108).

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

RGB channels and saturation

R 0 of 255 = 0%
G 133 of 255 = 52%
B 108 of 255 = 42%

0
133
108

R + G + B ~ 31%. #00856C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 133 + 108 = 241 (100%)
R 0 of 241 ~ 0%
G 133 of 241 ~ 55.19%
B 108 of 241 ~ 44.81%

%55.19
%44.81

CMYK color model

#00856C color CMYK value is (100,0,19,48).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 18.80%
  • key color value is 47.84%
CMYK:
(100,0,19,48)
C100M0Y19K48 
(100%,0%,19%,48%)
(1.00/0.00/0.19/0.48)	

CMYK percentages

%100
%0
%18.8
%47.84

Codes

Color #00856C in popluar color models

00856C
RGB0133108
HSL169°100.00%26.08%
HSB/HSV169°100.00%52.16%
CMYK100.00%0.00%18.80%
47.84%

Color #00856C in popluar number systems.

HEX00856C
Decimal0133108
Binary0100001011101100
Octal0205154

Shades and tints

Shades of #00856C

#00856C
(0,133,108)
#007963
(0,121,99)
#006D5A
(0,109,90)
#006151
(0,97,81)
#005548
(0,85,72)
#00493F
(0,73,63)
#003D36
(0,61,54)
#00312D
(0,49,45)
#002524
(0,37,36)
#00191B
(0,25,27)
#000D12
(0,13,18)
#000000
(0,0,0)

Tints of #00856C

#00856C
(0,133,108)
#179079
(23,144,121)
#2E9B86
(46,155,134)
#45A693
(69,166,147)
#5CB1A0
(92,177,160)
#73BCAD
(115,188,173)
#8AC7BA
(138,199,186)
#A1D2C7
(161,210,199)
#B8DDD4
(184,221,212)
#CFE8E1
(207,232,225)
#E6F3EE
(230,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00856C; }

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

This text font color is #00856C.


Background Color

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

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

This div background color is #00856C.


Border color

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

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

This div border color is #00856C.


Opacity

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

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

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

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

This text has shadow with #00856C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00856C on black background.


Color preview on white background

This text has color #00856C on white background.



Black color preview on #00856C background

This text has black color on #00856C background.


White color preview on #00856C background

This text has white color on #00856C background.