COLOR #468947

HEX: #468947
RGB: (70,137,71)

Renk bilgisi

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

RGB renk modeli

#468947 color RGB value is (70,137,71).

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

RGB bağlantıları ve doygunluk

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

70
137
71

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

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 137 + 71 = 278 (100%)
R 70 of 278 ~ 25.18%
G 137 of 278 ~ 49.28%
B 71 of 278 ~ 25.54%

%25.18
%49.28
%25.54

CMYK RENK MODELİ

#468947 rengi CMYK tonu (49,0,48,46).

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

CMYK yüzdeleri

%48.91
%0
%48.18
%46.27

Codes

Color #468947 in popluar color models

468947
RGB7013771
HSL121°32.37%40.59%
HSB/HSV121°48.91%53.73%
CMYK48.91%0.00%48.18%
46.27%

Color #468947 in popluar number systems.

HEX468947
Decimal7013771
Binary1000110100010011000111
Octal106211107

Shades and tints

Shades of #468947

#468947
(70,137,71)
#407D41
(64,125,65)
#3A713B
(58,113,59)
#346535
(52,101,53)
#2E592F
(46,89,47)
#284D29
(40,77,41)
#224123
(34,65,35)
#1C351D
(28,53,29)
#162917
(22,41,23)
#101D11
(16,29,17)
#0A110B
(10,17,11)
#000000
(0,0,0)

Tints of #468947

#468947
(70,137,71)
#569357
(86,147,87)
#669D67
(102,157,103)
#76A777
(118,167,119)
#86B187
(134,177,135)
#96BB97
(150,187,151)
#A6C5A7
(166,197,167)
#B6CFB7
(182,207,183)
#C6D9C7
(198,217,199)
#D6E3D7
(214,227,215)
#E6EDE7
(230,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #468947; }

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

This text font color is #468947.


Background Color

.myBgColor { background-color: #468947; }

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

This div background color is #468947.


Border color

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

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

This div border color is #468947.


Opacity

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

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

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

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

This text has shadow with #468947 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #468947 on black background.


Color preview on white background

This text has color #468947 on white background.



Black color preview on #468947 background

This text has black color on #468947 background.


White color preview on #468947 background

This text has white color on #468947 background.