COLOR #027847

HEX: #027847
RGB: (2,120,71)

Color info

#027847 contains mainly green and blue colors. Web safe color of #027847 is #006633 (or #063).

RGB color model

#027847 color RGB value is (2,120,71).

  • red value is 2;
  • green value is 120;
  • blue value is 71.
RGB:
(2,120,71)
(1%,47%,28%)

RGB channels and saturation

R 2 of 255 = 1%
G 120 of 255 = 47%
B 71 of 255 = 28%

2
120
71

R + G + B ~ 25%. #027847 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 120 + 71 = 193 (100%)
R 2 of 193 ~ 1.04%
G 120 of 193 ~ 62.18%
B 71 of 193 ~ 36.79%

%62.18
%36.79

CMYK color model

#027847 color CMYK value is (98,0,41,53).

  • cyan value is 98.33%
  • magenta value is 0.00%
  • yellow value is 40.83%
  • key color value is 52.94%
CMYK:
(98,0,41,53)
C98M0Y41K53 
(98%,0%,41%,53%)
(0.98/0.00/0.41/0.53)	

CMYK percentages

%98.33
%0
%40.83
%52.94

Codes

Color #027847 in popluar color models

027847
RGB212071
HSL155°96.72%23.92%
HSB/HSV155°98.33%47.06%
CMYK98.33%0.00%40.83%
52.94%

Color #027847 in popluar number systems.

HEX027847
Decimal212071
Binary1011110001000111
Octal2170107

Shades and tints

Shades of #027847

#027847
(2,120,71)
#026E41
(2,110,65)
#02643B
(2,100,59)
#025A35
(2,90,53)
#02502F
(2,80,47)
#024629
(2,70,41)
#023C23
(2,60,35)
#02321D
(2,50,29)
#022817
(2,40,23)
#021E11
(2,30,17)
#02140B
(2,20,11)
#000000
(0,0,0)

Tints of #027847

#027847
(2,120,71)
#198457
(25,132,87)
#309067
(48,144,103)
#479C77
(71,156,119)
#5EA887
(94,168,135)
#75B497
(117,180,151)
#8CC0A7
(140,192,167)
#A3CCB7
(163,204,183)
#BAD8C7
(186,216,199)
#D1E4D7
(209,228,215)
#E8F0E7
(232,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #027847 color. Also use rgb(2,120,71) instead hex code.

Text Font Color

.myTextColor { color: #027847; }

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

This text font color is #027847.


Background Color

.myBgColor { background-color: #027847; }

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

This div background color is #027847.


Border color

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

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

This div border color is #027847.


Opacity

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

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

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

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

This text has shadow with #027847 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #027847 on black background.


Color preview on white background

This text has color #027847 on white background.



Black color preview on #027847 background

This text has black color on #027847 background.


White color preview on #027847 background

This text has white color on #027847 background.