COLOR #065F41

HEX: #065F41
RGB: (6,95,65)

Color info

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

RGB color model

#065F41 color RGB value is (6,95,65).

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

RGB channels and saturation

R 6 of 255 = 2%
G 95 of 255 = 37%
B 65 of 255 = 25%

6
95
65

R + G + B ~ 21%. #065F41 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 95 + 65 = 166 (100%)
R 6 of 166 ~ 3.61%
G 95 of 166 ~ 57.23%
B 65 of 166 ~ 39.16%

%57.23
%39.16

CMYK color model

#065F41 color CMYK value is (94,0,32,63).

  • cyan value is 93.68%
  • magenta value is 0.00%
  • yellow value is 31.58%
  • key color value is 62.75%
CMYK:
(94,0,32,63)
C94M0Y32K63 
(94%,0%,32%,63%)
(0.94/0.00/0.32/0.63)	

CMYK percentages

%93.68
%0
%31.58
%62.75

Codes

Color #065F41 in popluar color models

065F41
RGB69565
HSL160°88.12%19.80%
HSB/HSV160°93.68%37.25%
CMYK93.68%0.00%31.58%
62.75%

Color #065F41 in popluar number systems.

HEX065F41
Decimal69565
Binary11010111111000001
Octal6137101

Shades and tints

Shades of #065F41

#065F41
(6,95,65)
#06573C
(6,87,60)
#064F37
(6,79,55)
#064732
(6,71,50)
#063F2D
(6,63,45)
#063728
(6,55,40)
#062F23
(6,47,35)
#06271E
(6,39,30)
#061F19
(6,31,25)
#061714
(6,23,20)
#060F0F
(6,15,15)
#000000
(0,0,0)

Tints of #065F41

#065F41
(6,95,65)
#1C6D52
(28,109,82)
#327B63
(50,123,99)
#488974
(72,137,116)
#5E9785
(94,151,133)
#74A596
(116,165,150)
#8AB3A7
(138,179,167)
#A0C1B8
(160,193,184)
#B6CFC9
(182,207,201)
#CCDDDA
(204,221,218)
#E2EBEB
(226,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #065F41; }

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

This text font color is #065F41.


Background Color

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

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

This div background color is #065F41.


Border color

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

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

This div border color is #065F41.


Opacity

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

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

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

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

This text has shadow with #065F41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #065F41 on black background.


Color preview on white background

This text has color #065F41 on white background.



Black color preview on #065F41 background

This text has black color on #065F41 background.


White color preview on #065F41 background

This text has white color on #065F41 background.