COLOR #48784D

HEX: #48784D
RGB: (72,120,77)

Renk bilgisi

#48784D contains red, green and blue colors in about the same proportion. #48784D ‘ nin web güvenlik rengi #336633 (ya da #363) dir.

RGB renk modeli

#48784D color RGB value is (72,120,77).

  • kırmız ton 72;
  • yeşil ton 120;
  • mavi ton 77.
RGB:
(72,120,77)
(28%,47%,30%)

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 120 of 255 = 47%
B 77 of 255 = 30%

72
120
77

R + G + B ~ 35%. #48784D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 120 + 77 = 269 (100%)
R 72 of 269 ~ 26.77%
G 120 of 269 ~ 44.61%
B 77 of 269 ~ 28.62%

%26.77
%44.61
%28.62

CMYK RENK MODELİ

#48784D rengi CMYK tonu (40,0,36,53).

  • camgöbeği tonu 40.00%
  • eflatun tonu 0.00%
  • sarı tonu 35.83%
  • ana renk tonu 52.94%
CMYK:
(40,0,36,53)
C40M0Y36K53 
(40%,0%,36%,53%)
(0.40/0.00/0.36/0.53)	

CMYK yüzdeleri

%40
%0
%35.83
%52.94

Codes

Color #48784D in popluar color models

48784D
RGB7212077
HSL126°25.00%37.65%
HSB/HSV126°40.00%47.06%
CMYK40.00%0.00%35.83%
52.94%

Color #48784D in popluar number systems.

HEX48784D
Decimal7212077
Binary100100011110001001101
Octal110170115

Shades and tints

Shades of #48784D

#48784D
(72,120,77)
#426E46
(66,110,70)
#3C643F
(60,100,63)
#365A38
(54,90,56)
#305031
(48,80,49)
#2A462A
(42,70,42)
#243C23
(36,60,35)
#1E321C
(30,50,28)
#182815
(24,40,21)
#121E0E
(18,30,14)
#0C1407
(12,20,7)
#000000
(0,0,0)

Tints of #48784D

#48784D
(72,120,77)
#58845D
(88,132,93)
#68906D
(104,144,109)
#789C7D
(120,156,125)
#88A88D
(136,168,141)
#98B49D
(152,180,157)
#A8C0AD
(168,192,173)
#B8CCBD
(184,204,189)
#C8D8CD
(200,216,205)
#D8E4DD
(216,228,221)
#E8F0ED
(232,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48784D color. Also use rgb(72,120,77) instead hex code.

Text Font Color

.myTextColor { color: #48784D; }

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

This text font color is #48784D.


Background Color

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

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

This div background color is #48784D.


Border color

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

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

This div border color is #48784D.


Opacity

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

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

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

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

This text has shadow with #48784D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48784D on black background.


Color preview on white background

This text has color #48784D on white background.



Black color preview on #48784D background

This text has black color on #48784D background.


White color preview on #48784D background

This text has white color on #48784D background.