COLOR #476924

HEX: #476924
RGB: (71,105,36)

Renk bilgisi

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

RGB renk modeli

#476924 color RGB value is (71,105,36).

  • kırmız ton 71;
  • yeşil ton 105;
  • mavi ton 36.
RGB:
(71,105,36)
(28%,41%,14%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 105 of 255 = 41%
B 36 of 255 = 14%

71
105
36

R + G + B ~ 28%. #476924 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 105 + 36 = 212 (100%)
R 71 of 212 ~ 33.49%
G 105 of 212 ~ 49.53%
B 36 of 212 ~ 16.98%

%33.49
%49.53
%16.98

CMYK RENK MODELİ

#476924 rengi CMYK tonu (32,0,66,59).

  • camgöbeği tonu 32.38%
  • eflatun tonu 0.00%
  • sarı tonu 65.71%
  • ana renk tonu 58.82%
CMYK:
(32,0,66,59)
C32M0Y66K59 
(32%,0%,66%,59%)
(0.32/0.00/0.66/0.59)	

CMYK yüzdeleri

%32.38
%0
%65.71
%58.82

Codes

Color #476924 in popluar color models

476924
RGB7110536
HSL90°48.94%27.65%
HSB/HSV90°65.71%41.18%
CMYK32.38%0.00%65.71%
58.82%

Color #476924 in popluar number systems.

HEX476924
Decimal7110536
Binary10001111101001100100
Octal10715144

Shades and tints

Shades of #476924

#476924
(71,105,36)
#416021
(65,96,33)
#3B571E
(59,87,30)
#354E1B
(53,78,27)
#2F4518
(47,69,24)
#293C15
(41,60,21)
#233312
(35,51,18)
#1D2A0F
(29,42,15)
#17210C
(23,33,12)
#111809
(17,24,9)
#0B0F06
(11,15,6)
#000000
(0,0,0)

Tints of #476924

#476924
(71,105,36)
#577637
(87,118,55)
#67834A
(103,131,74)
#77905D
(119,144,93)
#879D70
(135,157,112)
#97AA83
(151,170,131)
#A7B796
(167,183,150)
#B7C4A9
(183,196,169)
#C7D1BC
(199,209,188)
#D7DECF
(215,222,207)
#E7EBE2
(231,235,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #476924 color. Also use rgb(71,105,36) instead hex code.

Text Font Color

.myTextColor { color: #476924; }

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

This text font color is #476924.


Background Color

.myBgColor { background-color: #476924; }

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

This div background color is #476924.


Border color

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

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

This div border color is #476924.


Opacity

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

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

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

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

This text has shadow with #476924 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476924 on black background.


Color preview on white background

This text has color #476924 on white background.



Black color preview on #476924 background

This text has black color on #476924 background.


White color preview on #476924 background

This text has white color on #476924 background.