COLOR #488145

HEX: #488145
RGB: (72,129,69)

Renk bilgisi

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

RGB renk modeli

#488145 color RGB value is (72,129,69).

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

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 129 of 255 = 51%
B 69 of 255 = 27%

72
129
69

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

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 129 + 69 = 270 (100%)
R 72 of 270 ~ 26.67%
G 129 of 270 ~ 47.78%
B 69 of 270 ~ 25.56%

%26.67
%47.78
%25.56

CMYK RENK MODELİ

#488145 rengi CMYK tonu (44,0,47,49).

  • camgöbeği tonu 44.19%
  • eflatun tonu 0.00%
  • sarı tonu 46.51%
  • ana renk tonu 49.41%
CMYK:
(44,0,47,49)
C44M0Y47K49 
(44%,0%,47%,49%)
(0.44/0.00/0.47/0.49)	

CMYK yüzdeleri

%44.19
%0
%46.51
%49.41

Codes

Color #488145 in popluar color models

488145
RGB7212969
HSL117°30.30%38.82%
HSB/HSV117°46.51%50.59%
CMYK44.19%0.00%46.51%
49.41%

Color #488145 in popluar number systems.

HEX488145
Decimal7212969
Binary1001000100000011000101
Octal110201105

Shades and tints

Shades of #488145

#488145
(72,129,69)
#42763F
(66,118,63)
#3C6B39
(60,107,57)
#366033
(54,96,51)
#30552D
(48,85,45)
#2A4A27
(42,74,39)
#243F21
(36,63,33)
#1E341B
(30,52,27)
#182915
(24,41,21)
#121E0F
(18,30,15)
#0C1309
(12,19,9)
#000000
(0,0,0)

Tints of #488145

#488145
(72,129,69)
#588C55
(88,140,85)
#689765
(104,151,101)
#78A275
(120,162,117)
#88AD85
(136,173,133)
#98B895
(152,184,149)
#A8C3A5
(168,195,165)
#B8CEB5
(184,206,181)
#C8D9C5
(200,217,197)
#D8E4D5
(216,228,213)
#E8EFE5
(232,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #488145; }

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

This text font color is #488145.


Background Color

.myBgColor { background-color: #488145; }

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

This div background color is #488145.


Border color

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

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

This div border color is #488145.


Opacity

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

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

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

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

This text has shadow with #488145 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #488145 on black background.


Color preview on white background

This text has color #488145 on white background.



Black color preview on #488145 background

This text has black color on #488145 background.


White color preview on #488145 background

This text has white color on #488145 background.