COLOR #498844

HEX: #498844
RGB: (73,136,68)

Renk bilgisi

#498844 contains mainly green color. #498844 ‘ nin web güvenlik rengi #339933 (ya da #393) dir.

RGB renk modeli

#498844 color RGB value is (73,136,68).

  • kırmız ton 73;
  • yeşil ton 136;
  • mavi ton 68.
RGB:
(73,136,68)
(29%,53%,27%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 136 of 255 = 53%
B 68 of 255 = 27%

73
136
68

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 136 + 68 = 277 (100%)
R 73 of 277 ~ 26.35%
G 136 of 277 ~ 49.1%
B 68 of 277 ~ 24.55%

%26.35
%49.1
%24.55

CMYK RENK MODELİ

#498844 rengi CMYK tonu (46,0,50,47).

  • camgöbeği tonu 46.32%
  • eflatun tonu 0.00%
  • sarı tonu 50.00%
  • ana renk tonu 46.67%
CMYK:
(46,0,50,47)
C46M0Y50K47 
(46%,0%,50%,47%)
(0.46/0.00/0.50/0.47)	

CMYK yüzdeleri

%46.32
%0
%50
%46.67

Codes

Color #498844 in popluar color models

498844
RGB7313668
HSL116°33.33%40.00%
HSB/HSV116°50.00%53.33%
CMYK46.32%0.00%50.00%
46.67%

Color #498844 in popluar number systems.

HEX498844
Decimal7313668
Binary1001001100010001000100
Octal111210104

Shades and tints

Shades of #498844

#498844
(73,136,68)
#437C3E
(67,124,62)
#3D7038
(61,112,56)
#376432
(55,100,50)
#31582C
(49,88,44)
#2B4C26
(43,76,38)
#254020
(37,64,32)
#1F341A
(31,52,26)
#192814
(25,40,20)
#131C0E
(19,28,14)
#0D1008
(13,16,8)
#000000
(0,0,0)

Tints of #498844

#498844
(73,136,68)
#599255
(89,146,85)
#699C66
(105,156,102)
#79A677
(121,166,119)
#89B088
(137,176,136)
#99BA99
(153,186,153)
#A9C4AA
(169,196,170)
#B9CEBB
(185,206,187)
#C9D8CC
(201,216,204)
#D9E2DD
(217,226,221)
#E9ECEE
(233,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #498844 color. Also use rgb(73,136,68) instead hex code.

Text Font Color

.myTextColor { color: #498844; }

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

This text font color is #498844.


Background Color

.myBgColor { background-color: #498844; }

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

This div background color is #498844.


Border color

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

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

This div border color is #498844.


Opacity

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

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

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

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

This text has shadow with #498844 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #498844 on black background.


Color preview on white background

This text has color #498844 on white background.



Black color preview on #498844 background

This text has black color on #498844 background.


White color preview on #498844 background

This text has white color on #498844 background.