COLOR #478466

HEX: #478466
RGB: (71,132,102)

Renk bilgisi

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

RGB renk modeli

#478466 color RGB value is (71,132,102).

  • kırmız ton 71;
  • yeşil ton 132;
  • mavi ton 102.
RGB:
(71,132,102)
(28%,52%,40%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 132 of 255 = 52%
B 102 of 255 = 40%

71
132
102

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 132 + 102 = 305 (100%)
R 71 of 305 ~ 23.28%
G 132 of 305 ~ 43.28%
B 102 of 305 ~ 33.44%

%23.28
%43.28
%33.44

CMYK RENK MODELİ

#478466 rengi CMYK tonu (46,0,23,48).

  • camgöbeği tonu 46.21%
  • eflatun tonu 0.00%
  • sarı tonu 22.73%
  • ana renk tonu 48.24%
CMYK:
(46,0,23,48)
C46M0Y23K48 
(46%,0%,23%,48%)
(0.46/0.00/0.23/0.48)	

CMYK yüzdeleri

%46.21
%0
%22.73
%48.24

Codes

Color #478466 in popluar color models

478466
RGB71132102
HSL150°30.05%39.80%
HSB/HSV150°46.21%51.76%
CMYK46.21%0.00%22.73%
48.24%

Color #478466 in popluar number systems.

HEX478466
Decimal71132102
Binary1000111100001001100110
Octal107204146

Shades and tints

Shades of #478466

#478466
(71,132,102)
#41785D
(65,120,93)
#3B6C54
(59,108,84)
#35604B
(53,96,75)
#2F5442
(47,84,66)
#294839
(41,72,57)
#233C30
(35,60,48)
#1D3027
(29,48,39)
#17241E
(23,36,30)
#111815
(17,24,21)
#0B0C0C
(11,12,12)
#000000
(0,0,0)

Tints of #478466

#478466
(71,132,102)
#578F73
(87,143,115)
#679A80
(103,154,128)
#77A58D
(119,165,141)
#87B09A
(135,176,154)
#97BBA7
(151,187,167)
#A7C6B4
(167,198,180)
#B7D1C1
(183,209,193)
#C7DCCE
(199,220,206)
#D7E7DB
(215,231,219)
#E7F2E8
(231,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #478466 color. Also use rgb(71,132,102) instead hex code.

Text Font Color

.myTextColor { color: #478466; }

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

This text font color is #478466.


Background Color

.myBgColor { background-color: #478466; }

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

This div background color is #478466.


Border color

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

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

This div border color is #478466.


Opacity

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

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

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

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

This text has shadow with #478466 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #478466 on black background.


Color preview on white background

This text has color #478466 on white background.



Black color preview on #478466 background

This text has black color on #478466 background.


White color preview on #478466 background

This text has white color on #478466 background.