COLOR #477740

HEX: #477740
RGB: (71,119,64)

Renk bilgisi

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

RGB renk modeli

#477740 color RGB value is (71,119,64).

  • kırmız ton 71;
  • yeşil ton 119;
  • mavi ton 64.
RGB:
(71,119,64)
(28%,47%,25%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 119 of 255 = 47%
B 64 of 255 = 25%

71
119
64

R + G + B ~ 33%. #477740 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 119 + 64 = 254 (100%)
R 71 of 254 ~ 27.95%
G 119 of 254 ~ 46.85%
B 64 of 254 ~ 25.2%

%27.95
%46.85
%25.2

CMYK RENK MODELİ

#477740 rengi CMYK tonu (40,0,46,53).

  • camgöbeği tonu 40.34%
  • eflatun tonu 0.00%
  • sarı tonu 46.22%
  • ana renk tonu 53.33%
CMYK:
(40,0,46,53)
C40M0Y46K53 
(40%,0%,46%,53%)
(0.40/0.00/0.46/0.53)	

CMYK yüzdeleri

%40.34
%0
%46.22
%53.33

Codes

Color #477740 in popluar color models

477740
RGB7111964
HSL112°30.05%35.88%
HSB/HSV112°46.22%46.67%
CMYK40.34%0.00%46.22%
53.33%

Color #477740 in popluar number systems.

HEX477740
Decimal7111964
Binary100011111101111000000
Octal107167100

Shades and tints

Shades of #477740

#477740
(71,119,64)
#416D3B
(65,109,59)
#3B6336
(59,99,54)
#355931
(53,89,49)
#2F4F2C
(47,79,44)
#294527
(41,69,39)
#233B22
(35,59,34)
#1D311D
(29,49,29)
#172718
(23,39,24)
#111D13
(17,29,19)
#0B130E
(11,19,14)
#000000
(0,0,0)

Tints of #477740

#477740
(71,119,64)
#578351
(87,131,81)
#678F62
(103,143,98)
#779B73
(119,155,115)
#87A784
(135,167,132)
#97B395
(151,179,149)
#A7BFA6
(167,191,166)
#B7CBB7
(183,203,183)
#C7D7C8
(199,215,200)
#D7E3D9
(215,227,217)
#E7EFEA
(231,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #477740 color. Also use rgb(71,119,64) instead hex code.

Text Font Color

.myTextColor { color: #477740; }

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

This text font color is #477740.


Background Color

.myBgColor { background-color: #477740; }

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

This div background color is #477740.


Border color

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

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

This div border color is #477740.


Opacity

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

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

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

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

This text has shadow with #477740 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #477740 on black background.


Color preview on white background

This text has color #477740 on white background.



Black color preview on #477740 background

This text has black color on #477740 background.


White color preview on #477740 background

This text has white color on #477740 background.