COLOR #498414

HEX: #498414
RGB: (73,132,20)

Renk bilgisi

#498414 contains mainly red and green colors. #498414 ‘ nin web güvenlik rengi #339900 (ya da #390) dir.

RGB renk modeli

#498414 color RGB value is (73,132,20).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 132 of 255 = 52%
B 20 of 255 = 8%

73
132
20

R + G + B ~ 30%. #498414 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 132 + 20 = 225 (100%)
R 73 of 225 ~ 32.44%
G 132 of 225 ~ 58.67%
B 20 of 225 ~ 8.89%

%32.44
%58.67

CMYK RENK MODELİ

#498414 rengi CMYK tonu (45,0,85,48).

  • camgöbeği tonu 44.70%
  • eflatun tonu 0.00%
  • sarı tonu 84.85%
  • ana renk tonu 48.24%
CMYK:
(45,0,85,48)
C45M0Y85K48 
(45%,0%,85%,48%)
(0.45/0.00/0.85/0.48)	

CMYK yüzdeleri

%44.7
%0
%84.85
%48.24

Codes

Color #498414 in popluar color models

498414
RGB7313220
HSL92°73.68%29.80%
HSB/HSV92°84.85%51.76%
CMYK44.70%0.00%84.85%
48.24%

Color #498414 in popluar number systems.

HEX498414
Decimal7313220
Binary10010011000010010100
Octal11120424

Shades and tints

Shades of #498414

#498414
(73,132,20)
#437813
(67,120,19)
#3D6C12
(61,108,18)
#376011
(55,96,17)
#315410
(49,84,16)
#2B480F
(43,72,15)
#253C0E
(37,60,14)
#1F300D
(31,48,13)
#19240C
(25,36,12)
#13180B
(19,24,11)
#0D0C0A
(13,12,10)
#000000
(0,0,0)

Tints of #498414

#498414
(73,132,20)
#598F29
(89,143,41)
#699A3E
(105,154,62)
#79A553
(121,165,83)
#89B068
(137,176,104)
#99BB7D
(153,187,125)
#A9C692
(169,198,146)
#B9D1A7
(185,209,167)
#C9DCBC
(201,220,188)
#D9E7D1
(217,231,209)
#E9F2E6
(233,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #498414 color. Also use rgb(73,132,20) instead hex code.

Text Font Color

.myTextColor { color: #498414; }

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

This text font color is #498414.


Background Color

.myBgColor { background-color: #498414; }

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

This div background color is #498414.


Border color

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

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

This div border color is #498414.


Opacity

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

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

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

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

This text has shadow with #498414 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #498414 on black background.


Color preview on white background

This text has color #498414 on white background.



Black color preview on #498414 background

This text has black color on #498414 background.


White color preview on #498414 background

This text has white color on #498414 background.