COLOR #065B3E

HEX: #065B3E RGB: (6,91,62)

Color info

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

RGB color model

#065B3E color RGB value is (6,91,62).

RGB: (6,91,62) (2%, 36%, 24%)

RGB channels and saturation

R 6 of 255 = 2%
G 91 of 255 = 36%
B 62 of 255 = 24%

6
91
62

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

Portions of RGB colors in percentages

R + G + B = 6 + 91 + 62 = 159 (100%)
R 6 of 159 ~ 3.77%
G 91 of 159 ~ 57.23%
B 62 of 159 ~ 38.99'%

%57.23
%38.99

CMYK color model

#065B3E color CMYK value is (93,0,32,64).

  • cyan value is 93.41%
  • magenta value is 0.00%
  • yellow value is 31.87%
  • key color value is 64.31%

CMYK: (93,0,32,64)
C93M0Y32K64 (93%, 0%, 32%, 64%)
(0.93 / 0.00 / 0.32 / 0.64)

CMYK percentages

%93.41
%0
%31.87
%64.31

Codes

Color #065B3E in popluar color models

06 5B 3E
RGB 6 91 62
HSL 160° 87.63% 19.02%
HSB/HSV 160° 93.41% 35.69%
CMYK 93.41% 0.00% 31.87%
64.31%

Color #065B3E in popluar number systems.

HEX 06 5B 3E
Decimal 6 91 62
Binary 110 1011011 111110
Octal 6 133 76

Shades and tints

Shades of #065B3E

#065B3E
(6,91,62)
#065339
(6,83,57)
#064B34
(6,75,52)
#06432F
(6,67,47)
#063B2A
(6,59,42)
#063325
(6,51,37)
#062B20
(6,43,32)
#06231B
(6,35,27)
#061B16
(6,27,22)
#061311
(6,19,17)
#060B0C
(6,11,12)
#000000
(0,0,0)

Tints of #065B3E

#065B3E
(6,91,62)
#1C694F
(28,105,79)
#327760
(50,119,96)
#488571
(72,133,113)
#5E9382
(94,147,130)
#74A193
(116,161,147)
#8AAFA4
(138,175,164)
#A0BDB5
(160,189,181)
#B6CBC6
(182,203,198)
#CCD9D7
(204,217,215)
#E2E7E8
(226,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #065B3E color. Also use rgb(6,91,62) instead hex code.

Text Font Color

.myTextColor { color: #065B3E; }

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

This text font color is #065B3E.

Background Color

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

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

This div background color is #065B3E.

Border color

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

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

This div border color is #065B3E.

Opacity

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

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

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

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

This text has shadow with #065B3E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #065B3E.

Preview

Color preview on black background

This text has color #065B3E on black background.


Color preview on white background

This text has color #065B3E on white background.


Black color preview on #065B3E background

This text has black color on #065B3E background.


White color preview on #065B3E background

This text has white color on #065B3E background.


Related colors

Complementary color

Complementary color for #hex is #F9A4C1.


I love getcolorcode.com

Triadic colors

1 #3E065B and #5B3E06 with #065B3E are triadic colors.

2 #3E5B06 and #5B063E with #065B3E are triadic colors.