COLOR #478441

HEX: #478441
RGB: (71,132,65)

Renk bilgisi

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

RGB renk modeli

#478441 color RGB value is (71,132,65).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 132 of 255 = 52%
B 65 of 255 = 25%

71
132
65

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 132 + 65 = 268 (100%)
R 71 of 268 ~ 26.49%
G 132 of 268 ~ 49.25%
B 65 of 268 ~ 24.25%

%26.49
%49.25
%24.25

CMYK RENK MODELİ

#478441 rengi CMYK tonu (46,0,51,48).

  • camgöbeği tonu 46.21%
  • eflatun tonu 0.00%
  • sarı tonu 50.76%
  • ana renk tonu 48.24%
CMYK:
(46,0,51,48)
C46M0Y51K48 
(46%,0%,51%,48%)
(0.46/0.00/0.51/0.48)	

CMYK yüzdeleri

%46.21
%0
%50.76
%48.24

Codes

Color #478441 in popluar color models

478441
RGB7113265
HSL115°34.01%38.63%
HSB/HSV115°50.76%51.76%
CMYK46.21%0.00%50.76%
48.24%

Color #478441 in popluar number systems.

HEX478441
Decimal7113265
Binary1000111100001001000001
Octal107204101

Shades and tints

Shades of #478441

#478441
(71,132,65)
#41783C
(65,120,60)
#3B6C37
(59,108,55)
#356032
(53,96,50)
#2F542D
(47,84,45)
#294828
(41,72,40)
#233C23
(35,60,35)
#1D301E
(29,48,30)
#172419
(23,36,25)
#111814
(17,24,20)
#0B0C0F
(11,12,15)
#000000
(0,0,0)

Tints of #478441

#478441
(71,132,65)
#578F52
(87,143,82)
#679A63
(103,154,99)
#77A574
(119,165,116)
#87B085
(135,176,133)
#97BB96
(151,187,150)
#A7C6A7
(167,198,167)
#B7D1B8
(183,209,184)
#C7DCC9
(199,220,201)
#D7E7DA
(215,231,218)
#E7F2EB
(231,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #478441; }

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

This text font color is #478441.


Background Color

.myBgColor { background-color: #478441; }

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

This div background color is #478441.


Border color

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

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

This div border color is #478441.


Opacity

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

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

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

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

This text has shadow with #478441 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #478441 on black background.


Color preview on white background

This text has color #478441 on white background.



Black color preview on #478441 background

This text has black color on #478441 background.


White color preview on #478441 background

This text has white color on #478441 background.