COLOR #469B5A

HEX: #469B5A
RGB: (70,155,90)

Renk bilgisi

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

RGB renk modeli

#469B5A color RGB value is (70,155,90).

  • kırmız ton 70;
  • yeşil ton 155;
  • mavi ton 90.
RGB:
(70,155,90)
(27%,61%,35%)

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 155 of 255 = 61%
B 90 of 255 = 35%

70
155
90

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

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 155 + 90 = 315 (100%)
R 70 of 315 ~ 22.22%
G 155 of 315 ~ 49.21%
B 90 of 315 ~ 28.57%

%22.22
%49.21
%28.57

CMYK RENK MODELİ

#469B5A rengi CMYK tonu (55,0,42,39).

  • camgöbeği tonu 54.84%
  • eflatun tonu 0.00%
  • sarı tonu 41.94%
  • ana renk tonu 39.22%
CMYK:
(55,0,42,39)
C55M0Y42K39 
(55%,0%,42%,39%)
(0.55/0.00/0.42/0.39)	

CMYK yüzdeleri

%54.84
%0
%41.94
%39.22

Codes

Color #469B5A in popluar color models

469B5A
RGB7015590
HSL134°37.78%44.12%
HSB/HSV134°54.84%60.78%
CMYK54.84%0.00%41.94%
39.22%

Color #469B5A in popluar number systems.

HEX469B5A
Decimal7015590
Binary1000110100110111011010
Octal106233132

Shades and tints

Shades of #469B5A

#469B5A
(70,155,90)
#408D52
(64,141,82)
#3A7F4A
(58,127,74)
#347142
(52,113,66)
#2E633A
(46,99,58)
#285532
(40,85,50)
#22472A
(34,71,42)
#1C3922
(28,57,34)
#162B1A
(22,43,26)
#101D12
(16,29,18)
#0A0F0A
(10,15,10)
#000000
(0,0,0)

Tints of #469B5A

#469B5A
(70,155,90)
#56A469
(86,164,105)
#66AD78
(102,173,120)
#76B687
(118,182,135)
#86BF96
(134,191,150)
#96C8A5
(150,200,165)
#A6D1B4
(166,209,180)
#B6DAC3
(182,218,195)
#C6E3D2
(198,227,210)
#D6ECE1
(214,236,225)
#E6F5F0
(230,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #469B5A color. Also use rgb(70,155,90) instead hex code.

Text Font Color

.myTextColor { color: #469B5A; }

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

This text font color is #469B5A.


Background Color

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

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

This div background color is #469B5A.


Border color

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

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

This div border color is #469B5A.


Opacity

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

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

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

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

This text has shadow with #469B5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #469B5A on black background.


Color preview on white background

This text has color #469B5A on white background.



Black color preview on #469B5A background

This text has black color on #469B5A background.


White color preview on #469B5A background

This text has white color on #469B5A background.