COLOR #476133

HEX: #476133
RGB: (71,97,51)

Renk bilgisi

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

RGB renk modeli

#476133 color RGB value is (71,97,51).

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

RGB bağlantıları ve doygunluk

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

71
97
51

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 97 + 51 = 219 (100%)
R 71 of 219 ~ 32.42%
G 97 of 219 ~ 44.29%
B 51 of 219 ~ 23.29%

%32.42
%44.29
%23.29

CMYK RENK MODELİ

#476133 rengi CMYK tonu (27,0,47,62).

  • camgöbeği tonu 26.80%
  • eflatun tonu 0.00%
  • sarı tonu 47.42%
  • ana renk tonu 61.96%
CMYK:
(27,0,47,62)
C27M0Y47K62 
(27%,0%,47%,62%)
(0.27/0.00/0.47/0.62)	

CMYK yüzdeleri

%26.8
%0
%47.42
%61.96

Codes

Color #476133 in popluar color models

476133
RGB719751
HSL94°31.08%29.02%
HSB/HSV94°47.42%38.04%
CMYK26.80%0.00%47.42%
61.96%

Color #476133 in popluar number systems.

HEX476133
Decimal719751
Binary10001111100001110011
Octal10714163

Shades and tints

Shades of #476133

#476133
(71,97,51)
#41592F
(65,89,47)
#3B512B
(59,81,43)
#354927
(53,73,39)
#2F4123
(47,65,35)
#29391F
(41,57,31)
#23311B
(35,49,27)
#1D2917
(29,41,23)
#172113
(23,33,19)
#11190F
(17,25,15)
#0B110B
(11,17,11)
#000000
(0,0,0)

Tints of #476133

#476133
(71,97,51)
#576F45
(87,111,69)
#677D57
(103,125,87)
#778B69
(119,139,105)
#87997B
(135,153,123)
#97A78D
(151,167,141)
#A7B59F
(167,181,159)
#B7C3B1
(183,195,177)
#C7D1C3
(199,209,195)
#D7DFD5
(215,223,213)
#E7EDE7
(231,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476133; }

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

This text font color is #476133.


Background Color

.myBgColor { background-color: #476133; }

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

This div background color is #476133.


Border color

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

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

This div border color is #476133.


Opacity

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

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

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

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

This text has shadow with #476133 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476133 on black background.


Color preview on white background

This text has color #476133 on white background.



Black color preview on #476133 background

This text has black color on #476133 background.


White color preview on #476133 background

This text has white color on #476133 background.