COLOR #065E5F

HEX: #065E5F
RGB: (6,94,95)

Color info

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

RGB color model

#065E5F color RGB value is (6,94,95).

  • red value is 6;
  • green value is 94;
  • blue value is 95.
RGB:
(6,94,95)
(2%,37%,37%)

RGB channels and saturation

R 6 of 255 = 2%
G 94 of 255 = 37%
B 95 of 255 = 37%

6
94
95

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

Portions of RGB colors in percentages

R + G + B =
6 + 94 + 95 = 195 (100%)
R 6 of 195 ~ 3.08%
G 94 of 195 ~ 48.21%
B 95 of 195 ~ 48.72%

%48.21
%48.72

CMYK color model

#065E5F color CMYK value is (94,1,0,63).

  • cyan value is 93.68%
  • magenta value is 1.05%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(94,1,0,63)
C94M1Y0K63 
(94%,1%,0%,63%)
(0.94/0.01/0.00/0.63)	

CMYK percentages

%93.68
%1.05
%0
%62.75

Codes

Color #065E5F in popluar color models

065E5F
RGB69495
HSL181°88.12%19.80%
HSB/HSV181°93.68%37.25%
CMYK93.68%1.05%0.00%
62.75%

Color #065E5F in popluar number systems.

HEX065E5F
Decimal69495
Binary11010111101011111
Octal6136137

Shades and tints

Shades of #065E5F

#065E5F
(6,94,95)
#065657
(6,86,87)
#064E4F
(6,78,79)
#064647
(6,70,71)
#063E3F
(6,62,63)
#063637
(6,54,55)
#062E2F
(6,46,47)
#062627
(6,38,39)
#061E1F
(6,30,31)
#061617
(6,22,23)
#060E0F
(6,14,15)
#000000
(0,0,0)

Tints of #065E5F

#065E5F
(6,94,95)
#1C6C6D
(28,108,109)
#327A7B
(50,122,123)
#488889
(72,136,137)
#5E9697
(94,150,151)
#74A4A5
(116,164,165)
#8AB2B3
(138,178,179)
#A0C0C1
(160,192,193)
#B6CECF
(182,206,207)
#CCDCDD
(204,220,221)
#E2EAEB
(226,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #065E5F color. Also use rgb(6,94,95) instead hex code.

Text Font Color

.myTextColor { color: #065E5F; }

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

This text font color is #065E5F.


Background Color

.myBgColor { background-color: #065E5F; }

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

This div background color is #065E5F.


Border color

.myBorderColor { border: 1px solid #065E5F; }

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

This div border color is #065E5F.


Opacity

.myOpacity80 { color: #065E5F; opacity: 0.8; }

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

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

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

This text has shadow with #065E5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #065E5F on black background.


Color preview on white background

This text has color #065E5F on white background.



Black color preview on #065E5F background

This text has black color on #065E5F background.


White color preview on #065E5F background

This text has white color on #065E5F background.