COLOR #067447

HEX: #067447
RGB: (6,116,71)

Color info

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

RGB color model

#067447 color RGB value is (6,116,71).

  • red value is 6;
  • green value is 116;
  • blue value is 71.
RGB:
(6,116,71)
(2%,45%,28%)

RGB channels and saturation

R 6 of 255 = 2%
G 116 of 255 = 45%
B 71 of 255 = 28%

6
116
71

R + G + B ~ 25%. #067447 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 116 + 71 = 193 (100%)
R 6 of 193 ~ 3.11%
G 116 of 193 ~ 60.1%
B 71 of 193 ~ 36.79%

%60.1
%36.79

CMYK color model

#067447 color CMYK value is (95,0,39,55).

  • cyan value is 94.83%
  • magenta value is 0.00%
  • yellow value is 38.79%
  • key color value is 54.51%
CMYK:
(95,0,39,55)
C95M0Y39K55 
(95%,0%,39%,55%)
(0.95/0.00/0.39/0.55)	

CMYK percentages

%94.83
%0
%38.79
%54.51

Codes

Color #067447 in popluar color models

067447
RGB611671
HSL155°90.16%23.92%
HSB/HSV155°94.83%45.49%
CMYK94.83%0.00%38.79%
54.51%

Color #067447 in popluar number systems.

HEX067447
Decimal611671
Binary11011101001000111
Octal6164107

Shades and tints

Shades of #067447

#067447
(6,116,71)
#066A41
(6,106,65)
#06603B
(6,96,59)
#065635
(6,86,53)
#064C2F
(6,76,47)
#064229
(6,66,41)
#063823
(6,56,35)
#062E1D
(6,46,29)
#062417
(6,36,23)
#061A11
(6,26,17)
#06100B
(6,16,11)
#000000
(0,0,0)

Tints of #067447

#067447
(6,116,71)
#1C8057
(28,128,87)
#328C67
(50,140,103)
#489877
(72,152,119)
#5EA487
(94,164,135)
#74B097
(116,176,151)
#8ABCA7
(138,188,167)
#A0C8B7
(160,200,183)
#B6D4C7
(182,212,199)
#CCE0D7
(204,224,215)
#E2ECE7
(226,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #067447; }

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

This text font color is #067447.


Background Color

.myBgColor { background-color: #067447; }

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

This div background color is #067447.


Border color

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

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

This div border color is #067447.


Opacity

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

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

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

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

This text has shadow with #067447 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #067447 on black background.


Color preview on white background

This text has color #067447 on white background.



Black color preview on #067447 background

This text has black color on #067447 background.


White color preview on #067447 background

This text has white color on #067447 background.