COLOR #065047

HEX: #065047
RGB: (6,80,71)

Color info

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

RGB color model

#065047 color RGB value is (6,80,71).

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

RGB channels and saturation

R 6 of 255 = 2%
G 80 of 255 = 31%
B 71 of 255 = 28%

6
80
71

R + G + B ~ 20%. #065047 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 80 + 71 = 157 (100%)
R 6 of 157 ~ 3.82%
G 80 of 157 ~ 50.96%
B 71 of 157 ~ 45.22%

%50.96
%45.22

CMYK color model

#065047 color CMYK value is (93,0,11,69).

  • cyan value is 92.50%
  • magenta value is 0.00%
  • yellow value is 11.25%
  • key color value is 68.63%
CMYK:
(93,0,11,69)
C93M0Y11K69 
(93%,0%,11%,69%)
(0.93/0.00/0.11/0.69)	

CMYK percentages

%92.5
%0
%11.25
%68.63

Codes

Color #065047 in popluar color models

065047
RGB68071
HSL173°86.05%16.86%
HSB/HSV173°92.50%31.37%
CMYK92.50%0.00%11.25%
68.63%

Color #065047 in popluar number systems.

HEX065047
Decimal68071
Binary11010100001000111
Octal6120107

Shades and tints

Shades of #065047

#065047
(6,80,71)
#064941
(6,73,65)
#06423B
(6,66,59)
#063B35
(6,59,53)
#06342F
(6,52,47)
#062D29
(6,45,41)
#062623
(6,38,35)
#061F1D
(6,31,29)
#061817
(6,24,23)
#061111
(6,17,17)
#060A0B
(6,10,11)
#000000
(0,0,0)

Tints of #065047

#065047
(6,80,71)
#1C5F57
(28,95,87)
#326E67
(50,110,103)
#487D77
(72,125,119)
#5E8C87
(94,140,135)
#749B97
(116,155,151)
#8AAAA7
(138,170,167)
#A0B9B7
(160,185,183)
#B6C8C7
(182,200,199)
#CCD7D7
(204,215,215)
#E2E6E7
(226,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #065047; }

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

This text font color is #065047.


Background Color

.myBgColor { background-color: #065047; }

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

This div background color is #065047.


Border color

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

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

This div border color is #065047.


Opacity

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

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

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

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

This text has shadow with #065047 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #065047 on black background.


Color preview on white background

This text has color #065047 on white background.



Black color preview on #065047 background

This text has black color on #065047 background.


White color preview on #065047 background

This text has white color on #065047 background.