COLOR #468647

HEX: #468647
RGB: (70,134,71)

Renk bilgisi

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

RGB renk modeli

#468647 color RGB value is (70,134,71).

  • kırmız ton 70;
  • yeşil ton 134;
  • mavi ton 71.
RGB:
(70,134,71)
(27%,53%,28%)

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 134 of 255 = 53%
B 71 of 255 = 28%

70
134
71

R + G + B ~ 36%. #468647 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 134 + 71 = 275 (100%)
R 70 of 275 ~ 25.45%
G 134 of 275 ~ 48.73%
B 71 of 275 ~ 25.82%

%25.45
%48.73
%25.82

CMYK RENK MODELİ

#468647 rengi CMYK tonu (48,0,47,47).

  • camgöbeği tonu 47.76%
  • eflatun tonu 0.00%
  • sarı tonu 47.01%
  • ana renk tonu 47.45%
CMYK:
(48,0,47,47)
C48M0Y47K47 
(48%,0%,47%,47%)
(0.48/0.00/0.47/0.47)	

CMYK yüzdeleri

%47.76
%0
%47.01
%47.45

Codes

Color #468647 in popluar color models

468647
RGB7013471
HSL121°31.37%40.00%
HSB/HSV121°47.76%52.55%
CMYK47.76%0.00%47.01%
47.45%

Color #468647 in popluar number systems.

HEX468647
Decimal7013471
Binary1000110100001101000111
Octal106206107

Shades and tints

Shades of #468647

#468647
(70,134,71)
#407A41
(64,122,65)
#3A6E3B
(58,110,59)
#346235
(52,98,53)
#2E562F
(46,86,47)
#284A29
(40,74,41)
#223E23
(34,62,35)
#1C321D
(28,50,29)
#162617
(22,38,23)
#101A11
(16,26,17)
#0A0E0B
(10,14,11)
#000000
(0,0,0)

Tints of #468647

#468647
(70,134,71)
#569157
(86,145,87)
#669C67
(102,156,103)
#76A777
(118,167,119)
#86B287
(134,178,135)
#96BD97
(150,189,151)
#A6C8A7
(166,200,167)
#B6D3B7
(182,211,183)
#C6DEC7
(198,222,199)
#D6E9D7
(214,233,215)
#E6F4E7
(230,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #468647 color. Also use rgb(70,134,71) instead hex code.

Text Font Color

.myTextColor { color: #468647; }

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

This text font color is #468647.


Background Color

.myBgColor { background-color: #468647; }

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

This div background color is #468647.


Border color

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

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

This div border color is #468647.


Opacity

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

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

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

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

This text has shadow with #468647 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #468647 on black background.


Color preview on white background

This text has color #468647 on white background.



Black color preview on #468647 background

This text has black color on #468647 background.


White color preview on #468647 background

This text has white color on #468647 background.