COLOR #468477

HEX: #468477
RGB: (70,132,119)

Renk bilgisi

#468477 contains mainly green and blue colors. #468477 ‘ nin web güvenlik rengi #339966 (ya da #396) dir.

RGB renk modeli

#468477 color RGB value is (70,132,119).

  • kırmız ton 70;
  • yeşil ton 132;
  • mavi ton 119.
RGB:
(70,132,119)
(27%,52%,47%)

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 132 of 255 = 52%
B 119 of 255 = 47%

70
132
119

R + G + B ~ 42%. #468477 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 132 + 119 = 321 (100%)
R 70 of 321 ~ 21.81%
G 132 of 321 ~ 41.12%
B 119 of 321 ~ 37.07%

%21.81
%41.12
%37.07

CMYK RENK MODELİ

#468477 rengi CMYK tonu (47,0,10,48).

  • camgöbeği tonu 46.97%
  • eflatun tonu 0.00%
  • sarı tonu 9.85%
  • ana renk tonu 48.24%
CMYK:
(47,0,10,48)
C47M0Y10K48 
(47%,0%,10%,48%)
(0.47/0.00/0.10/0.48)	

CMYK yüzdeleri

%46.97
%0
%9.85
%48.24

Codes

Color #468477 in popluar color models

468477
RGB70132119
HSL167°30.69%39.61%
HSB/HSV167°46.97%51.76%
CMYK46.97%0.00%9.85%
48.24%

Color #468477 in popluar number systems.

HEX468477
Decimal70132119
Binary1000110100001001110111
Octal106204167

Shades and tints

Shades of #468477

#468477
(70,132,119)
#40786D
(64,120,109)
#3A6C63
(58,108,99)
#346059
(52,96,89)
#2E544F
(46,84,79)
#284845
(40,72,69)
#223C3B
(34,60,59)
#1C3031
(28,48,49)
#162427
(22,36,39)
#10181D
(16,24,29)
#0A0C13
(10,12,19)
#000000
(0,0,0)

Tints of #468477

#468477
(70,132,119)
#568F83
(86,143,131)
#669A8F
(102,154,143)
#76A59B
(118,165,155)
#86B0A7
(134,176,167)
#96BBB3
(150,187,179)
#A6C6BF
(166,198,191)
#B6D1CB
(182,209,203)
#C6DCD7
(198,220,215)
#D6E7E3
(214,231,227)
#E6F2EF
(230,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #468477; }

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

This text font color is #468477.


Background Color

.myBgColor { background-color: #468477; }

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

This div background color is #468477.


Border color

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

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

This div border color is #468477.


Opacity

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

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

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

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

This text has shadow with #468477 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #468477 on black background.


Color preview on white background

This text has color #468477 on white background.



Black color preview on #468477 background

This text has black color on #468477 background.


White color preview on #468477 background

This text has white color on #468477 background.