COLOR #04490A

HEX: #04490A
RGB: (4,73,10)

Renk bilgisi

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

RGB renk modeli

#04490A color RGB value is (4,73,10).

  • kırmız ton 4;
  • yeşil ton 73;
  • mavi ton 10.
RGB:
(4,73,10)
(2%,29%,4%)

RGB bağlantıları ve doygunluk

R 4 of 255 = 2%
G 73 of 255 = 29%
B 10 of 255 = 4%

4
73
10

R + G + B ~ 12%. #04490A is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
4 + 73 + 10 = 87 (100%)
R 4 of 87 ~ 4.6%
G 73 of 87 ~ 83.91%
B 10 of 87 ~ 11.49%

%83.91
%11.49

CMYK RENK MODELİ

#04490A rengi CMYK tonu (95,0,86,71).

  • camgöbeği tonu 94.52%
  • eflatun tonu 0.00%
  • sarı tonu 86.30%
  • ana renk tonu 71.37%
CMYK:
(95,0,86,71)
C95M0Y86K71 
(95%,0%,86%,71%)
(0.95/0.00/0.86/0.71)	

CMYK yüzdeleri

%94.52
%0
%86.3
%71.37

Codes

Color #04490A in popluar color models

04490A
RGB47310
HSL125°89.61%15.10%
HSB/HSV125°94.52%28.63%
CMYK94.52%0.00%86.30%
71.37%

Color #04490A in popluar number systems.

HEX04490A
Decimal47310
Binary10010010011010
Octal411112

Shades and tints

Shades of #04490A

#04490A
(4,73,10)
#04430A
(4,67,10)
#043D0A
(4,61,10)
#04370A
(4,55,10)
#04310A
(4,49,10)
#042B0A
(4,43,10)
#04250A
(4,37,10)
#041F0A
(4,31,10)
#04190A
(4,25,10)
#04130A
(4,19,10)
#040D0A
(4,13,10)
#000000
(0,0,0)

Tints of #04490A

#04490A
(4,73,10)
#1A5920
(26,89,32)
#306936
(48,105,54)
#46794C
(70,121,76)
#5C8962
(92,137,98)
#729978
(114,153,120)
#88A98E
(136,169,142)
#9EB9A4
(158,185,164)
#B4C9BA
(180,201,186)
#CAD9D0
(202,217,208)
#E0E9E6
(224,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04490A color. Also use rgb(4,73,10) instead hex code.

Text Font Color

.myTextColor { color: #04490A; }

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

This text font color is #04490A.


Background Color

.myBgColor { background-color: #04490A; }

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

This div background color is #04490A.


Border color

.myBorderColor { border: 1px solid #04490A; }

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

This div border color is #04490A.


Opacity

.myOpacity80 { color: #04490A; opacity: 0.8; }

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

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

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

This text has shadow with #04490A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04490A on black background.


Color preview on white background

This text has color #04490A on white background.



Black color preview on #04490A background

This text has black color on #04490A background.


White color preview on #04490A background

This text has white color on #04490A background.