COLOR #068484

HEX: #068484
RGB: (6,132,132)

Color info

#068484 contains mainly green and blue colors. Web safe color of #068484 is #009999 (or #099).

RGB color model

#068484 color RGB value is (6,132,132).

  • red value is 6;
  • green value is 132;
  • blue value is 132.
RGB:
(6,132,132)
(2%,52%,52%)

RGB channels and saturation

R 6 of 255 = 2%
G 132 of 255 = 52%
B 132 of 255 = 52%

6
132
132

R + G + B ~ 35%. #068484 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 132 + 132 = 270 (100%)
R 6 of 270 ~ 2.22%
G 132 of 270 ~ 48.89%
B 132 of 270 ~ 48.89%

%48.89
%48.89

CMYK color model

#068484 color CMYK value is (95,0,0,48).

  • cyan value is 95.45%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(95,0,0,48)
C95M0Y0K48 
(95%,0%,0%,48%)
(0.95/0.00/0.00/0.48)	

CMYK percentages

%95.45
%0
%0
%48.24

Codes

Color #068484 in popluar color models

068484
RGB6132132
HSL180°91.30%27.06%
HSB/HSV180°95.45%51.76%
CMYK95.45%0.00%0.00%
48.24%

Color #068484 in popluar number systems.

HEX068484
Decimal6132132
Binary1101000010010000100
Octal6204204

Shades and tints

Shades of #068484

#068484
(6,132,132)
#067878
(6,120,120)
#066C6C
(6,108,108)
#066060
(6,96,96)
#065454
(6,84,84)
#064848
(6,72,72)
#063C3C
(6,60,60)
#063030
(6,48,48)
#062424
(6,36,36)
#061818
(6,24,24)
#060C0C
(6,12,12)
#000000
(0,0,0)

Tints of #068484

#068484
(6,132,132)
#1C8F8F
(28,143,143)
#329A9A
(50,154,154)
#48A5A5
(72,165,165)
#5EB0B0
(94,176,176)
#74BBBB
(116,187,187)
#8AC6C6
(138,198,198)
#A0D1D1
(160,209,209)
#B6DCDC
(182,220,220)
#CCE7E7
(204,231,231)
#E2F2F2
(226,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #068484; }

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

This text font color is #068484.


Background Color

.myBgColor { background-color: #068484; }

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

This div background color is #068484.


Border color

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

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

This div border color is #068484.


Opacity

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

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

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

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

This text has shadow with #068484 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #068484 on black background.


Color preview on white background

This text has color #068484 on white background.



Black color preview on #068484 background

This text has black color on #068484 background.


White color preview on #068484 background

This text has white color on #068484 background.