COLOR #476752

HEX: #476752
RGB: (71,103,82)

Renk bilgisi

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

RGB renk modeli

#476752 color RGB value is (71,103,82).

  • kırmız ton 71;
  • yeşil ton 103;
  • mavi ton 82.
RGB:
(71,103,82)
(28%,40%,32%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 103 of 255 = 40%
B 82 of 255 = 32%

71
103
82

R + G + B ~ 33%. #476752 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 103 + 82 = 256 (100%)
R 71 of 256 ~ 27.73%
G 103 of 256 ~ 40.23%
B 82 of 256 ~ 32.03%

%27.73
%40.23
%32.03

CMYK RENK MODELİ

#476752 rengi CMYK tonu (31,0,20,60).

  • camgöbeği tonu 31.07%
  • eflatun tonu 0.00%
  • sarı tonu 20.39%
  • ana renk tonu 59.61%
CMYK:
(31,0,20,60)
C31M0Y20K60 
(31%,0%,20%,60%)
(0.31/0.00/0.20/0.60)	

CMYK yüzdeleri

%31.07
%0
%20.39
%59.61

Codes

Color #476752 in popluar color models

476752
RGB7110382
HSL141°18.39%34.12%
HSB/HSV141°31.07%40.39%
CMYK31.07%0.00%20.39%
59.61%

Color #476752 in popluar number systems.

HEX476752
Decimal7110382
Binary100011111001111010010
Octal107147122

Shades and tints

Shades of #476752

#476752
(71,103,82)
#415E4B
(65,94,75)
#3B5544
(59,85,68)
#354C3D
(53,76,61)
#2F4336
(47,67,54)
#293A2F
(41,58,47)
#233128
(35,49,40)
#1D2821
(29,40,33)
#171F1A
(23,31,26)
#111613
(17,22,19)
#0B0D0C
(11,13,12)
#000000
(0,0,0)

Tints of #476752

#476752
(71,103,82)
#577461
(87,116,97)
#678170
(103,129,112)
#778E7F
(119,142,127)
#879B8E
(135,155,142)
#97A89D
(151,168,157)
#A7B5AC
(167,181,172)
#B7C2BB
(183,194,187)
#C7CFCA
(199,207,202)
#D7DCD9
(215,220,217)
#E7E9E8
(231,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #476752 color. Also use rgb(71,103,82) instead hex code.

Text Font Color

.myTextColor { color: #476752; }

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

This text font color is #476752.


Background Color

.myBgColor { background-color: #476752; }

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

This div background color is #476752.


Border color

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

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

This div border color is #476752.


Opacity

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

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

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

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

This text has shadow with #476752 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476752 on black background.


Color preview on white background

This text has color #476752 on white background.



Black color preview on #476752 background

This text has black color on #476752 background.


White color preview on #476752 background

This text has white color on #476752 background.