COLOR #048425

HEX: #048425
RGB: (4,132,37)

Renk bilgisi

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

RGB renk modeli

#048425 color RGB value is (4,132,37).

  • kırmız ton 4;
  • yeşil ton 132;
  • mavi ton 37.
RGB:
(4,132,37)
(2%,52%,15%)

RGB bağlantıları ve doygunluk

R 4 of 255 = 2%
G 132 of 255 = 52%
B 37 of 255 = 15%

4
132
37

R + G + B ~ 23%. #048425 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
4 + 132 + 37 = 173 (100%)
R 4 of 173 ~ 2.31%
G 132 of 173 ~ 76.3%
B 37 of 173 ~ 21.39%

%76.3
%21.39

CMYK RENK MODELİ

#048425 rengi CMYK tonu (97,0,72,48).

  • camgöbeği tonu 96.97%
  • eflatun tonu 0.00%
  • sarı tonu 71.97%
  • ana renk tonu 48.24%
CMYK:
(97,0,72,48)
C97M0Y72K48 
(97%,0%,72%,48%)
(0.97/0.00/0.72/0.48)	

CMYK yüzdeleri

%96.97
%0
%71.97
%48.24

Codes

Color #048425 in popluar color models

048425
RGB413237
HSL135°94.12%26.67%
HSB/HSV135°96.97%51.76%
CMYK96.97%0.00%71.97%
48.24%

Color #048425 in popluar number systems.

HEX048425
Decimal413237
Binary10010000100100101
Octal420445

Shades and tints

Shades of #048425

#048425
(4,132,37)
#047822
(4,120,34)
#046C1F
(4,108,31)
#04601C
(4,96,28)
#045419
(4,84,25)
#044816
(4,72,22)
#043C13
(4,60,19)
#043010
(4,48,16)
#04240D
(4,36,13)
#04180A
(4,24,10)
#040C07
(4,12,7)
#000000
(0,0,0)

Tints of #048425

#048425
(4,132,37)
#1A8F38
(26,143,56)
#309A4B
(48,154,75)
#46A55E
(70,165,94)
#5CB071
(92,176,113)
#72BB84
(114,187,132)
#88C697
(136,198,151)
#9ED1AA
(158,209,170)
#B4DCBD
(180,220,189)
#CAE7D0
(202,231,208)
#E0F2E3
(224,242,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #048425 color. Also use rgb(4,132,37) instead hex code.

Text Font Color

.myTextColor { color: #048425; }

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

This text font color is #048425.


Background Color

.myBgColor { background-color: #048425; }

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

This div background color is #048425.


Border color

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

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

This div border color is #048425.


Opacity

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

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

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

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

This text has shadow with #048425 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #048425 on black background.


Color preview on white background

This text has color #048425 on white background.



Black color preview on #048425 background

This text has black color on #048425 background.


White color preview on #048425 background

This text has white color on #048425 background.