COLOR #067984

HEX: #067984
RGB: (6,121,132)

Color info

#067984 contains mainly green and blue colors. Web safe color of #067984 is #006699 (or #069).

RGB color model

#067984 color RGB value is (6,121,132).

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

RGB channels and saturation

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

6
121
132

R + G + B ~ 34%. #067984 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 121 + 132 = 259 (100%)
R 6 of 259 ~ 2.32%
G 121 of 259 ~ 46.72%
B 132 of 259 ~ 50.97%

%46.72
%50.97

CMYK color model

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

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

CMYK percentages

%95.45
%8.33
%0
%48.24

Codes

Color #067984 in popluar color models

067984
RGB6121132
HSL185°91.30%27.06%
HSB/HSV185°95.45%51.76%
CMYK95.45%8.33%0.00%
48.24%

Color #067984 in popluar number systems.

HEX067984
Decimal6121132
Binary110111100110000100
Octal6171204

Shades and tints

Shades of #067984

#067984
(6,121,132)
#066E78
(6,110,120)
#06636C
(6,99,108)
#065860
(6,88,96)
#064D54
(6,77,84)
#064248
(6,66,72)
#06373C
(6,55,60)
#062C30
(6,44,48)
#062124
(6,33,36)
#061618
(6,22,24)
#060B0C
(6,11,12)
#000000
(0,0,0)

Tints of #067984

#067984
(6,121,132)
#1C858F
(28,133,143)
#32919A
(50,145,154)
#489DA5
(72,157,165)
#5EA9B0
(94,169,176)
#74B5BB
(116,181,187)
#8AC1C6
(138,193,198)
#A0CDD1
(160,205,209)
#B6D9DC
(182,217,220)
#CCE5E7
(204,229,231)
#E2F1F2
(226,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #067984; }

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

This text font color is #067984.


Background Color

.myBgColor { background-color: #067984; }

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

This div background color is #067984.


Border color

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

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

This div border color is #067984.


Opacity

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

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

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

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

This text has shadow with #067984 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #067984 on black background.


Color preview on white background

This text has color #067984 on white background.



Black color preview on #067984 background

This text has black color on #067984 background.


White color preview on #067984 background

This text has white color on #067984 background.