COLOR #488452

HEX: #488452
RGB: (72,132,82)

Renk bilgisi

#488452 contains mainly green and blue colors. #488452 ‘ nin web güvenlik rengi #339966 (ya da #396) dir.

RGB renk modeli

#488452 color RGB value is (72,132,82).

  • kırmız ton 72;
  • yeşil ton 132;
  • mavi ton 82.
RGB:
(72,132,82)
(28%,52%,32%)

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 132 of 255 = 52%
B 82 of 255 = 32%

72
132
82

R + G + B ~ 37%. #488452 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 132 + 82 = 286 (100%)
R 72 of 286 ~ 25.17%
G 132 of 286 ~ 46.15%
B 82 of 286 ~ 28.67%

%25.17
%46.15
%28.67

CMYK RENK MODELİ

#488452 rengi CMYK tonu (45,0,38,48).

  • camgöbeği tonu 45.45%
  • eflatun tonu 0.00%
  • sarı tonu 37.88%
  • ana renk tonu 48.24%
CMYK:
(45,0,38,48)
C45M0Y38K48 
(45%,0%,38%,48%)
(0.45/0.00/0.38/0.48)	

CMYK yüzdeleri

%45.45
%0
%37.88
%48.24

Codes

Color #488452 in popluar color models

488452
RGB7213282
HSL130°29.41%40.00%
HSB/HSV130°45.45%51.76%
CMYK45.45%0.00%37.88%
48.24%

Color #488452 in popluar number systems.

HEX488452
Decimal7213282
Binary1001000100001001010010
Octal110204122

Shades and tints

Shades of #488452

#488452
(72,132,82)
#42784B
(66,120,75)
#3C6C44
(60,108,68)
#36603D
(54,96,61)
#305436
(48,84,54)
#2A482F
(42,72,47)
#243C28
(36,60,40)
#1E3021
(30,48,33)
#18241A
(24,36,26)
#121813
(18,24,19)
#0C0C0C
(12,12,12)
#000000
(0,0,0)

Tints of #488452

#488452
(72,132,82)
#588F61
(88,143,97)
#689A70
(104,154,112)
#78A57F
(120,165,127)
#88B08E
(136,176,142)
#98BB9D
(152,187,157)
#A8C6AC
(168,198,172)
#B8D1BB
(184,209,187)
#C8DCCA
(200,220,202)
#D8E7D9
(216,231,217)
#E8F2E8
(232,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #488452 color. Also use rgb(72,132,82) instead hex code.

Text Font Color

.myTextColor { color: #488452; }

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

This text font color is #488452.


Background Color

.myBgColor { background-color: #488452; }

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

This div background color is #488452.


Border color

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

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

This div border color is #488452.


Opacity

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

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

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

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

This text has shadow with #488452 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #488452 on black background.


Color preview on white background

This text has color #488452 on white background.



Black color preview on #488452 background

This text has black color on #488452 background.


White color preview on #488452 background

This text has white color on #488452 background.