COLOR #477230

HEX: #477230
RGB: (71,114,48)

Renk bilgisi

#477230 contains mainly red and green colors. #477230 ‘ nin web güvenlik rengi #336633 (ya da #363) dir.

RGB renk modeli

#477230 color RGB value is (71,114,48).

  • kırmız ton 71;
  • yeşil ton 114;
  • mavi ton 48.
RGB:
(71,114,48)
(28%,45%,19%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 114 of 255 = 45%
B 48 of 255 = 19%

71
114
48

R + G + B ~ 31%. #477230 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 114 + 48 = 233 (100%)
R 71 of 233 ~ 30.47%
G 114 of 233 ~ 48.93%
B 48 of 233 ~ 20.6%

%30.47
%48.93
%20.6

CMYK RENK MODELİ

#477230 rengi CMYK tonu (38,0,58,55).

  • camgöbeği tonu 37.72%
  • eflatun tonu 0.00%
  • sarı tonu 57.89%
  • ana renk tonu 55.29%
CMYK:
(38,0,58,55)
C38M0Y58K55 
(38%,0%,58%,55%)
(0.38/0.00/0.58/0.55)	

CMYK yüzdeleri

%37.72
%0
%57.89
%55.29

Codes

Color #477230 in popluar color models

477230
RGB7111448
HSL99°40.74%31.76%
HSB/HSV99°57.89%44.71%
CMYK37.72%0.00%57.89%
55.29%

Color #477230 in popluar number systems.

HEX477230
Decimal7111448
Binary10001111110010110000
Octal10716260

Shades and tints

Shades of #477230

#477230
(71,114,48)
#41682C
(65,104,44)
#3B5E28
(59,94,40)
#355424
(53,84,36)
#2F4A20
(47,74,32)
#29401C
(41,64,28)
#233618
(35,54,24)
#1D2C14
(29,44,20)
#172210
(23,34,16)
#11180C
(17,24,12)
#0B0E08
(11,14,8)
#000000
(0,0,0)

Tints of #477230

#477230
(71,114,48)
#577E42
(87,126,66)
#678A54
(103,138,84)
#779666
(119,150,102)
#87A278
(135,162,120)
#97AE8A
(151,174,138)
#A7BA9C
(167,186,156)
#B7C6AE
(183,198,174)
#C7D2C0
(199,210,192)
#D7DED2
(215,222,210)
#E7EAE4
(231,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #477230 color. Also use rgb(71,114,48) instead hex code.

Text Font Color

.myTextColor { color: #477230; }

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

This text font color is #477230.


Background Color

.myBgColor { background-color: #477230; }

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

This div background color is #477230.


Border color

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

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

This div border color is #477230.


Opacity

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

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

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

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

This text has shadow with #477230 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #477230 on black background.


Color preview on white background

This text has color #477230 on white background.



Black color preview on #477230 background

This text has black color on #477230 background.


White color preview on #477230 background

This text has white color on #477230 background.