COLOR #476957

HEX: #476957
RGB: (71,105,87)

Renk bilgisi

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

RGB renk modeli

#476957 color RGB value is (71,105,87).

  • kırmız ton 71;
  • yeşil ton 105;
  • mavi ton 87.
RGB:
(71,105,87)
(28%,41%,34%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 105 of 255 = 41%
B 87 of 255 = 34%

71
105
87

R + G + B ~ 34%. #476957 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 105 + 87 = 263 (100%)
R 71 of 263 ~ 27%
G 105 of 263 ~ 39.92%
B 87 of 263 ~ 33.08%

%27
%39.92
%33.08

CMYK RENK MODELİ

#476957 rengi CMYK tonu (32,0,17,59).

  • camgöbeği tonu 32.38%
  • eflatun tonu 0.00%
  • sarı tonu 17.14%
  • ana renk tonu 58.82%
CMYK:
(32,0,17,59)
C32M0Y17K59 
(32%,0%,17%,59%)
(0.32/0.00/0.17/0.59)	

CMYK yüzdeleri

%32.38
%0
%17.14
%58.82

Codes

Color #476957 in popluar color models

476957
RGB7110587
HSL148°19.32%34.51%
HSB/HSV148°32.38%41.18%
CMYK32.38%0.00%17.14%
58.82%

Color #476957 in popluar number systems.

HEX476957
Decimal7110587
Binary100011111010011010111
Octal107151127

Shades and tints

Shades of #476957

#476957
(71,105,87)
#416050
(65,96,80)
#3B5749
(59,87,73)
#354E42
(53,78,66)
#2F453B
(47,69,59)
#293C34
(41,60,52)
#23332D
(35,51,45)
#1D2A26
(29,42,38)
#17211F
(23,33,31)
#111818
(17,24,24)
#0B0F11
(11,15,17)
#000000
(0,0,0)

Tints of #476957

#476957
(71,105,87)
#577666
(87,118,102)
#678375
(103,131,117)
#779084
(119,144,132)
#879D93
(135,157,147)
#97AAA2
(151,170,162)
#A7B7B1
(167,183,177)
#B7C4C0
(183,196,192)
#C7D1CF
(199,209,207)
#D7DEDE
(215,222,222)
#E7EBED
(231,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #476957 color. Also use rgb(71,105,87) instead hex code.

Text Font Color

.myTextColor { color: #476957; }

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

This text font color is #476957.


Background Color

.myBgColor { background-color: #476957; }

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

This div background color is #476957.


Border color

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

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

This div border color is #476957.


Opacity

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

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

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

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

This text has shadow with #476957 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476957 on black background.


Color preview on white background

This text has color #476957 on white background.



Black color preview on #476957 background

This text has black color on #476957 background.


White color preview on #476957 background

This text has white color on #476957 background.