COLOR #477052

HEX: #477052
RGB: (71,112,82)

Renk bilgisi

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

RGB renk modeli

#477052 color RGB value is (71,112,82).

  • kırmız ton 71;
  • yeşil ton 112;
  • mavi ton 82.
RGB:
(71,112,82)
(28%,44%,32%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 112 of 255 = 44%
B 82 of 255 = 32%

71
112
82

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 112 + 82 = 265 (100%)
R 71 of 265 ~ 26.79%
G 112 of 265 ~ 42.26%
B 82 of 265 ~ 30.94%

%26.79
%42.26
%30.94

CMYK RENK MODELİ

#477052 rengi CMYK tonu (37,0,27,56).

  • camgöbeği tonu 36.61%
  • eflatun tonu 0.00%
  • sarı tonu 26.79%
  • ana renk tonu 56.08%
CMYK:
(37,0,27,56)
C37M0Y27K56 
(37%,0%,27%,56%)
(0.37/0.00/0.27/0.56)	

CMYK yüzdeleri

%36.61
%0
%26.79
%56.08

Codes

Color #477052 in popluar color models

477052
RGB7111282
HSL136°22.40%35.88%
HSB/HSV136°36.61%43.92%
CMYK36.61%0.00%26.79%
56.08%

Color #477052 in popluar number systems.

HEX477052
Decimal7111282
Binary100011111100001010010
Octal107160122

Shades and tints

Shades of #477052

#477052
(71,112,82)
#41664B
(65,102,75)
#3B5C44
(59,92,68)
#35523D
(53,82,61)
#2F4836
(47,72,54)
#293E2F
(41,62,47)
#233428
(35,52,40)
#1D2A21
(29,42,33)
#17201A
(23,32,26)
#111613
(17,22,19)
#0B0C0C
(11,12,12)
#000000
(0,0,0)

Tints of #477052

#477052
(71,112,82)
#577D61
(87,125,97)
#678A70
(103,138,112)
#77977F
(119,151,127)
#87A48E
(135,164,142)
#97B19D
(151,177,157)
#A7BEAC
(167,190,172)
#B7CBBB
(183,203,187)
#C7D8CA
(199,216,202)
#D7E5D9
(215,229,217)
#E7F2E8
(231,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #477052 color. Also use rgb(71,112,82) instead hex code.

Text Font Color

.myTextColor { color: #477052; }

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

This text font color is #477052.


Background Color

.myBgColor { background-color: #477052; }

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

This div background color is #477052.


Border color

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

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

This div border color is #477052.


Opacity

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

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

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

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

This text has shadow with #477052 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #477052 on black background.


Color preview on white background

This text has color #477052 on white background.



Black color preview on #477052 background

This text has black color on #477052 background.


White color preview on #477052 background

This text has white color on #477052 background.