COLOR #478C3B

HEX: #478C3B
RGB: (71,140,59)

Renk bilgisi

#478C3B contains mainly green color. #478C3B ‘ nin web güvenlik rengi #339933 (ya da #393) dir.

RGB renk modeli

#478C3B color RGB value is (71,140,59).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 140 of 255 = 55%
B 59 of 255 = 23%

71
140
59

R + G + B ~ 35%. #478C3B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 140 + 59 = 270 (100%)
R 71 of 270 ~ 26.3%
G 140 of 270 ~ 51.85%
B 59 of 270 ~ 21.85%

%26.3
%51.85
%21.85

CMYK RENK MODELİ

#478C3B rengi CMYK tonu (49,0,58,45).

  • camgöbeği tonu 49.29%
  • eflatun tonu 0.00%
  • sarı tonu 57.86%
  • ana renk tonu 45.10%
CMYK:
(49,0,58,45)
C49M0Y58K45 
(49%,0%,58%,45%)
(0.49/0.00/0.58/0.45)	

CMYK yüzdeleri

%49.29
%0
%57.86
%45.1

Codes

Color #478C3B in popluar color models

478C3B
RGB7114059
HSL111°40.70%39.02%
HSB/HSV111°57.86%54.90%
CMYK49.29%0.00%57.86%
45.10%

Color #478C3B in popluar number systems.

HEX478C3B
Decimal7114059
Binary100011110001100111011
Octal10721473

Shades and tints

Shades of #478C3B

#478C3B
(71,140,59)
#418036
(65,128,54)
#3B7431
(59,116,49)
#35682C
(53,104,44)
#2F5C27
(47,92,39)
#295022
(41,80,34)
#23441D
(35,68,29)
#1D3818
(29,56,24)
#172C13
(23,44,19)
#11200E
(17,32,14)
#0B1409
(11,20,9)
#000000
(0,0,0)

Tints of #478C3B

#478C3B
(71,140,59)
#57964C
(87,150,76)
#67A05D
(103,160,93)
#77AA6E
(119,170,110)
#87B47F
(135,180,127)
#97BE90
(151,190,144)
#A7C8A1
(167,200,161)
#B7D2B2
(183,210,178)
#C7DCC3
(199,220,195)
#D7E6D4
(215,230,212)
#E7F0E5
(231,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #478C3B; }

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

This text font color is #478C3B.


Background Color

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

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

This div background color is #478C3B.


Border color

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

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

This div border color is #478C3B.


Opacity

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

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

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

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

This text has shadow with #478C3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #478C3B on black background.


Color preview on white background

This text has color #478C3B on white background.



Black color preview on #478C3B background

This text has black color on #478C3B background.


White color preview on #478C3B background

This text has white color on #478C3B background.