COLOR #476134

HEX: #476134
RGB: (71,97,52)

Renk bilgisi

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

RGB renk modeli

#476134 color RGB value is (71,97,52).

  • kırmız ton 71;
  • yeşil ton 97;
  • mavi ton 52.
RGB:
(71,97,52)
(28%,38%,20%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 97 of 255 = 38%
B 52 of 255 = 20%

71
97
52

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 97 + 52 = 220 (100%)
R 71 of 220 ~ 32.27%
G 97 of 220 ~ 44.09%
B 52 of 220 ~ 23.64%

%32.27
%44.09
%23.64

CMYK RENK MODELİ

#476134 rengi CMYK tonu (27,0,46,62).

  • camgöbeği tonu 26.80%
  • eflatun tonu 0.00%
  • sarı tonu 46.39%
  • ana renk tonu 61.96%
CMYK:
(27,0,46,62)
C27M0Y46K62 
(27%,0%,46%,62%)
(0.27/0.00/0.46/0.62)	

CMYK yüzdeleri

%26.8
%0
%46.39
%61.96

Codes

Color #476134 in popluar color models

476134
RGB719752
HSL95°30.20%29.22%
HSB/HSV95°46.39%38.04%
CMYK26.80%0.00%46.39%
61.96%

Color #476134 in popluar number systems.

HEX476134
Decimal719752
Binary10001111100001110100
Octal10714164

Shades and tints

Shades of #476134

#476134
(71,97,52)
#415930
(65,89,48)
#3B512C
(59,81,44)
#354928
(53,73,40)
#2F4124
(47,65,36)
#293920
(41,57,32)
#23311C
(35,49,28)
#1D2918
(29,41,24)
#172114
(23,33,20)
#111910
(17,25,16)
#0B110C
(11,17,12)
#000000
(0,0,0)

Tints of #476134

#476134
(71,97,52)
#576F46
(87,111,70)
#677D58
(103,125,88)
#778B6A
(119,139,106)
#87997C
(135,153,124)
#97A78E
(151,167,142)
#A7B5A0
(167,181,160)
#B7C3B2
(183,195,178)
#C7D1C4
(199,209,196)
#D7DFD6
(215,223,214)
#E7EDE8
(231,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #476134 color. Also use rgb(71,97,52) instead hex code.

Text Font Color

.myTextColor { color: #476134; }

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

This text font color is #476134.


Background Color

.myBgColor { background-color: #476134; }

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

This div background color is #476134.


Border color

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

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

This div border color is #476134.


Opacity

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

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

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

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

This text has shadow with #476134 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476134 on black background.


Color preview on white background

This text has color #476134 on white background.



Black color preview on #476134 background

This text has black color on #476134 background.


White color preview on #476134 background

This text has white color on #476134 background.