COLOR #068947

HEX: #068947
RGB: (6,137,71)

Color info

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

RGB color model

#068947 color RGB value is (6,137,71).

  • red value is 6;
  • green value is 137;
  • blue value is 71.
RGB:
(6,137,71)
(2%,54%,28%)

RGB channels and saturation

R 6 of 255 = 2%
G 137 of 255 = 54%
B 71 of 255 = 28%

6
137
71

R + G + B ~ 28%. #068947 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 137 + 71 = 214 (100%)
R 6 of 214 ~ 2.8%
G 137 of 214 ~ 64.02%
B 71 of 214 ~ 33.18%

%64.02
%33.18

CMYK color model

#068947 color CMYK value is (96,0,48,46).

  • cyan value is 95.62%
  • magenta value is 0.00%
  • yellow value is 48.18%
  • key color value is 46.27%
CMYK:
(96,0,48,46)
C96M0Y48K46 
(96%,0%,48%,46%)
(0.96/0.00/0.48/0.46)	

CMYK percentages

%95.62
%0
%48.18
%46.27

Codes

Color #068947 in popluar color models

068947
RGB613771
HSL150°91.61%28.04%
HSB/HSV150°95.62%53.73%
CMYK95.62%0.00%48.18%
46.27%

Color #068947 in popluar number systems.

HEX068947
Decimal613771
Binary110100010011000111
Octal6211107

Shades and tints

Shades of #068947

#068947
(6,137,71)
#067D41
(6,125,65)
#06713B
(6,113,59)
#066535
(6,101,53)
#06592F
(6,89,47)
#064D29
(6,77,41)
#064123
(6,65,35)
#06351D
(6,53,29)
#062917
(6,41,23)
#061D11
(6,29,17)
#06110B
(6,17,11)
#000000
(0,0,0)

Tints of #068947

#068947
(6,137,71)
#1C9357
(28,147,87)
#329D67
(50,157,103)
#48A777
(72,167,119)
#5EB187
(94,177,135)
#74BB97
(116,187,151)
#8AC5A7
(138,197,167)
#A0CFB7
(160,207,183)
#B6D9C7
(182,217,199)
#CCE3D7
(204,227,215)
#E2EDE7
(226,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #068947 color. Also use rgb(6,137,71) instead hex code.

Text Font Color

.myTextColor { color: #068947; }

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

This text font color is #068947.


Background Color

.myBgColor { background-color: #068947; }

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

This div background color is #068947.


Border color

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

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

This div border color is #068947.


Opacity

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

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

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

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

This text has shadow with #068947 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #068947 on black background.


Color preview on white background

This text has color #068947 on white background.



Black color preview on #068947 background

This text has black color on #068947 background.


White color preview on #068947 background

This text has white color on #068947 background.