COLOR #065D15

HEX: #065D15
RGB: (6,93,21)

Renk bilgisi

#065D15 contains mainly green color. #065D15 ‘ nin web güvenlik rengi #006600 (ya da #060) dir.

RGB renk modeli

#065D15 color RGB value is (6,93,21).

  • kırmız ton 6;
  • yeşil ton 93;
  • mavi ton 21.
RGB:
(6,93,21)
(2%,36%,8%)

RGB bağlantıları ve doygunluk

R 6 of 255 = 2%
G 93 of 255 = 36%
B 21 of 255 = 8%

6
93
21

R + G + B ~ 15%. #065D15 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
6 + 93 + 21 = 120 (100%)
R 6 of 120 ~ 5%
G 93 of 120 ~ 77.5%
B 21 of 120 ~ 17.5%

%77.5
%17.5

CMYK RENK MODELİ

#065D15 rengi CMYK tonu (94,0,77,64).

  • camgöbeği tonu 93.55%
  • eflatun tonu 0.00%
  • sarı tonu 77.42%
  • ana renk tonu 63.53%
CMYK:
(94,0,77,64)
C94M0Y77K64 
(94%,0%,77%,64%)
(0.94/0.00/0.77/0.64)	

CMYK yüzdeleri

%93.55
%0
%77.42
%63.53

Codes

Color #065D15 in popluar color models

065D15
RGB69321
HSL130°87.88%19.41%
HSB/HSV130°93.55%36.47%
CMYK93.55%0.00%77.42%
63.53%

Color #065D15 in popluar number systems.

HEX065D15
Decimal69321
Binary110101110110101
Octal613525

Shades and tints

Shades of #065D15

#065D15
(6,93,21)
#065514
(6,85,20)
#064D13
(6,77,19)
#064512
(6,69,18)
#063D11
(6,61,17)
#063510
(6,53,16)
#062D0F
(6,45,15)
#06250E
(6,37,14)
#061D0D
(6,29,13)
#06150C
(6,21,12)
#060D0B
(6,13,11)
#000000
(0,0,0)

Tints of #065D15

#065D15
(6,93,21)
#1C6B2A
(28,107,42)
#32793F
(50,121,63)
#488754
(72,135,84)
#5E9569
(94,149,105)
#74A37E
(116,163,126)
#8AB193
(138,177,147)
#A0BFA8
(160,191,168)
#B6CDBD
(182,205,189)
#CCDBD2
(204,219,210)
#E2E9E7
(226,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #065D15; }

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

This text font color is #065D15.


Background Color

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

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

This div background color is #065D15.


Border color

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

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

This div border color is #065D15.


Opacity

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

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

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

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

This text has shadow with #065D15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #065D15 on black background.


Color preview on white background

This text has color #065D15 on white background.



Black color preview on #065D15 background

This text has black color on #065D15 background.


White color preview on #065D15 background

This text has white color on #065D15 background.