COLOR #065941

HEX: #065941
RGB: (6,89,65)

Color info

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

RGB color model

#065941 color RGB value is (6,89,65).

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

RGB channels and saturation

R 6 of 255 = 2%
G 89 of 255 = 35%
B 65 of 255 = 25%

6
89
65

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

Portions of RGB colors in percentages

R + G + B =
6 + 89 + 65 = 160 (100%)
R 6 of 160 ~ 3.75%
G 89 of 160 ~ 55.63%
B 65 of 160 ~ 40.63%

%55.63
%40.63

CMYK color model

#065941 color CMYK value is (93,0,27,65).

  • cyan value is 93.26%
  • magenta value is 0.00%
  • yellow value is 26.97%
  • key color value is 65.10%
CMYK:
(93,0,27,65)
C93M0Y27K65 
(93%,0%,27%,65%)
(0.93/0.00/0.27/0.65)	

CMYK percentages

%93.26
%0
%26.97
%65.1

Codes

Color #065941 in popluar color models

065941
RGB68965
HSL163°87.37%18.63%
HSB/HSV163°93.26%34.90%
CMYK93.26%0.00%26.97%
65.10%

Color #065941 in popluar number systems.

HEX065941
Decimal68965
Binary11010110011000001
Octal6131101

Shades and tints

Shades of #065941

#065941
(6,89,65)
#06513C
(6,81,60)
#064937
(6,73,55)
#064132
(6,65,50)
#06392D
(6,57,45)
#063128
(6,49,40)
#062923
(6,41,35)
#06211E
(6,33,30)
#061919
(6,25,25)
#061114
(6,17,20)
#06090F
(6,9,15)
#000000
(0,0,0)

Tints of #065941

#065941
(6,89,65)
#1C6852
(28,104,82)
#327763
(50,119,99)
#488674
(72,134,116)
#5E9585
(94,149,133)
#74A496
(116,164,150)
#8AB3A7
(138,179,167)
#A0C2B8
(160,194,184)
#B6D1C9
(182,209,201)
#CCE0DA
(204,224,218)
#E2EFEB
(226,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #065941; }

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

This text font color is #065941.


Background Color

.myBgColor { background-color: #065941; }

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

This div background color is #065941.


Border color

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

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

This div border color is #065941.


Opacity

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

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

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

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

This text has shadow with #065941 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #065941 on black background.


Color preview on white background

This text has color #065941 on white background.



Black color preview on #065941 background

This text has black color on #065941 background.


White color preview on #065941 background

This text has white color on #065941 background.