COLOR #065127

HEX: #065127
RGB: (6,81,39)

Color info

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

RGB color model

#065127 color RGB value is (6,81,39).

  • red value is 6;
  • green value is 81;
  • blue value is 39.
RGB:
(6,81,39)
(2%,32%,15%)

RGB channels and saturation

R 6 of 255 = 2%
G 81 of 255 = 32%
B 39 of 255 = 15%

6
81
39

R + G + B ~ 16%. #065127 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 81 + 39 = 126 (100%)
R 6 of 126 ~ 4.76%
G 81 of 126 ~ 64.29%
B 39 of 126 ~ 30.95%

%64.29
%30.95

CMYK color model

#065127 color CMYK value is (93,0,52,68).

  • cyan value is 92.59%
  • magenta value is 0.00%
  • yellow value is 51.85%
  • key color value is 68.24%
CMYK:
(93,0,52,68)
C93M0Y52K68 
(93%,0%,52%,68%)
(0.93/0.00/0.52/0.68)	

CMYK percentages

%92.59
%0
%51.85
%68.24

Codes

Color #065127 in popluar color models

065127
RGB68139
HSL146°86.21%17.06%
HSB/HSV146°92.59%31.76%
CMYK92.59%0.00%51.85%
68.24%

Color #065127 in popluar number systems.

HEX065127
Decimal68139
Binary1101010001100111
Octal612147

Shades and tints

Shades of #065127

#065127
(6,81,39)
#064A24
(6,74,36)
#064321
(6,67,33)
#063C1E
(6,60,30)
#06351B
(6,53,27)
#062E18
(6,46,24)
#062715
(6,39,21)
#062012
(6,32,18)
#06190F
(6,25,15)
#06120C
(6,18,12)
#060B09
(6,11,9)
#000000
(0,0,0)

Tints of #065127

#065127
(6,81,39)
#1C603A
(28,96,58)
#326F4D
(50,111,77)
#487E60
(72,126,96)
#5E8D73
(94,141,115)
#749C86
(116,156,134)
#8AAB99
(138,171,153)
#A0BAAC
(160,186,172)
#B6C9BF
(182,201,191)
#CCD8D2
(204,216,210)
#E2E7E5
(226,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #065127 color. Also use rgb(6,81,39) instead hex code.

Text Font Color

.myTextColor { color: #065127; }

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

This text font color is #065127.


Background Color

.myBgColor { background-color: #065127; }

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

This div background color is #065127.


Border color

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

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

This div border color is #065127.


Opacity

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

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

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

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

This text has shadow with #065127 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #065127 on black background.


Color preview on white background

This text has color #065127 on white background.



Black color preview on #065127 background

This text has black color on #065127 background.


White color preview on #065127 background

This text has white color on #065127 background.