COLOR #04731D

HEX: #04731D
RGB: (4,115,29)

Renk bilgisi

#04731D contains mainly green color. #04731D ‘ nin web güvenlik rengi #006633 (ya da #063) dir.

RGB renk modeli

#04731D color RGB value is (4,115,29).

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

RGB bağlantıları ve doygunluk

R 4 of 255 = 2%
G 115 of 255 = 45%
B 29 of 255 = 11%

4
115
29

R + G + B ~ 19%. #04731D is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
4 + 115 + 29 = 148 (100%)
R 4 of 148 ~ 2.7%
G 115 of 148 ~ 77.7%
B 29 of 148 ~ 19.59%

%77.7
%19.59

CMYK RENK MODELİ

#04731D rengi CMYK tonu (97,0,75,55).

  • camgöbeği tonu 96.52%
  • eflatun tonu 0.00%
  • sarı tonu 74.78%
  • ana renk tonu 54.90%
CMYK:
(97,0,75,55)
C97M0Y75K55 
(97%,0%,75%,55%)
(0.97/0.00/0.75/0.55)	

CMYK yüzdeleri

%96.52
%0
%74.78
%54.9

Codes

Color #04731D in popluar color models

04731D
RGB411529
HSL134°93.28%23.33%
HSB/HSV134°96.52%45.10%
CMYK96.52%0.00%74.78%
54.90%

Color #04731D in popluar number systems.

HEX04731D
Decimal411529
Binary100111001111101
Octal416335

Shades and tints

Shades of #04731D

#04731D
(4,115,29)
#04691B
(4,105,27)
#045F19
(4,95,25)
#045517
(4,85,23)
#044B15
(4,75,21)
#044113
(4,65,19)
#043711
(4,55,17)
#042D0F
(4,45,15)
#04230D
(4,35,13)
#04190B
(4,25,11)
#040F09
(4,15,9)
#000000
(0,0,0)

Tints of #04731D

#04731D
(4,115,29)
#1A7F31
(26,127,49)
#308B45
(48,139,69)
#469759
(70,151,89)
#5CA36D
(92,163,109)
#72AF81
(114,175,129)
#88BB95
(136,187,149)
#9EC7A9
(158,199,169)
#B4D3BD
(180,211,189)
#CADFD1
(202,223,209)
#E0EBE5
(224,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04731D color. Also use rgb(4,115,29) instead hex code.

Text Font Color

.myTextColor { color: #04731D; }

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

This text font color is #04731D.


Background Color

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

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

This div background color is #04731D.


Border color

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

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

This div border color is #04731D.


Opacity

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

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

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

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

This text has shadow with #04731D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04731D on black background.


Color preview on white background

This text has color #04731D on white background.



Black color preview on #04731D background

This text has black color on #04731D background.


White color preview on #04731D background

This text has white color on #04731D background.