COLOR #478B5C

HEX: #478B5C
RGB: (71,139,92)

Renk bilgisi

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

RGB renk modeli

#478B5C color RGB value is (71,139,92).

  • kırmız ton 71;
  • yeşil ton 139;
  • mavi ton 92.
RGB:
(71,139,92)
(28%,55%,36%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 139 of 255 = 55%
B 92 of 255 = 36%

71
139
92

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 139 + 92 = 302 (100%)
R 71 of 302 ~ 23.51%
G 139 of 302 ~ 46.03%
B 92 of 302 ~ 30.46%

%23.51
%46.03
%30.46

CMYK RENK MODELİ

#478B5C rengi CMYK tonu (49,0,34,45).

  • camgöbeği tonu 48.92%
  • eflatun tonu 0.00%
  • sarı tonu 33.81%
  • ana renk tonu 45.49%
CMYK:
(49,0,34,45)
C49M0Y34K45 
(49%,0%,34%,45%)
(0.49/0.00/0.34/0.45)	

CMYK yüzdeleri

%48.92
%0
%33.81
%45.49

Codes

Color #478B5C in popluar color models

478B5C
RGB7113992
HSL139°32.38%41.18%
HSB/HSV139°48.92%54.51%
CMYK48.92%0.00%33.81%
45.49%

Color #478B5C in popluar number systems.

HEX478B5C
Decimal7113992
Binary1000111100010111011100
Octal107213134

Shades and tints

Shades of #478B5C

#478B5C
(71,139,92)
#417F54
(65,127,84)
#3B734C
(59,115,76)
#356744
(53,103,68)
#2F5B3C
(47,91,60)
#294F34
(41,79,52)
#23432C
(35,67,44)
#1D3724
(29,55,36)
#172B1C
(23,43,28)
#111F14
(17,31,20)
#0B130C
(11,19,12)
#000000
(0,0,0)

Tints of #478B5C

#478B5C
(71,139,92)
#57956A
(87,149,106)
#679F78
(103,159,120)
#77A986
(119,169,134)
#87B394
(135,179,148)
#97BDA2
(151,189,162)
#A7C7B0
(167,199,176)
#B7D1BE
(183,209,190)
#C7DBCC
(199,219,204)
#D7E5DA
(215,229,218)
#E7EFE8
(231,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #478B5C color. Also use rgb(71,139,92) instead hex code.

Text Font Color

.myTextColor { color: #478B5C; }

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

This text font color is #478B5C.


Background Color

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

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

This div background color is #478B5C.


Border color

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

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

This div border color is #478B5C.


Opacity

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

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

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

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

This text has shadow with #478B5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #478B5C on black background.


Color preview on white background

This text has color #478B5C on white background.



Black color preview on #478B5C background

This text has black color on #478B5C background.


White color preview on #478B5C background

This text has white color on #478B5C background.