COLOR #498933

HEX: #498933
RGB: (73,137,51)

Renk bilgisi

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

RGB renk modeli

#498933 color RGB value is (73,137,51).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 137 of 255 = 54%
B 51 of 255 = 20%

73
137
51

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 137 + 51 = 261 (100%)
R 73 of 261 ~ 27.97%
G 137 of 261 ~ 52.49%
B 51 of 261 ~ 19.54%

%27.97
%52.49
%19.54

CMYK RENK MODELİ

#498933 rengi CMYK tonu (47,0,63,46).

  • camgöbeği tonu 46.72%
  • eflatun tonu 0.00%
  • sarı tonu 62.77%
  • ana renk tonu 46.27%
CMYK:
(47,0,63,46)
C47M0Y63K46 
(47%,0%,63%,46%)
(0.47/0.00/0.63/0.46)	

CMYK yüzdeleri

%46.72
%0
%62.77
%46.27

Codes

Color #498933 in popluar color models

498933
RGB7313751
HSL105°45.74%36.86%
HSB/HSV105°62.77%53.73%
CMYK46.72%0.00%62.77%
46.27%

Color #498933 in popluar number systems.

HEX498933
Decimal7313751
Binary100100110001001110011
Octal11121163

Shades and tints

Shades of #498933

#498933
(73,137,51)
#437D2F
(67,125,47)
#3D712B
(61,113,43)
#376527
(55,101,39)
#315923
(49,89,35)
#2B4D1F
(43,77,31)
#25411B
(37,65,27)
#1F3517
(31,53,23)
#192913
(25,41,19)
#131D0F
(19,29,15)
#0D110B
(13,17,11)
#000000
(0,0,0)

Tints of #498933

#498933
(73,137,51)
#599345
(89,147,69)
#699D57
(105,157,87)
#79A769
(121,167,105)
#89B17B
(137,177,123)
#99BB8D
(153,187,141)
#A9C59F
(169,197,159)
#B9CFB1
(185,207,177)
#C9D9C3
(201,217,195)
#D9E3D5
(217,227,213)
#E9EDE7
(233,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #498933; }

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

This text font color is #498933.


Background Color

.myBgColor { background-color: #498933; }

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

This div background color is #498933.


Border color

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

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

This div border color is #498933.


Opacity

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

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

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

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

This text has shadow with #498933 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #498933 on black background.


Color preview on white background

This text has color #498933 on white background.



Black color preview on #498933 background

This text has black color on #498933 background.


White color preview on #498933 background

This text has white color on #498933 background.