COLOR #469424

HEX: #469424
RGB: (70,148,36)

Renk bilgisi

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

RGB renk modeli

#469424 color RGB value is (70,148,36).

  • kırmız ton 70;
  • yeşil ton 148;
  • mavi ton 36.
RGB:
(70,148,36)
(27%,58%,14%)

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 148 of 255 = 58%
B 36 of 255 = 14%

70
148
36

R + G + B ~ 33%. #469424 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 148 + 36 = 254 (100%)
R 70 of 254 ~ 27.56%
G 148 of 254 ~ 58.27%
B 36 of 254 ~ 14.17%

%27.56
%58.27
%14.17

CMYK RENK MODELİ

#469424 rengi CMYK tonu (53,0,76,42).

  • camgöbeği tonu 52.70%
  • eflatun tonu 0.00%
  • sarı tonu 75.68%
  • ana renk tonu 41.96%
CMYK:
(53,0,76,42)
C53M0Y76K42 
(53%,0%,76%,42%)
(0.53/0.00/0.76/0.42)	

CMYK yüzdeleri

%52.7
%0
%75.68
%41.96

Codes

Color #469424 in popluar color models

469424
RGB7014836
HSL102°60.87%36.08%
HSB/HSV102°75.68%58.04%
CMYK52.70%0.00%75.68%
41.96%

Color #469424 in popluar number systems.

HEX469424
Decimal7014836
Binary100011010010100100100
Octal10622444

Shades and tints

Shades of #469424

#469424
(70,148,36)
#408721
(64,135,33)
#3A7A1E
(58,122,30)
#346D1B
(52,109,27)
#2E6018
(46,96,24)
#285315
(40,83,21)
#224612
(34,70,18)
#1C390F
(28,57,15)
#162C0C
(22,44,12)
#101F09
(16,31,9)
#0A1206
(10,18,6)
#000000
(0,0,0)

Tints of #469424

#469424
(70,148,36)
#569D37
(86,157,55)
#66A64A
(102,166,74)
#76AF5D
(118,175,93)
#86B870
(134,184,112)
#96C183
(150,193,131)
#A6CA96
(166,202,150)
#B6D3A9
(182,211,169)
#C6DCBC
(198,220,188)
#D6E5CF
(214,229,207)
#E6EEE2
(230,238,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #469424 color. Also use rgb(70,148,36) instead hex code.

Text Font Color

.myTextColor { color: #469424; }

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

This text font color is #469424.


Background Color

.myBgColor { background-color: #469424; }

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

This div background color is #469424.


Border color

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

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

This div border color is #469424.


Opacity

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

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

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

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

This text has shadow with #469424 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #469424 on black background.


Color preview on white background

This text has color #469424 on white background.



Black color preview on #469424 background

This text has black color on #469424 background.


White color preview on #469424 background

This text has white color on #469424 background.