COLOR #06580D

HEX: #06580D
RGB: (6,88,13)

Renk bilgisi

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

RGB renk modeli

#06580D color RGB value is (6,88,13).

  • kırmız ton 6;
  • yeşil ton 88;
  • mavi ton 13.
RGB:
(6,88,13)
(2%,35%,5%)

RGB bağlantıları ve doygunluk

R 6 of 255 = 2%
G 88 of 255 = 35%
B 13 of 255 = 5%

6
88
13

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

Yüzdelerle RGB renk parçaları

R + G + B =
6 + 88 + 13 = 107 (100%)
R 6 of 107 ~ 5.61%
G 88 of 107 ~ 82.24%
B 13 of 107 ~ 12.15%

%82.24
%12.15

CMYK RENK MODELİ

#06580D rengi CMYK tonu (93,0,85,65).

  • camgöbeği tonu 93.18%
  • eflatun tonu 0.00%
  • sarı tonu 85.23%
  • ana renk tonu 65.49%
CMYK:
(93,0,85,65)
C93M0Y85K65 
(93%,0%,85%,65%)
(0.93/0.00/0.85/0.65)	

CMYK yüzdeleri

%93.18
%0
%85.23
%65.49

Codes

Color #06580D in popluar color models

06580D
RGB68813
HSL125°87.23%18.43%
HSB/HSV125°93.18%34.51%
CMYK93.18%0.00%85.23%
65.49%

Color #06580D in popluar number systems.

HEX06580D
Decimal68813
Binary11010110001101
Octal613015

Shades and tints

Shades of #06580D

#06580D
(6,88,13)
#06500C
(6,80,12)
#06480B
(6,72,11)
#06400A
(6,64,10)
#063809
(6,56,9)
#063008
(6,48,8)
#062807
(6,40,7)
#062006
(6,32,6)
#061805
(6,24,5)
#061004
(6,16,4)
#060803
(6,8,3)
#000000
(0,0,0)

Tints of #06580D

#06580D
(6,88,13)
#1C6723
(28,103,35)
#327639
(50,118,57)
#48854F
(72,133,79)
#5E9465
(94,148,101)
#74A37B
(116,163,123)
#8AB291
(138,178,145)
#A0C1A7
(160,193,167)
#B6D0BD
(182,208,189)
#CCDFD3
(204,223,211)
#E2EEE9
(226,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06580D color. Also use rgb(6,88,13) instead hex code.

Text Font Color

.myTextColor { color: #06580D; }

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

This text font color is #06580D.


Background Color

.myBgColor { background-color: #06580D; }

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

This div background color is #06580D.


Border color

.myBorderColor { border: 1px solid #06580D; }

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

This div border color is #06580D.


Opacity

.myOpacity80 { color: #06580D; opacity: 0.8; }

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

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

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

This text has shadow with #06580D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06580D on black background.


Color preview on white background

This text has color #06580D on white background.



Black color preview on #06580D background

This text has black color on #06580D background.


White color preview on #06580D background

This text has white color on #06580D background.