COLOR #004005

HEX: #004005
RGB: (0,64,5)

Renk bilgisi

#004005 contains only green and blue colors. #004005 ‘ nin web güvenlik rengi #003300 (ya da #030) dir.

RGB renk modeli

#004005 color RGB value is (0,64,5).

  • kırmız ton 0;
  • yeşil ton 64;
  • mavi ton 5.
RGB:
(0,64,5)
(0%,25%,2%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 64 of 255 = 25%
B 5 of 255 = 2%

0
64
5

R + G + B ~ 9%. #004005 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 64 + 5 = 69 (100%)
R 0 of 69 ~ 0%
G 64 of 69 ~ 92.75%
B 5 of 69 ~ 7.25%

%92.75

CMYK RENK MODELİ

#004005 rengi CMYK tonu (100,0,92,75).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 92.19%
  • ana renk tonu 74.90%
CMYK:
(100,0,92,75)
C100M0Y92K75 
(100%,0%,92%,75%)
(1.00/0.00/0.92/0.75)	

CMYK yüzdeleri

%100
%0
%92.19
%74.9

Codes

Color #004005 in popluar color models

004005
RGB0645
HSL125°100.00%12.55%
HSB/HSV125°100.00%25.10%
CMYK100.00%0.00%92.19%
74.90%

Color #004005 in popluar number systems.

HEX004005
Decimal0645
Binary01000000101
Octal01005

Shades and tints

Shades of #004005

#004005
(0,64,5)
#003B05
(0,59,5)
#003605
(0,54,5)
#003105
(0,49,5)
#002C05
(0,44,5)
#002705
(0,39,5)
#002205
(0,34,5)
#001D05
(0,29,5)
#001805
(0,24,5)
#001305
(0,19,5)
#000E05
(0,14,5)
#000000
(0,0,0)

Tints of #004005

#004005
(0,64,5)
#17511B
(23,81,27)
#2E6231
(46,98,49)
#457347
(69,115,71)
#5C845D
(92,132,93)
#739573
(115,149,115)
#8AA689
(138,166,137)
#A1B79F
(161,183,159)
#B8C8B5
(184,200,181)
#CFD9CB
(207,217,203)
#E6EAE1
(230,234,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #004005 color. Also use rgb(0,64,5) instead hex code.

Text Font Color

.myTextColor { color: #004005; }

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

This text font color is #004005.


Background Color

.myBgColor { background-color: #004005; }

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

This div background color is #004005.


Border color

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

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

This div border color is #004005.


Opacity

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

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

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

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

This text has shadow with #004005 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #004005 on black background.


Color preview on white background

This text has color #004005 on white background.



Black color preview on #004005 background

This text has black color on #004005 background.


White color preview on #004005 background

This text has white color on #004005 background.