COLOR #48821D

HEX: #48821D
RGB: (72,130,29)

Renk bilgisi

#48821D contains mainly red and green colors. #48821D ‘ nin web güvenlik rengi #339933 (ya da #393) dir.

RGB renk modeli

#48821D color RGB value is (72,130,29).

  • kırmız ton 72;
  • yeşil ton 130;
  • mavi ton 29.
RGB:
(72,130,29)
(28%,51%,11%)

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 130 of 255 = 51%
B 29 of 255 = 11%

72
130
29

R + G + B ~ 30%. #48821D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 130 + 29 = 231 (100%)
R 72 of 231 ~ 31.17%
G 130 of 231 ~ 56.28%
B 29 of 231 ~ 12.55%

%31.17
%56.28
%12.55

CMYK RENK MODELİ

#48821D rengi CMYK tonu (45,0,78,49).

  • camgöbeği tonu 44.62%
  • eflatun tonu 0.00%
  • sarı tonu 77.69%
  • ana renk tonu 49.02%
CMYK:
(45,0,78,49)
C45M0Y78K49 
(45%,0%,78%,49%)
(0.45/0.00/0.78/0.49)	

CMYK yüzdeleri

%44.62
%0
%77.69
%49.02

Codes

Color #48821D in popluar color models

48821D
RGB7213029
HSL94°63.52%31.18%
HSB/HSV94°77.69%50.98%
CMYK44.62%0.00%77.69%
49.02%

Color #48821D in popluar number systems.

HEX48821D
Decimal7213029
Binary10010001000001011101
Octal11020235

Shades and tints

Shades of #48821D

#48821D
(72,130,29)
#42771B
(66,119,27)
#3C6C19
(60,108,25)
#366117
(54,97,23)
#305615
(48,86,21)
#2A4B13
(42,75,19)
#244011
(36,64,17)
#1E350F
(30,53,15)
#182A0D
(24,42,13)
#121F0B
(18,31,11)
#0C1409
(12,20,9)
#000000
(0,0,0)

Tints of #48821D

#48821D
(72,130,29)
#588D31
(88,141,49)
#689845
(104,152,69)
#78A359
(120,163,89)
#88AE6D
(136,174,109)
#98B981
(152,185,129)
#A8C495
(168,196,149)
#B8CFA9
(184,207,169)
#C8DABD
(200,218,189)
#D8E5D1
(216,229,209)
#E8F0E5
(232,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48821D color. Also use rgb(72,130,29) instead hex code.

Text Font Color

.myTextColor { color: #48821D; }

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

This text font color is #48821D.


Background Color

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

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

This div background color is #48821D.


Border color

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

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

This div border color is #48821D.


Opacity

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

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

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

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

This text has shadow with #48821D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48821D on black background.


Color preview on white background

This text has color #48821D on white background.



Black color preview on #48821D background

This text has black color on #48821D background.


White color preview on #48821D background

This text has white color on #48821D background.