COLOR #476630

HEX: #476630
RGB: (71,102,48)

Renk bilgisi

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

RGB renk modeli

#476630 color RGB value is (71,102,48).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 102 of 255 = 40%
B 48 of 255 = 19%

71
102
48

R + G + B ~ 29%. #476630 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 102 + 48 = 221 (100%)
R 71 of 221 ~ 32.13%
G 102 of 221 ~ 46.15%
B 48 of 221 ~ 21.72%

%32.13
%46.15
%21.72

CMYK RENK MODELİ

#476630 rengi CMYK tonu (30,0,53,60).

  • camgöbeği tonu 30.39%
  • eflatun tonu 0.00%
  • sarı tonu 52.94%
  • ana renk tonu 60.00%
CMYK:
(30,0,53,60)
C30M0Y53K60 
(30%,0%,53%,60%)
(0.30/0.00/0.53/0.60)	

CMYK yüzdeleri

%30.39
%0
%52.94
%60

Codes

Color #476630 in popluar color models

476630
RGB7110248
HSL94°36.00%29.41%
HSB/HSV94°52.94%40.00%
CMYK30.39%0.00%52.94%
60.00%

Color #476630 in popluar number systems.

HEX476630
Decimal7110248
Binary10001111100110110000
Octal10714660

Shades and tints

Shades of #476630

#476630
(71,102,48)
#415D2C
(65,93,44)
#3B5428
(59,84,40)
#354B24
(53,75,36)
#2F4220
(47,66,32)
#29391C
(41,57,28)
#233018
(35,48,24)
#1D2714
(29,39,20)
#171E10
(23,30,16)
#11150C
(17,21,12)
#0B0C08
(11,12,8)
#000000
(0,0,0)

Tints of #476630

#476630
(71,102,48)
#577342
(87,115,66)
#678054
(103,128,84)
#778D66
(119,141,102)
#879A78
(135,154,120)
#97A78A
(151,167,138)
#A7B49C
(167,180,156)
#B7C1AE
(183,193,174)
#C7CEC0
(199,206,192)
#D7DBD2
(215,219,210)
#E7E8E4
(231,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476630; }

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

This text font color is #476630.


Background Color

.myBgColor { background-color: #476630; }

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

This div background color is #476630.


Border color

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

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

This div border color is #476630.


Opacity

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

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

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

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

This text has shadow with #476630 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476630 on black background.


Color preview on white background

This text has color #476630 on white background.



Black color preview on #476630 background

This text has black color on #476630 background.


White color preview on #476630 background

This text has white color on #476630 background.