COLOR #05590D

HEX: #05590D
RGB: (5,89,13)

Renk bilgisi

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

RGB renk modeli

#05590D color RGB value is (5,89,13).

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

RGB bağlantıları ve doygunluk

R 5 of 255 = 2%
G 89 of 255 = 35%
B 13 of 255 = 5%

5
89
13

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

Yüzdelerle RGB renk parçaları

R + G + B =
5 + 89 + 13 = 107 (100%)
R 5 of 107 ~ 4.67%
G 89 of 107 ~ 83.18%
B 13 of 107 ~ 12.15%

%83.18
%12.15

CMYK RENK MODELİ

#05590D rengi CMYK tonu (94,0,85,65).

  • camgöbeği tonu 94.38%
  • eflatun tonu 0.00%
  • sarı tonu 85.39%
  • ana renk tonu 65.10%
CMYK:
(94,0,85,65)
C94M0Y85K65 
(94%,0%,85%,65%)
(0.94/0.00/0.85/0.65)	

CMYK yüzdeleri

%94.38
%0
%85.39
%65.1

Codes

Color #05590D in popluar color models

05590D
RGB58913
HSL126°89.36%18.43%
HSB/HSV126°94.38%34.90%
CMYK94.38%0.00%85.39%
65.10%

Color #05590D in popluar number systems.

HEX05590D
Decimal58913
Binary10110110011101
Octal513115

Shades and tints

Shades of #05590D

#05590D
(5,89,13)
#05510C
(5,81,12)
#05490B
(5,73,11)
#05410A
(5,65,10)
#053909
(5,57,9)
#053108
(5,49,8)
#052907
(5,41,7)
#052106
(5,33,6)
#051905
(5,25,5)
#051104
(5,17,4)
#050903
(5,9,3)
#000000
(0,0,0)

Tints of #05590D

#05590D
(5,89,13)
#1B6823
(27,104,35)
#317739
(49,119,57)
#47864F
(71,134,79)
#5D9565
(93,149,101)
#73A47B
(115,164,123)
#89B391
(137,179,145)
#9FC2A7
(159,194,167)
#B5D1BD
(181,209,189)
#CBE0D3
(203,224,211)
#E1EFE9
(225,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #05590D color. Also use rgb(5,89,13) instead hex code.

Text Font Color

.myTextColor { color: #05590D; }

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

This text font color is #05590D.


Background Color

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

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

This div background color is #05590D.


Border color

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

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

This div border color is #05590D.


Opacity

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

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

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

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

This text has shadow with #05590D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #05590D on black background.


Color preview on white background

This text has color #05590D on white background.



Black color preview on #05590D background

This text has black color on #05590D background.


White color preview on #05590D background

This text has white color on #05590D background.