COLOR #004808

HEX: #004808
RGB: (0,72,8)

Renk bilgisi

#004808 contains mainly green color. #004808 ‘ nin web güvenlik rengi #003300 (ya da #030) dir.

RGB renk modeli

#004808 color RGB value is (0,72,8).

  • kırmız ton 0;
  • yeşil ton 72;
  • mavi ton 8.
RGB:
(0,72,8)
(0%,28%,3%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 72 of 255 = 28%
B 8 of 255 = 3%

0
72
8

R + G + B ~ 10%. #004808 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 72 + 8 = 80 (100%)
R 0 of 80 ~ 0%
G 72 of 80 ~ 90%
B 8 of 80 ~ 10%

%90
%10

CMYK RENK MODELİ

#004808 rengi CMYK tonu (100,0,89,72).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 88.89%
  • ana renk tonu 71.76%
CMYK:
(100,0,89,72)
C100M0Y89K72 
(100%,0%,89%,72%)
(1.00/0.00/0.89/0.72)	

CMYK yüzdeleri

%100
%0
%88.89
%71.76

Codes

Color #004808 in popluar color models

004808
RGB0728
HSL127°100.00%14.12%
HSB/HSV127°100.00%28.24%
CMYK100.00%0.00%88.89%
71.76%

Color #004808 in popluar number systems.

HEX004808
Decimal0728
Binary010010001000
Octal011010

Shades and tints

Shades of #004808

#004808
(0,72,8)
#004208
(0,66,8)
#003C08
(0,60,8)
#003608
(0,54,8)
#003008
(0,48,8)
#002A08
(0,42,8)
#002408
(0,36,8)
#001E08
(0,30,8)
#001808
(0,24,8)
#001208
(0,18,8)
#000C08
(0,12,8)
#000000
(0,0,0)

Tints of #004808

#004808
(0,72,8)
#17581E
(23,88,30)
#2E6834
(46,104,52)
#45784A
(69,120,74)
#5C8860
(92,136,96)
#739876
(115,152,118)
#8AA88C
(138,168,140)
#A1B8A2
(161,184,162)
#B8C8B8
(184,200,184)
#CFD8CE
(207,216,206)
#E6E8E4
(230,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #004808 color. Also use rgb(0,72,8) instead hex code.

Text Font Color

.myTextColor { color: #004808; }

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

This text font color is #004808.


Background Color

.myBgColor { background-color: #004808; }

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

This div background color is #004808.


Border color

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

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

This div border color is #004808.


Opacity

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

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

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

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

This text has shadow with #004808 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #004808 on black background.


Color preview on white background

This text has color #004808 on white background.



Black color preview on #004808 background

This text has black color on #004808 background.


White color preview on #004808 background

This text has white color on #004808 background.