COLOR #488335

HEX: #488335
RGB: (72,131,53)

Renk bilgisi

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

RGB renk modeli

#488335 color RGB value is (72,131,53).

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

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 131 of 255 = 51%
B 53 of 255 = 21%

72
131
53

R + G + B ~ 33%. #488335 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 131 + 53 = 256 (100%)
R 72 of 256 ~ 28.13%
G 131 of 256 ~ 51.17%
B 53 of 256 ~ 20.7%

%28.13
%51.17
%20.7

CMYK RENK MODELİ

#488335 rengi CMYK tonu (45,0,60,49).

  • camgöbeği tonu 45.04%
  • eflatun tonu 0.00%
  • sarı tonu 59.54%
  • ana renk tonu 48.63%
CMYK:
(45,0,60,49)
C45M0Y60K49 
(45%,0%,60%,49%)
(0.45/0.00/0.60/0.49)	

CMYK yüzdeleri

%45.04
%0
%59.54
%48.63

Codes

Color #488335 in popluar color models

488335
RGB7213153
HSL105°42.39%36.08%
HSB/HSV105°59.54%51.37%
CMYK45.04%0.00%59.54%
48.63%

Color #488335 in popluar number systems.

HEX488335
Decimal7213153
Binary100100010000011110101
Octal11020365

Shades and tints

Shades of #488335

#488335
(72,131,53)
#427831
(66,120,49)
#3C6D2D
(60,109,45)
#366229
(54,98,41)
#305725
(48,87,37)
#2A4C21
(42,76,33)
#24411D
(36,65,29)
#1E3619
(30,54,25)
#182B15
(24,43,21)
#122011
(18,32,17)
#0C150D
(12,21,13)
#000000
(0,0,0)

Tints of #488335

#488335
(72,131,53)
#588E47
(88,142,71)
#689959
(104,153,89)
#78A46B
(120,164,107)
#88AF7D
(136,175,125)
#98BA8F
(152,186,143)
#A8C5A1
(168,197,161)
#B8D0B3
(184,208,179)
#C8DBC5
(200,219,197)
#D8E6D7
(216,230,215)
#E8F1E9
(232,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #488335; }

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

This text font color is #488335.


Background Color

.myBgColor { background-color: #488335; }

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

This div background color is #488335.


Border color

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

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

This div border color is #488335.


Opacity

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

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

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

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

This text has shadow with #488335 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #488335 on black background.


Color preview on white background

This text has color #488335 on white background.



Black color preview on #488335 background

This text has black color on #488335 background.


White color preview on #488335 background

This text has white color on #488335 background.