COLOR #498533

HEX: #498533
RGB: (73,133,51)

Renk bilgisi

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

RGB renk modeli

#498533 color RGB value is (73,133,51).

  • kırmız ton 73;
  • yeşil ton 133;
  • mavi ton 51.
RGB:
(73,133,51)
(29%,52%,20%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 133 of 255 = 52%
B 51 of 255 = 20%

73
133
51

R + G + B ~ 34%. #498533 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 133 + 51 = 257 (100%)
R 73 of 257 ~ 28.4%
G 133 of 257 ~ 51.75%
B 51 of 257 ~ 19.84%

%28.4
%51.75
%19.84

CMYK RENK MODELİ

#498533 rengi CMYK tonu (45,0,62,48).

  • camgöbeği tonu 45.11%
  • eflatun tonu 0.00%
  • sarı tonu 61.65%
  • ana renk tonu 47.84%
CMYK:
(45,0,62,48)
C45M0Y62K48 
(45%,0%,62%,48%)
(0.45/0.00/0.62/0.48)	

CMYK yüzdeleri

%45.11
%0
%61.65
%47.84

Codes

Color #498533 in popluar color models

498533
RGB7313351
HSL104°44.57%36.08%
HSB/HSV104°61.65%52.16%
CMYK45.11%0.00%61.65%
47.84%

Color #498533 in popluar number systems.

HEX498533
Decimal7313351
Binary100100110000101110011
Octal11120563

Shades and tints

Shades of #498533

#498533
(73,133,51)
#43792F
(67,121,47)
#3D6D2B
(61,109,43)
#376127
(55,97,39)
#315523
(49,85,35)
#2B491F
(43,73,31)
#253D1B
(37,61,27)
#1F3117
(31,49,23)
#192513
(25,37,19)
#13190F
(19,25,15)
#0D0D0B
(13,13,11)
#000000
(0,0,0)

Tints of #498533

#498533
(73,133,51)
#599045
(89,144,69)
#699B57
(105,155,87)
#79A669
(121,166,105)
#89B17B
(137,177,123)
#99BC8D
(153,188,141)
#A9C79F
(169,199,159)
#B9D2B1
(185,210,177)
#C9DDC3
(201,221,195)
#D9E8D5
(217,232,213)
#E9F3E7
(233,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #498533 color. Also use rgb(73,133,51) instead hex code.

Text Font Color

.myTextColor { color: #498533; }

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

This text font color is #498533.


Background Color

.myBgColor { background-color: #498533; }

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

This div background color is #498533.


Border color

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

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

This div border color is #498533.


Opacity

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

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

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

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

This text has shadow with #498533 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #498533 on black background.


Color preview on white background

This text has color #498533 on white background.



Black color preview on #498533 background

This text has black color on #498533 background.


White color preview on #498533 background

This text has white color on #498533 background.