COLOR #48721D

HEX: #48721D
RGB: (72,114,29)

Renk bilgisi

#48721D contains mainly red and green colors. #48721D ‘ nin web güvenlik rengi #336633 (ya da #363) dir.

RGB renk modeli

#48721D color RGB value is (72,114,29).

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

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 114 of 255 = 45%
B 29 of 255 = 11%

72
114
29

R + G + B ~ 28%. #48721D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 114 + 29 = 215 (100%)
R 72 of 215 ~ 33.49%
G 114 of 215 ~ 53.02%
B 29 of 215 ~ 13.49%

%33.49
%53.02
%13.49

CMYK RENK MODELİ

#48721D rengi CMYK tonu (37,0,75,55).

  • camgöbeği tonu 36.84%
  • eflatun tonu 0.00%
  • sarı tonu 74.56%
  • ana renk tonu 55.29%
CMYK:
(37,0,75,55)
C37M0Y75K55 
(37%,0%,75%,55%)
(0.37/0.00/0.75/0.55)	

CMYK yüzdeleri

%36.84
%0
%74.56
%55.29

Codes

Color #48721D in popluar color models

48721D
RGB7211429
HSL90°59.44%28.04%
HSB/HSV90°74.56%44.71%
CMYK36.84%0.00%74.56%
55.29%

Color #48721D in popluar number systems.

HEX48721D
Decimal7211429
Binary1001000111001011101
Octal11016235

Shades and tints

Shades of #48721D

#48721D
(72,114,29)
#42681B
(66,104,27)
#3C5E19
(60,94,25)
#365417
(54,84,23)
#304A15
(48,74,21)
#2A4013
(42,64,19)
#243611
(36,54,17)
#1E2C0F
(30,44,15)
#18220D
(24,34,13)
#12180B
(18,24,11)
#0C0E09
(12,14,9)
#000000
(0,0,0)

Tints of #48721D

#48721D
(72,114,29)
#587E31
(88,126,49)
#688A45
(104,138,69)
#789659
(120,150,89)
#88A26D
(136,162,109)
#98AE81
(152,174,129)
#A8BA95
(168,186,149)
#B8C6A9
(184,198,169)
#C8D2BD
(200,210,189)
#D8DED1
(216,222,209)
#E8EAE5
(232,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48721D; }

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

This text font color is #48721D.


Background Color

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

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

This div background color is #48721D.


Border color

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

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

This div border color is #48721D.


Opacity

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

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

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

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

This text has shadow with #48721D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48721D on black background.


Color preview on white background

This text has color #48721D on white background.



Black color preview on #48721D background

This text has black color on #48721D background.


White color preview on #48721D background

This text has white color on #48721D background.