COLOR #468946

HEX: #468946
RGB: (70,137,70)

Renk bilgisi

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

RGB renk modeli

#468946 color RGB value is (70,137,70).

  • kırmız ton 70;
  • yeşil ton 137;
  • mavi ton 70.
RGB:
(70,137,70)
(27%,54%,27%)

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 137 of 255 = 54%
B 70 of 255 = 27%

70
137
70

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

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 137 + 70 = 277 (100%)
R 70 of 277 ~ 25.27%
G 137 of 277 ~ 49.46%
B 70 of 277 ~ 25.27%

%25.27
%49.46
%25.27

CMYK RENK MODELİ

#468946 rengi CMYK tonu (49,0,49,46).

  • camgöbeği tonu 48.91%
  • eflatun tonu 0.00%
  • sarı tonu 48.91%
  • ana renk tonu 46.27%
CMYK:
(49,0,49,46)
C49M0Y49K46 
(49%,0%,49%,46%)
(0.49/0.00/0.49/0.46)	

CMYK yüzdeleri

%48.91
%0
%48.91
%46.27

Codes

Color #468946 in popluar color models

468946
RGB7013770
HSL120°32.37%40.59%
HSB/HSV120°48.91%53.73%
CMYK48.91%0.00%48.91%
46.27%

Color #468946 in popluar number systems.

HEX468946
Decimal7013770
Binary1000110100010011000110
Octal106211106

Shades and tints

Shades of #468946

#468946
(70,137,70)
#407D40
(64,125,64)
#3A713A
(58,113,58)
#346534
(52,101,52)
#2E592E
(46,89,46)
#284D28
(40,77,40)
#224122
(34,65,34)
#1C351C
(28,53,28)
#162916
(22,41,22)
#101D10
(16,29,16)
#0A110A
(10,17,10)
#000000
(0,0,0)

Tints of #468946

#468946
(70,137,70)
#569356
(86,147,86)
#669D66
(102,157,102)
#76A776
(118,167,118)
#86B186
(134,177,134)
#96BB96
(150,187,150)
#A6C5A6
(166,197,166)
#B6CFB6
(182,207,182)
#C6D9C6
(198,217,198)
#D6E3D6
(214,227,214)
#E6EDE6
(230,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #468946; }

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

This text font color is #468946.


Background Color

.myBgColor { background-color: #468946; }

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

This div background color is #468946.


Border color

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

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

This div border color is #468946.


Opacity

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

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

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

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

This text has shadow with #468946 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #468946 on black background.


Color preview on white background

This text has color #468946 on white background.



Black color preview on #468946 background

This text has black color on #468946 background.


White color preview on #468946 background

This text has white color on #468946 background.