COLOR #06947F

HEX: #06947F
RGB: (6,148,127)

Color info

#06947F contains mainly green and blue colors. Web safe color of #06947F is #009966 (or #096).

RGB color model

#06947F color RGB value is (6,148,127).

  • red value is 6;
  • green value is 148;
  • blue value is 127.
RGB:
(6,148,127)
(2%,58%,50%)

RGB channels and saturation

R 6 of 255 = 2%
G 148 of 255 = 58%
B 127 of 255 = 50%

6
148
127

R + G + B ~ 37%. #06947F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 148 + 127 = 281 (100%)
R 6 of 281 ~ 2.14%
G 148 of 281 ~ 52.67%
B 127 of 281 ~ 45.2%

%52.67
%45.2

CMYK color model

#06947F color CMYK value is (96,0,14,42).

  • cyan value is 95.95%
  • magenta value is 0.00%
  • yellow value is 14.19%
  • key color value is 41.96%
CMYK:
(96,0,14,42)
C96M0Y14K42 
(96%,0%,14%,42%)
(0.96/0.00/0.14/0.42)	

CMYK percentages

%95.95
%0
%14.19
%41.96

Codes

Color #06947F in popluar color models

06947F
RGB6148127
HSL171°92.21%30.20%
HSB/HSV171°95.95%58.04%
CMYK95.95%0.00%14.19%
41.96%

Color #06947F in popluar number systems.

HEX06947F
Decimal6148127
Binary110100101001111111
Octal6224177

Shades and tints

Shades of #06947F

#06947F
(6,148,127)
#068774
(6,135,116)
#067A69
(6,122,105)
#066D5E
(6,109,94)
#066053
(6,96,83)
#065348
(6,83,72)
#06463D
(6,70,61)
#063932
(6,57,50)
#062C27
(6,44,39)
#061F1C
(6,31,28)
#061211
(6,18,17)
#000000
(0,0,0)

Tints of #06947F

#06947F
(6,148,127)
#1C9D8A
(28,157,138)
#32A695
(50,166,149)
#48AFA0
(72,175,160)
#5EB8AB
(94,184,171)
#74C1B6
(116,193,182)
#8ACAC1
(138,202,193)
#A0D3CC
(160,211,204)
#B6DCD7
(182,220,215)
#CCE5E2
(204,229,226)
#E2EEED
(226,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06947F color. Also use rgb(6,148,127) instead hex code.

Text Font Color

.myTextColor { color: #06947F; }

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

This text font color is #06947F.


Background Color

.myBgColor { background-color: #06947F; }

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

This div background color is #06947F.


Border color

.myBorderColor { border: 1px solid #06947F; }

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

This div border color is #06947F.


Opacity

.myOpacity80 { color: #06947F; opacity: 0.8; }

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

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

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

This text has shadow with #06947F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06947F on black background.


Color preview on white background

This text has color #06947F on white background.



Black color preview on #06947F background

This text has black color on #06947F background.


White color preview on #06947F background

This text has white color on #06947F background.