COLOR #476049

HEX: #476049
RGB: (71,96,73)

Renk bilgisi

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

RGB renk modeli

#476049 color RGB value is (71,96,73).

  • kırmız ton 71;
  • yeşil ton 96;
  • mavi ton 73.
RGB:
(71,96,73)
(28%,38%,29%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 96 of 255 = 38%
B 73 of 255 = 29%

71
96
73

R + G + B ~ 32%. #476049 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 96 + 73 = 240 (100%)
R 71 of 240 ~ 29.58%
G 96 of 240 ~ 40%
B 73 of 240 ~ 30.42%

%29.58
%40
%30.42

CMYK RENK MODELİ

#476049 rengi CMYK tonu (26,0,24,62).

  • camgöbeği tonu 26.04%
  • eflatun tonu 0.00%
  • sarı tonu 23.96%
  • ana renk tonu 62.35%
CMYK:
(26,0,24,62)
C26M0Y24K62 
(26%,0%,24%,62%)
(0.26/0.00/0.24/0.62)	

CMYK yüzdeleri

%26.04
%0
%23.96
%62.35

Codes

Color #476049 in popluar color models

476049
RGB719673
HSL125°14.97%32.75%
HSB/HSV125°26.04%37.65%
CMYK26.04%0.00%23.96%
62.35%

Color #476049 in popluar number systems.

HEX476049
Decimal719673
Binary100011111000001001001
Octal107140111

Shades and tints

Shades of #476049

#476049
(71,96,73)
#415843
(65,88,67)
#3B503D
(59,80,61)
#354837
(53,72,55)
#2F4031
(47,64,49)
#29382B
(41,56,43)
#233025
(35,48,37)
#1D281F
(29,40,31)
#172019
(23,32,25)
#111813
(17,24,19)
#0B100D
(11,16,13)
#000000
(0,0,0)

Tints of #476049

#476049
(71,96,73)
#576E59
(87,110,89)
#677C69
(103,124,105)
#778A79
(119,138,121)
#879889
(135,152,137)
#97A699
(151,166,153)
#A7B4A9
(167,180,169)
#B7C2B9
(183,194,185)
#C7D0C9
(199,208,201)
#D7DED9
(215,222,217)
#E7ECE9
(231,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #476049 color. Also use rgb(71,96,73) instead hex code.

Text Font Color

.myTextColor { color: #476049; }

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

This text font color is #476049.


Background Color

.myBgColor { background-color: #476049; }

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

This div background color is #476049.


Border color

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

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

This div border color is #476049.


Opacity

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

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

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

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

This text has shadow with #476049 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476049 on black background.


Color preview on white background

This text has color #476049 on white background.



Black color preview on #476049 background

This text has black color on #476049 background.


White color preview on #476049 background

This text has white color on #476049 background.