COLOR #488163

HEX: #488163
RGB: (72,129,99)

Renk bilgisi

#488163 contains red, green and blue colors in about the same proportion. #488163 ‘ nin web güvenlik rengi #339966 (ya da #396) dir.

RGB renk modeli

#488163 color RGB value is (72,129,99).

  • kırmız ton 72;
  • yeşil ton 129;
  • mavi ton 99.
RGB:
(72,129,99)
(28%,51%,39%)

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 129 of 255 = 51%
B 99 of 255 = 39%

72
129
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 129 + 99 = 300 (100%)
R 72 of 300 ~ 24%
G 129 of 300 ~ 43%
B 99 of 300 ~ 33%

%24
%43
%33

CMYK RENK MODELİ

#488163 rengi CMYK tonu (44,0,23,49).

  • camgöbeği tonu 44.19%
  • eflatun tonu 0.00%
  • sarı tonu 23.26%
  • ana renk tonu 49.41%
CMYK:
(44,0,23,49)
C44M0Y23K49 
(44%,0%,23%,49%)
(0.44/0.00/0.23/0.49)	

CMYK yüzdeleri

%44.19
%0
%23.26
%49.41

Codes

Color #488163 in popluar color models

488163
RGB7212999
HSL148°28.36%39.41%
HSB/HSV148°44.19%50.59%
CMYK44.19%0.00%23.26%
49.41%

Color #488163 in popluar number systems.

HEX488163
Decimal7212999
Binary1001000100000011100011
Octal110201143

Shades and tints

Shades of #488163

#488163
(72,129,99)
#42765A
(66,118,90)
#3C6B51
(60,107,81)
#366048
(54,96,72)
#30553F
(48,85,63)
#2A4A36
(42,74,54)
#243F2D
(36,63,45)
#1E3424
(30,52,36)
#18291B
(24,41,27)
#121E12
(18,30,18)
#0C1309
(12,19,9)
#000000
(0,0,0)

Tints of #488163

#488163
(72,129,99)
#588C71
(88,140,113)
#68977F
(104,151,127)
#78A28D
(120,162,141)
#88AD9B
(136,173,155)
#98B8A9
(152,184,169)
#A8C3B7
(168,195,183)
#B8CEC5
(184,206,197)
#C8D9D3
(200,217,211)
#D8E4E1
(216,228,225)
#E8EFEF
(232,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #488163 color. Also use rgb(72,129,99) instead hex code.

Text Font Color

.myTextColor { color: #488163; }

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

This text font color is #488163.


Background Color

.myBgColor { background-color: #488163; }

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

This div background color is #488163.


Border color

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

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

This div border color is #488163.


Opacity

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

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

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

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

This text has shadow with #488163 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #488163 on black background.


Color preview on white background

This text has color #488163 on white background.



Black color preview on #488163 background

This text has black color on #488163 background.


White color preview on #488163 background

This text has white color on #488163 background.