COLOR #476255

HEX: #476255
RGB: (71,98,85)

Renk bilgisi

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

RGB renk modeli

#476255 color RGB value is (71,98,85).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 98 of 255 = 38%
B 85 of 255 = 33%

71
98
85

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 98 + 85 = 254 (100%)
R 71 of 254 ~ 27.95%
G 98 of 254 ~ 38.58%
B 85 of 254 ~ 33.46%

%27.95
%38.58
%33.46

CMYK RENK MODELİ

#476255 rengi CMYK tonu (28,0,13,62).

  • camgöbeği tonu 27.55%
  • eflatun tonu 0.00%
  • sarı tonu 13.27%
  • ana renk tonu 61.57%
CMYK:
(28,0,13,62)
C28M0Y13K62 
(28%,0%,13%,62%)
(0.28/0.00/0.13/0.62)	

CMYK yüzdeleri

%27.55
%0
%13.27
%61.57

Codes

Color #476255 in popluar color models

476255
RGB719885
HSL151°15.98%33.14%
HSB/HSV151°27.55%38.43%
CMYK27.55%0.00%13.27%
61.57%

Color #476255 in popluar number systems.

HEX476255
Decimal719885
Binary100011111000101010101
Octal107142125

Shades and tints

Shades of #476255

#476255
(71,98,85)
#415A4E
(65,90,78)
#3B5247
(59,82,71)
#354A40
(53,74,64)
#2F4239
(47,66,57)
#293A32
(41,58,50)
#23322B
(35,50,43)
#1D2A24
(29,42,36)
#17221D
(23,34,29)
#111A16
(17,26,22)
#0B120F
(11,18,15)
#000000
(0,0,0)

Tints of #476255

#476255
(71,98,85)
#577064
(87,112,100)
#677E73
(103,126,115)
#778C82
(119,140,130)
#879A91
(135,154,145)
#97A8A0
(151,168,160)
#A7B6AF
(167,182,175)
#B7C4BE
(183,196,190)
#C7D2CD
(199,210,205)
#D7E0DC
(215,224,220)
#E7EEEB
(231,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476255; }

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

This text font color is #476255.


Background Color

.myBgColor { background-color: #476255; }

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

This div background color is #476255.


Border color

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

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

This div border color is #476255.


Opacity

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

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

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

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

This text has shadow with #476255 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476255 on black background.


Color preview on white background

This text has color #476255 on white background.



Black color preview on #476255 background

This text has black color on #476255 background.


White color preview on #476255 background

This text has white color on #476255 background.