COLOR #04B340

HEX: #04B340
RGB: (4,179,64)

Renk bilgisi

#04B340 contains mainly green color. #04B340 ‘ nin web güvenlik rengi #009933 (ya da #093) dir.

RGB renk modeli

#04B340 color RGB value is (4,179,64).

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

RGB bağlantıları ve doygunluk

R 4 of 255 = 2%
G 179 of 255 = 70%
B 64 of 255 = 25%

4
179
64

R + G + B ~ 32%. #04B340 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
4 + 179 + 64 = 247 (100%)
R 4 of 247 ~ 1.62%
G 179 of 247 ~ 72.47%
B 64 of 247 ~ 25.91%

%72.47
%25.91

CMYK RENK MODELİ

#04B340 rengi CMYK tonu (98,0,64,30).

  • camgöbeği tonu 97.77%
  • eflatun tonu 0.00%
  • sarı tonu 64.25%
  • ana renk tonu 29.80%
CMYK:
(98,0,64,30)
C98M0Y64K30 
(98%,0%,64%,30%)
(0.98/0.00/0.64/0.30)	

CMYK yüzdeleri

%97.77
%0
%64.25
%29.8

Codes

Color #04B340 in popluar color models

04B340
RGB417964
HSL141°95.63%35.88%
HSB/HSV141°97.77%70.20%
CMYK97.77%0.00%64.25%
29.80%

Color #04B340 in popluar number systems.

HEX04B340
Decimal417964
Binary100101100111000000
Octal4263100

Shades and tints

Shades of #04B340

#04B340
(4,179,64)
#04A33B
(4,163,59)
#049336
(4,147,54)
#048331
(4,131,49)
#04732C
(4,115,44)
#046327
(4,99,39)
#045322
(4,83,34)
#04431D
(4,67,29)
#043318
(4,51,24)
#042313
(4,35,19)
#04130E
(4,19,14)
#000000
(0,0,0)

Tints of #04B340

#04B340
(4,179,64)
#1AB951
(26,185,81)
#30BF62
(48,191,98)
#46C573
(70,197,115)
#5CCB84
(92,203,132)
#72D195
(114,209,149)
#88D7A6
(136,215,166)
#9EDDB7
(158,221,183)
#B4E3C8
(180,227,200)
#CAE9D9
(202,233,217)
#E0EFEA
(224,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04B340 color. Also use rgb(4,179,64) instead hex code.

Text Font Color

.myTextColor { color: #04B340; }

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

This text font color is #04B340.


Background Color

.myBgColor { background-color: #04B340; }

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

This div background color is #04B340.


Border color

.myBorderColor { border: 1px solid #04B340; }

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

This div border color is #04B340.


Opacity

.myOpacity80 { color: #04B340; opacity: 0.8; }

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

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

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

This text has shadow with #04B340 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04B340 on black background.


Color preview on white background

This text has color #04B340 on white background.



Black color preview on #04B340 background

This text has black color on #04B340 background.


White color preview on #04B340 background

This text has white color on #04B340 background.