COLOR #469F57

HEX: #469F57
RGB: (70,159,87)

Renk bilgisi

#469F57 contains mainly green color. #469F57 ‘ nin web güvenlik rengi #339966 (ya da #396) dir.

RGB renk modeli

#469F57 color RGB value is (70,159,87).

  • kırmız ton 70;
  • yeşil ton 159;
  • mavi ton 87.
RGB:
(70,159,87)
(27%,62%,34%)

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 159 of 255 = 62%
B 87 of 255 = 34%

70
159
87

R + G + B ~ 41%. #469F57 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 159 + 87 = 316 (100%)
R 70 of 316 ~ 22.15%
G 159 of 316 ~ 50.32%
B 87 of 316 ~ 27.53%

%22.15
%50.32
%27.53

CMYK RENK MODELİ

#469F57 rengi CMYK tonu (56,0,45,38).

  • camgöbeği tonu 55.97%
  • eflatun tonu 0.00%
  • sarı tonu 45.28%
  • ana renk tonu 37.65%
CMYK:
(56,0,45,38)
C56M0Y45K38 
(56%,0%,45%,38%)
(0.56/0.00/0.45/0.38)	

CMYK yüzdeleri

%55.97
%0
%45.28
%37.65

Codes

Color #469F57 in popluar color models

469F57
RGB7015987
HSL131°38.86%44.90%
HSB/HSV131°55.97%62.35%
CMYK55.97%0.00%45.28%
37.65%

Color #469F57 in popluar number systems.

HEX469F57
Decimal7015987
Binary1000110100111111010111
Octal106237127

Shades and tints

Shades of #469F57

#469F57
(70,159,87)
#409150
(64,145,80)
#3A8349
(58,131,73)
#347542
(52,117,66)
#2E673B
(46,103,59)
#285934
(40,89,52)
#224B2D
(34,75,45)
#1C3D26
(28,61,38)
#162F1F
(22,47,31)
#102118
(16,33,24)
#0A1311
(10,19,17)
#000000
(0,0,0)

Tints of #469F57

#469F57
(70,159,87)
#56A766
(86,167,102)
#66AF75
(102,175,117)
#76B784
(118,183,132)
#86BF93
(134,191,147)
#96C7A2
(150,199,162)
#A6CFB1
(166,207,177)
#B6D7C0
(182,215,192)
#C6DFCF
(198,223,207)
#D6E7DE
(214,231,222)
#E6EFED
(230,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #469F57 color. Also use rgb(70,159,87) instead hex code.

Text Font Color

.myTextColor { color: #469F57; }

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

This text font color is #469F57.


Background Color

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

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

This div background color is #469F57.


Border color

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

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

This div border color is #469F57.


Opacity

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

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

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

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

This text has shadow with #469F57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #469F57 on black background.


Color preview on white background

This text has color #469F57 on white background.



Black color preview on #469F57 background

This text has black color on #469F57 background.


White color preview on #469F57 background

This text has white color on #469F57 background.