COLOR #478270

HEX: #478270
RGB: (71,130,112)

Renk bilgisi

#478270 contains red, green and blue colors in about the same proportion. #478270 ‘ nin web güvenlik rengi #339966 (ya da #396) dir.

RGB renk modeli

#478270 color RGB value is (71,130,112).

  • kırmız ton 71;
  • yeşil ton 130;
  • mavi ton 112.
RGB:
(71,130,112)
(28%,51%,44%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 130 of 255 = 51%
B 112 of 255 = 44%

71
130
112

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 130 + 112 = 313 (100%)
R 71 of 313 ~ 22.68%
G 130 of 313 ~ 41.53%
B 112 of 313 ~ 35.78%

%22.68
%41.53
%35.78

CMYK RENK MODELİ

#478270 rengi CMYK tonu (45,0,14,49).

  • camgöbeği tonu 45.38%
  • eflatun tonu 0.00%
  • sarı tonu 13.85%
  • ana renk tonu 49.02%
CMYK:
(45,0,14,49)
C45M0Y14K49 
(45%,0%,14%,49%)
(0.45/0.00/0.14/0.49)	

CMYK yüzdeleri

%45.38
%0
%13.85
%49.02

Codes

Color #478270 in popluar color models

478270
RGB71130112
HSL162°29.35%39.41%
HSB/HSV162°45.38%50.98%
CMYK45.38%0.00%13.85%
49.02%

Color #478270 in popluar number systems.

HEX478270
Decimal71130112
Binary1000111100000101110000
Octal107202160

Shades and tints

Shades of #478270

#478270
(71,130,112)
#417766
(65,119,102)
#3B6C5C
(59,108,92)
#356152
(53,97,82)
#2F5648
(47,86,72)
#294B3E
(41,75,62)
#234034
(35,64,52)
#1D352A
(29,53,42)
#172A20
(23,42,32)
#111F16
(17,31,22)
#0B140C
(11,20,12)
#000000
(0,0,0)

Tints of #478270

#478270
(71,130,112)
#578D7D
(87,141,125)
#67988A
(103,152,138)
#77A397
(119,163,151)
#87AEA4
(135,174,164)
#97B9B1
(151,185,177)
#A7C4BE
(167,196,190)
#B7CFCB
(183,207,203)
#C7DAD8
(199,218,216)
#D7E5E5
(215,229,229)
#E7F0F2
(231,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #478270 color. Also use rgb(71,130,112) instead hex code.

Text Font Color

.myTextColor { color: #478270; }

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

This text font color is #478270.


Background Color

.myBgColor { background-color: #478270; }

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

This div background color is #478270.


Border color

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

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

This div border color is #478270.


Opacity

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

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

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

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

This text has shadow with #478270 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #478270 on black background.


Color preview on white background

This text has color #478270 on white background.



Black color preview on #478270 background

This text has black color on #478270 background.


White color preview on #478270 background

This text has white color on #478270 background.