COLOR #065335

HEX: #065335
RGB: (6,83,53)

Color info

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

RGB color model

#065335 color RGB value is (6,83,53).

  • red value is 6;
  • green value is 83;
  • blue value is 53.
RGB:
(6,83,53)
(2%,33%,21%)

RGB channels and saturation

R 6 of 255 = 2%
G 83 of 255 = 33%
B 53 of 255 = 21%

6
83
53

R + G + B ~ 19%. #065335 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 83 + 53 = 142 (100%)
R 6 of 142 ~ 4.23%
G 83 of 142 ~ 58.45%
B 53 of 142 ~ 37.32%

%58.45
%37.32

CMYK color model

#065335 color CMYK value is (93,0,36,67).

  • cyan value is 92.77%
  • magenta value is 0.00%
  • yellow value is 36.14%
  • key color value is 67.45%
CMYK:
(93,0,36,67)
C93M0Y36K67 
(93%,0%,36%,67%)
(0.93/0.00/0.36/0.67)	

CMYK percentages

%92.77
%0
%36.14
%67.45

Codes

Color #065335 in popluar color models

065335
RGB68353
HSL157°86.52%17.45%
HSB/HSV157°92.77%32.55%
CMYK92.77%0.00%36.14%
67.45%

Color #065335 in popluar number systems.

HEX065335
Decimal68353
Binary1101010011110101
Octal612365

Shades and tints

Shades of #065335

#065335
(6,83,53)
#064C31
(6,76,49)
#06452D
(6,69,45)
#063E29
(6,62,41)
#063725
(6,55,37)
#063021
(6,48,33)
#06291D
(6,41,29)
#062219
(6,34,25)
#061B15
(6,27,21)
#061411
(6,20,17)
#060D0D
(6,13,13)
#000000
(0,0,0)

Tints of #065335

#065335
(6,83,53)
#1C6247
(28,98,71)
#327159
(50,113,89)
#48806B
(72,128,107)
#5E8F7D
(94,143,125)
#749E8F
(116,158,143)
#8AADA1
(138,173,161)
#A0BCB3
(160,188,179)
#B6CBC5
(182,203,197)
#CCDAD7
(204,218,215)
#E2E9E9
(226,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #065335 color. Also use rgb(6,83,53) instead hex code.

Text Font Color

.myTextColor { color: #065335; }

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

This text font color is #065335.


Background Color

.myBgColor { background-color: #065335; }

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

This div background color is #065335.


Border color

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

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

This div border color is #065335.


Opacity

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

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

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

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

This text has shadow with #065335 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #065335 on black background.


Color preview on white background

This text has color #065335 on white background.



Black color preview on #065335 background

This text has black color on #065335 background.


White color preview on #065335 background

This text has white color on #065335 background.