COLOR #468D49

HEX: #468D49
RGB: (70,141,73)

Renk bilgisi

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

RGB renk modeli

#468D49 color RGB value is (70,141,73).

  • kırmız ton 70;
  • yeşil ton 141;
  • mavi ton 73.
RGB:
(70,141,73)
(27%,55%,29%)

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 141 of 255 = 55%
B 73 of 255 = 29%

70
141
73

R + G + B ~ 37%. #468D49 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 141 + 73 = 284 (100%)
R 70 of 284 ~ 24.65%
G 141 of 284 ~ 49.65%
B 73 of 284 ~ 25.7%

%24.65
%49.65
%25.7

CMYK RENK MODELİ

#468D49 rengi CMYK tonu (50,0,48,45).

  • camgöbeği tonu 50.35%
  • eflatun tonu 0.00%
  • sarı tonu 48.23%
  • ana renk tonu 44.71%
CMYK:
(50,0,48,45)
C50M0Y48K45 
(50%,0%,48%,45%)
(0.50/0.00/0.48/0.45)	

CMYK yüzdeleri

%50.35
%0
%48.23
%44.71

Codes

Color #468D49 in popluar color models

468D49
RGB7014173
HSL123°33.65%41.37%
HSB/HSV123°50.35%55.29%
CMYK50.35%0.00%48.23%
44.71%

Color #468D49 in popluar number systems.

HEX468D49
Decimal7014173
Binary1000110100011011001001
Octal106215111

Shades and tints

Shades of #468D49

#468D49
(70,141,73)
#408143
(64,129,67)
#3A753D
(58,117,61)
#346937
(52,105,55)
#2E5D31
(46,93,49)
#28512B
(40,81,43)
#224525
(34,69,37)
#1C391F
(28,57,31)
#162D19
(22,45,25)
#102113
(16,33,19)
#0A150D
(10,21,13)
#000000
(0,0,0)

Tints of #468D49

#468D49
(70,141,73)
#569759
(86,151,89)
#66A169
(102,161,105)
#76AB79
(118,171,121)
#86B589
(134,181,137)
#96BF99
(150,191,153)
#A6C9A9
(166,201,169)
#B6D3B9
(182,211,185)
#C6DDC9
(198,221,201)
#D6E7D9
(214,231,217)
#E6F1E9
(230,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #468D49 color. Also use rgb(70,141,73) instead hex code.

Text Font Color

.myTextColor { color: #468D49; }

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

This text font color is #468D49.


Background Color

.myBgColor { background-color: #468D49; }

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

This div background color is #468D49.


Border color

.myBorderColor { border: 1px solid #468D49; }

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

This div border color is #468D49.


Opacity

.myOpacity80 { color: #468D49; opacity: 0.8; }

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

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

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

This text has shadow with #468D49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #468D49 on black background.


Color preview on white background

This text has color #468D49 on white background.



Black color preview on #468D49 background

This text has black color on #468D49 background.


White color preview on #468D49 background

This text has white color on #468D49 background.