COLOR #476231

HEX: #476231
RGB: (71,98,49)

Renk bilgisi

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

RGB renk modeli

#476231 color RGB value is (71,98,49).

  • kırmız ton 71;
  • yeşil ton 98;
  • mavi ton 49.
RGB:
(71,98,49)
(28%,38%,19%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 98 of 255 = 38%
B 49 of 255 = 19%

71
98
49

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 98 + 49 = 218 (100%)
R 71 of 218 ~ 32.57%
G 98 of 218 ~ 44.95%
B 49 of 218 ~ 22.48%

%32.57
%44.95
%22.48

CMYK RENK MODELİ

#476231 rengi CMYK tonu (28,0,50,62).

  • camgöbeği tonu 27.55%
  • eflatun tonu 0.00%
  • sarı tonu 50.00%
  • ana renk tonu 61.57%
CMYK:
(28,0,50,62)
C28M0Y50K62 
(28%,0%,50%,62%)
(0.28/0.00/0.50/0.62)	

CMYK yüzdeleri

%27.55
%0
%50
%61.57

Codes

Color #476231 in popluar color models

476231
RGB719849
HSL93°33.33%28.82%
HSB/HSV93°50.00%38.43%
CMYK27.55%0.00%50.00%
61.57%

Color #476231 in popluar number systems.

HEX476231
Decimal719849
Binary10001111100010110001
Octal10714261

Shades and tints

Shades of #476231

#476231
(71,98,49)
#415A2D
(65,90,45)
#3B5229
(59,82,41)
#354A25
(53,74,37)
#2F4221
(47,66,33)
#293A1D
(41,58,29)
#233219
(35,50,25)
#1D2A15
(29,42,21)
#172211
(23,34,17)
#111A0D
(17,26,13)
#0B1209
(11,18,9)
#000000
(0,0,0)

Tints of #476231

#476231
(71,98,49)
#577043
(87,112,67)
#677E55
(103,126,85)
#778C67
(119,140,103)
#879A79
(135,154,121)
#97A88B
(151,168,139)
#A7B69D
(167,182,157)
#B7C4AF
(183,196,175)
#C7D2C1
(199,210,193)
#D7E0D3
(215,224,211)
#E7EEE5
(231,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #476231 color. Also use rgb(71,98,49) instead hex code.

Text Font Color

.myTextColor { color: #476231; }

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

This text font color is #476231.


Background Color

.myBgColor { background-color: #476231; }

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

This div background color is #476231.


Border color

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

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

This div border color is #476231.


Opacity

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

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

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

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

This text has shadow with #476231 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476231 on black background.


Color preview on white background

This text has color #476231 on white background.



Black color preview on #476231 background

This text has black color on #476231 background.


White color preview on #476231 background

This text has white color on #476231 background.