COLOR #498141

HEX: #498141
RGB: (73,129,65)

Renk bilgisi

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

RGB renk modeli

#498141 color RGB value is (73,129,65).

  • kırmız ton 73;
  • yeşil ton 129;
  • mavi ton 65.
RGB:
(73,129,65)
(29%,51%,25%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 129 of 255 = 51%
B 65 of 255 = 25%

73
129
65

R + G + B ~ 35%. #498141 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 129 + 65 = 267 (100%)
R 73 of 267 ~ 27.34%
G 129 of 267 ~ 48.31%
B 65 of 267 ~ 24.34%

%27.34
%48.31
%24.34

CMYK RENK MODELİ

#498141 rengi CMYK tonu (43,0,50,49).

  • camgöbeği tonu 43.41%
  • eflatun tonu 0.00%
  • sarı tonu 49.61%
  • ana renk tonu 49.41%
CMYK:
(43,0,50,49)
C43M0Y50K49 
(43%,0%,50%,49%)
(0.43/0.00/0.50/0.49)	

CMYK yüzdeleri

%43.41
%0
%49.61
%49.41

Codes

Color #498141 in popluar color models

498141
RGB7312965
HSL113°32.99%38.04%
HSB/HSV113°49.61%50.59%
CMYK43.41%0.00%49.61%
49.41%

Color #498141 in popluar number systems.

HEX498141
Decimal7312965
Binary1001001100000011000001
Octal111201101

Shades and tints

Shades of #498141

#498141
(73,129,65)
#43763C
(67,118,60)
#3D6B37
(61,107,55)
#376032
(55,96,50)
#31552D
(49,85,45)
#2B4A28
(43,74,40)
#253F23
(37,63,35)
#1F341E
(31,52,30)
#192919
(25,41,25)
#131E14
(19,30,20)
#0D130F
(13,19,15)
#000000
(0,0,0)

Tints of #498141

#498141
(73,129,65)
#598C52
(89,140,82)
#699763
(105,151,99)
#79A274
(121,162,116)
#89AD85
(137,173,133)
#99B896
(153,184,150)
#A9C3A7
(169,195,167)
#B9CEB8
(185,206,184)
#C9D9C9
(201,217,201)
#D9E4DA
(217,228,218)
#E9EFEB
(233,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #498141 color. Also use rgb(73,129,65) instead hex code.

Text Font Color

.myTextColor { color: #498141; }

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

This text font color is #498141.


Background Color

.myBgColor { background-color: #498141; }

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

This div background color is #498141.


Border color

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

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

This div border color is #498141.


Opacity

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

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

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

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

This text has shadow with #498141 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #498141 on black background.


Color preview on white background

This text has color #498141 on white background.



Black color preview on #498141 background

This text has black color on #498141 background.


White color preview on #498141 background

This text has white color on #498141 background.