COLOR #488347

HEX: #488347
RGB: (72,131,71)

Renk bilgisi

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

RGB renk modeli

#488347 color RGB value is (72,131,71).

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

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 131 of 255 = 51%
B 71 of 255 = 28%

72
131
71

R + G + B ~ 36%. #488347 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 131 + 71 = 274 (100%)
R 72 of 274 ~ 26.28%
G 131 of 274 ~ 47.81%
B 71 of 274 ~ 25.91%

%26.28
%47.81
%25.91

CMYK RENK MODELİ

#488347 rengi CMYK tonu (45,0,46,49).

  • camgöbeği tonu 45.04%
  • eflatun tonu 0.00%
  • sarı tonu 45.80%
  • ana renk tonu 48.63%
CMYK:
(45,0,46,49)
C45M0Y46K49 
(45%,0%,46%,49%)
(0.45/0.00/0.46/0.49)	

CMYK yüzdeleri

%45.04
%0
%45.8
%48.63

Codes

Color #488347 in popluar color models

488347
RGB7213171
HSL119°29.70%39.61%
HSB/HSV119°45.80%51.37%
CMYK45.04%0.00%45.80%
48.63%

Color #488347 in popluar number systems.

HEX488347
Decimal7213171
Binary1001000100000111000111
Octal110203107

Shades and tints

Shades of #488347

#488347
(72,131,71)
#427841
(66,120,65)
#3C6D3B
(60,109,59)
#366235
(54,98,53)
#30572F
(48,87,47)
#2A4C29
(42,76,41)
#244123
(36,65,35)
#1E361D
(30,54,29)
#182B17
(24,43,23)
#122011
(18,32,17)
#0C150B
(12,21,11)
#000000
(0,0,0)

Tints of #488347

#488347
(72,131,71)
#588E57
(88,142,87)
#689967
(104,153,103)
#78A477
(120,164,119)
#88AF87
(136,175,135)
#98BA97
(152,186,151)
#A8C5A7
(168,197,167)
#B8D0B7
(184,208,183)
#C8DBC7
(200,219,199)
#D8E6D7
(216,230,215)
#E8F1E7
(232,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #488347 color. Also use rgb(72,131,71) instead hex code.

Text Font Color

.myTextColor { color: #488347; }

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

This text font color is #488347.


Background Color

.myBgColor { background-color: #488347; }

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

This div background color is #488347.


Border color

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

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

This div border color is #488347.


Opacity

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

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

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

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

This text has shadow with #488347 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #488347 on black background.


Color preview on white background

This text has color #488347 on white background.



Black color preview on #488347 background

This text has black color on #488347 background.


White color preview on #488347 background

This text has white color on #488347 background.