COLOR #06614C

HEX: #06614C
RGB: (6,97,76)

Color info

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

RGB color model

#06614C color RGB value is (6,97,76).

  • red value is 6;
  • green value is 97;
  • blue value is 76.
RGB:
(6,97,76)
(2%,38%,30%)

RGB channels and saturation

R 6 of 255 = 2%
G 97 of 255 = 38%
B 76 of 255 = 30%

6
97
76

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

Portions of RGB colors in percentages

R + G + B =
6 + 97 + 76 = 179 (100%)
R 6 of 179 ~ 3.35%
G 97 of 179 ~ 54.19%
B 76 of 179 ~ 42.46%

%54.19
%42.46

CMYK color model

#06614C color CMYK value is (94,0,22,62).

  • cyan value is 93.81%
  • magenta value is 0.00%
  • yellow value is 21.65%
  • key color value is 61.96%
CMYK:
(94,0,22,62)
C94M0Y22K62 
(94%,0%,22%,62%)
(0.94/0.00/0.22/0.62)	

CMYK percentages

%93.81
%0
%21.65
%61.96

Codes

Color #06614C in popluar color models

06614C
RGB69776
HSL166°88.35%20.20%
HSB/HSV166°93.81%38.04%
CMYK93.81%0.00%21.65%
61.96%

Color #06614C in popluar number systems.

HEX06614C
Decimal69776
Binary11011000011001100
Octal6141114

Shades and tints

Shades of #06614C

#06614C
(6,97,76)
#065946
(6,89,70)
#065140
(6,81,64)
#06493A
(6,73,58)
#064134
(6,65,52)
#06392E
(6,57,46)
#063128
(6,49,40)
#062922
(6,41,34)
#06211C
(6,33,28)
#061916
(6,25,22)
#061110
(6,17,16)
#000000
(0,0,0)

Tints of #06614C

#06614C
(6,97,76)
#1C6F5C
(28,111,92)
#327D6C
(50,125,108)
#488B7C
(72,139,124)
#5E998C
(94,153,140)
#74A79C
(116,167,156)
#8AB5AC
(138,181,172)
#A0C3BC
(160,195,188)
#B6D1CC
(182,209,204)
#CCDFDC
(204,223,220)
#E2EDEC
(226,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06614C color. Also use rgb(6,97,76) instead hex code.

Text Font Color

.myTextColor { color: #06614C; }

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

This text font color is #06614C.


Background Color

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

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

This div background color is #06614C.


Border color

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

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

This div border color is #06614C.


Opacity

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

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

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

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

This text has shadow with #06614C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06614C on black background.


Color preview on white background

This text has color #06614C on white background.



Black color preview on #06614C background

This text has black color on #06614C background.


White color preview on #06614C background

This text has white color on #06614C background.