COLOR #48776D

HEX: #48776D
RGB: (72,119,109)

Renk bilgisi

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

RGB renk modeli

#48776D color RGB value is (72,119,109).

  • kırmız ton 72;
  • yeşil ton 119;
  • mavi ton 109.
RGB:
(72,119,109)
(28%,47%,43%)

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 119 of 255 = 47%
B 109 of 255 = 43%

72
119
109

R + G + B ~ 39%. #48776D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 119 + 109 = 300 (100%)
R 72 of 300 ~ 24%
G 119 of 300 ~ 39.67%
B 109 of 300 ~ 36.33%

%24
%39.67
%36.33

CMYK RENK MODELİ

#48776D rengi CMYK tonu (39,0,8,53).

  • camgöbeği tonu 39.50%
  • eflatun tonu 0.00%
  • sarı tonu 8.40%
  • ana renk tonu 53.33%
CMYK:
(39,0,8,53)
C39M0Y8K53 
(39%,0%,8%,53%)
(0.39/0.00/0.08/0.53)	

CMYK yüzdeleri

%39.5
%0
%8.4
%53.33

Codes

Color #48776D in popluar color models

48776D
RGB72119109
HSL167°24.61%37.45%
HSB/HSV167°39.50%46.67%
CMYK39.50%0.00%8.40%
53.33%

Color #48776D in popluar number systems.

HEX48776D
Decimal72119109
Binary100100011101111101101
Octal110167155

Shades and tints

Shades of #48776D

#48776D
(72,119,109)
#426D64
(66,109,100)
#3C635B
(60,99,91)
#365952
(54,89,82)
#304F49
(48,79,73)
#2A4540
(42,69,64)
#243B37
(36,59,55)
#1E312E
(30,49,46)
#182725
(24,39,37)
#121D1C
(18,29,28)
#0C1313
(12,19,19)
#000000
(0,0,0)

Tints of #48776D

#48776D
(72,119,109)
#58837A
(88,131,122)
#688F87
(104,143,135)
#789B94
(120,155,148)
#88A7A1
(136,167,161)
#98B3AE
(152,179,174)
#A8BFBB
(168,191,187)
#B8CBC8
(184,203,200)
#C8D7D5
(200,215,213)
#D8E3E2
(216,227,226)
#E8EFEF
(232,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48776D color. Also use rgb(72,119,109) instead hex code.

Text Font Color

.myTextColor { color: #48776D; }

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

This text font color is #48776D.


Background Color

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

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

This div background color is #48776D.


Border color

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

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

This div border color is #48776D.


Opacity

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

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

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

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

This text has shadow with #48776D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48776D on black background.


Color preview on white background

This text has color #48776D on white background.



Black color preview on #48776D background

This text has black color on #48776D background.


White color preview on #48776D background

This text has white color on #48776D background.