COLOR #478C76

HEX: #478C76
RGB: (71,140,118)

Renk bilgisi

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

RGB renk modeli

#478C76 color RGB value is (71,140,118).

  • kırmız ton 71;
  • yeşil ton 140;
  • mavi ton 118.
RGB:
(71,140,118)
(28%,55%,46%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 140 of 255 = 55%
B 118 of 255 = 46%

71
140
118

R + G + B ~ 43%. #478C76 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 140 + 118 = 329 (100%)
R 71 of 329 ~ 21.58%
G 140 of 329 ~ 42.55%
B 118 of 329 ~ 35.87%

%21.58
%42.55
%35.87

CMYK RENK MODELİ

#478C76 rengi CMYK tonu (49,0,16,45).

  • camgöbeği tonu 49.29%
  • eflatun tonu 0.00%
  • sarı tonu 15.71%
  • ana renk tonu 45.10%
CMYK:
(49,0,16,45)
C49M0Y16K45 
(49%,0%,16%,45%)
(0.49/0.00/0.16/0.45)	

CMYK yüzdeleri

%49.29
%0
%15.71
%45.1

Codes

Color #478C76 in popluar color models

478C76
RGB71140118
HSL161°32.70%41.37%
HSB/HSV161°49.29%54.90%
CMYK49.29%0.00%15.71%
45.10%

Color #478C76 in popluar number systems.

HEX478C76
Decimal71140118
Binary1000111100011001110110
Octal107214166

Shades and tints

Shades of #478C76

#478C76
(71,140,118)
#41806C
(65,128,108)
#3B7462
(59,116,98)
#356858
(53,104,88)
#2F5C4E
(47,92,78)
#295044
(41,80,68)
#23443A
(35,68,58)
#1D3830
(29,56,48)
#172C26
(23,44,38)
#11201C
(17,32,28)
#0B1412
(11,20,18)
#000000
(0,0,0)

Tints of #478C76

#478C76
(71,140,118)
#579682
(87,150,130)
#67A08E
(103,160,142)
#77AA9A
(119,170,154)
#87B4A6
(135,180,166)
#97BEB2
(151,190,178)
#A7C8BE
(167,200,190)
#B7D2CA
(183,210,202)
#C7DCD6
(199,220,214)
#D7E6E2
(215,230,226)
#E7F0EE
(231,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #478C76 color. Also use rgb(71,140,118) instead hex code.

Text Font Color

.myTextColor { color: #478C76; }

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

This text font color is #478C76.


Background Color

.myBgColor { background-color: #478C76; }

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

This div background color is #478C76.


Border color

.myBorderColor { border: 1px solid #478C76; }

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

This div border color is #478C76.


Opacity

.myOpacity80 { color: #478C76; opacity: 0.8; }

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

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

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

This text has shadow with #478C76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #478C76 on black background.


Color preview on white background

This text has color #478C76 on white background.



Black color preview on #478C76 background

This text has black color on #478C76 background.


White color preview on #478C76 background

This text has white color on #478C76 background.