COLOR #067968

HEX: #067968
RGB: (6,121,104)

Color info

#067968 contains mainly green and blue colors. Web safe color of #067968 is #006666 (or #066).

RGB color model

#067968 color RGB value is (6,121,104).

  • red value is 6;
  • green value is 121;
  • blue value is 104.
RGB:
(6,121,104)
(2%,47%,41%)

RGB channels and saturation

R 6 of 255 = 2%
G 121 of 255 = 47%
B 104 of 255 = 41%

6
121
104

R + G + B ~ 30%. #067968 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 121 + 104 = 231 (100%)
R 6 of 231 ~ 2.6%
G 121 of 231 ~ 52.38%
B 104 of 231 ~ 45.02%

%52.38
%45.02

CMYK color model

#067968 color CMYK value is (95,0,14,53).

  • cyan value is 95.04%
  • magenta value is 0.00%
  • yellow value is 14.05%
  • key color value is 52.55%
CMYK:
(95,0,14,53)
C95M0Y14K53 
(95%,0%,14%,53%)
(0.95/0.00/0.14/0.53)	

CMYK percentages

%95.04
%0
%14.05
%52.55

Codes

Color #067968 in popluar color models

067968
RGB6121104
HSL171°90.55%24.90%
HSB/HSV171°95.04%47.45%
CMYK95.04%0.00%14.05%
52.55%

Color #067968 in popluar number systems.

HEX067968
Decimal6121104
Binary11011110011101000
Octal6171150

Shades and tints

Shades of #067968

#067968
(6,121,104)
#066E5F
(6,110,95)
#066356
(6,99,86)
#06584D
(6,88,77)
#064D44
(6,77,68)
#06423B
(6,66,59)
#063732
(6,55,50)
#062C29
(6,44,41)
#062120
(6,33,32)
#061617
(6,22,23)
#060B0E
(6,11,14)
#000000
(0,0,0)

Tints of #067968

#067968
(6,121,104)
#1C8575
(28,133,117)
#329182
(50,145,130)
#489D8F
(72,157,143)
#5EA99C
(94,169,156)
#74B5A9
(116,181,169)
#8AC1B6
(138,193,182)
#A0CDC3
(160,205,195)
#B6D9D0
(182,217,208)
#CCE5DD
(204,229,221)
#E2F1EA
(226,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #067968 color. Also use rgb(6,121,104) instead hex code.

Text Font Color

.myTextColor { color: #067968; }

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

This text font color is #067968.


Background Color

.myBgColor { background-color: #067968; }

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

This div background color is #067968.


Border color

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

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

This div border color is #067968.


Opacity

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

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

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

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

This text has shadow with #067968 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #067968 on black background.


Color preview on white background

This text has color #067968 on white background.



Black color preview on #067968 background

This text has black color on #067968 background.


White color preview on #067968 background

This text has white color on #067968 background.