COLOR #469D48

HEX: #469D48
RGB: (70,157,72)

Renk bilgisi

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

RGB renk modeli

#469D48 color RGB value is (70,157,72).

  • kırmız ton 70;
  • yeşil ton 157;
  • mavi ton 72.
RGB:
(70,157,72)
(27%,62%,28%)

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 157 of 255 = 62%
B 72 of 255 = 28%

70
157
72

R + G + B ~ 39%. #469D48 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 157 + 72 = 299 (100%)
R 70 of 299 ~ 23.41%
G 157 of 299 ~ 52.51%
B 72 of 299 ~ 24.08%

%23.41
%52.51
%24.08

CMYK RENK MODELİ

#469D48 rengi CMYK tonu (55,0,54,38).

  • camgöbeği tonu 55.41%
  • eflatun tonu 0.00%
  • sarı tonu 54.14%
  • ana renk tonu 38.43%
CMYK:
(55,0,54,38)
C55M0Y54K38 
(55%,0%,54%,38%)
(0.55/0.00/0.54/0.38)	

CMYK yüzdeleri

%55.41
%0
%54.14
%38.43

Codes

Color #469D48 in popluar color models

469D48
RGB7015772
HSL121°38.33%44.51%
HSB/HSV121°55.41%61.57%
CMYK55.41%0.00%54.14%
38.43%

Color #469D48 in popluar number systems.

HEX469D48
Decimal7015772
Binary1000110100111011001000
Octal106235110

Shades and tints

Shades of #469D48

#469D48
(70,157,72)
#408F42
(64,143,66)
#3A813C
(58,129,60)
#347336
(52,115,54)
#2E6530
(46,101,48)
#28572A
(40,87,42)
#224924
(34,73,36)
#1C3B1E
(28,59,30)
#162D18
(22,45,24)
#101F12
(16,31,18)
#0A110C
(10,17,12)
#000000
(0,0,0)

Tints of #469D48

#469D48
(70,157,72)
#56A558
(86,165,88)
#66AD68
(102,173,104)
#76B578
(118,181,120)
#86BD88
(134,189,136)
#96C598
(150,197,152)
#A6CDA8
(166,205,168)
#B6D5B8
(182,213,184)
#C6DDC8
(198,221,200)
#D6E5D8
(214,229,216)
#E6EDE8
(230,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #469D48 color. Also use rgb(70,157,72) instead hex code.

Text Font Color

.myTextColor { color: #469D48; }

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

This text font color is #469D48.


Background Color

.myBgColor { background-color: #469D48; }

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

This div background color is #469D48.


Border color

.myBorderColor { border: 1px solid #469D48; }

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

This div border color is #469D48.


Opacity

.myOpacity80 { color: #469D48; opacity: 0.8; }

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

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

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

This text has shadow with #469D48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #469D48 on black background.


Color preview on white background

This text has color #469D48 on white background.



Black color preview on #469D48 background

This text has black color on #469D48 background.


White color preview on #469D48 background

This text has white color on #469D48 background.