COLOR #065415

HEX: #065415
RGB: (6,84,21)

Color info

#065415 contains mainly green color. Web safe color of #065415 is #006600 (or #060).

RGB color model

#065415 color RGB value is (6,84,21).

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

RGB channels and saturation

R 6 of 255 = 2%
G 84 of 255 = 33%
B 21 of 255 = 8%

6
84
21

R + G + B ~ 14%. #065415 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 84 + 21 = 111 (100%)
R 6 of 111 ~ 5.41%
G 84 of 111 ~ 75.68%
B 21 of 111 ~ 18.92%

%75.68
%18.92

CMYK color model

#065415 color CMYK value is (93,0,75,67).

  • cyan value is 92.86%
  • magenta value is 0.00%
  • yellow value is 75.00%
  • key color value is 67.06%
CMYK:
(93,0,75,67)
C93M0Y75K67 
(93%,0%,75%,67%)
(0.93/0.00/0.75/0.67)	

CMYK percentages

%92.86
%0
%75
%67.06

Codes

Color #065415 in popluar color models

065415
RGB68421
HSL132°86.67%17.65%
HSB/HSV132°92.86%32.94%
CMYK92.86%0.00%75.00%
67.06%

Color #065415 in popluar number systems.

HEX065415
Decimal68421
Binary110101010010101
Octal612425

Shades and tints

Shades of #065415

#065415
(6,84,21)
#064D14
(6,77,20)
#064613
(6,70,19)
#063F12
(6,63,18)
#063811
(6,56,17)
#063110
(6,49,16)
#062A0F
(6,42,15)
#06230E
(6,35,14)
#061C0D
(6,28,13)
#06150C
(6,21,12)
#060E0B
(6,14,11)
#000000
(0,0,0)

Tints of #065415

#065415
(6,84,21)
#1C632A
(28,99,42)
#32723F
(50,114,63)
#488154
(72,129,84)
#5E9069
(94,144,105)
#749F7E
(116,159,126)
#8AAE93
(138,174,147)
#A0BDA8
(160,189,168)
#B6CCBD
(182,204,189)
#CCDBD2
(204,219,210)
#E2EAE7
(226,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #065415 color. Also use rgb(6,84,21) instead hex code.

Text Font Color

.myTextColor { color: #065415; }

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

This text font color is #065415.


Background Color

.myBgColor { background-color: #065415; }

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

This div background color is #065415.


Border color

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

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

This div border color is #065415.


Opacity

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

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

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

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

This text has shadow with #065415 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #065415 on black background.


Color preview on white background

This text has color #065415 on white background.



Black color preview on #065415 background

This text has black color on #065415 background.


White color preview on #065415 background

This text has white color on #065415 background.