COLOR #476054

HEX: #476054
RGB: (71,96,84)

Renk bilgisi

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

RGB renk modeli

#476054 color RGB value is (71,96,84).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 96 of 255 = 38%
B 84 of 255 = 33%

71
96
84

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 96 + 84 = 251 (100%)
R 71 of 251 ~ 28.29%
G 96 of 251 ~ 38.25%
B 84 of 251 ~ 33.47%

%28.29
%38.25
%33.47

CMYK RENK MODELİ

#476054 rengi CMYK tonu (26,0,13,62).

  • camgöbeği tonu 26.04%
  • eflatun tonu 0.00%
  • sarı tonu 12.50%
  • ana renk tonu 62.35%
CMYK:
(26,0,13,62)
C26M0Y13K62 
(26%,0%,13%,62%)
(0.26/0.00/0.13/0.62)	

CMYK yüzdeleri

%26.04
%0
%12.5
%62.35

Codes

Color #476054 in popluar color models

476054
RGB719684
HSL151°14.97%32.75%
HSB/HSV151°26.04%37.65%
CMYK26.04%0.00%12.50%
62.35%

Color #476054 in popluar number systems.

HEX476054
Decimal719684
Binary100011111000001010100
Octal107140124

Shades and tints

Shades of #476054

#476054
(71,96,84)
#41584D
(65,88,77)
#3B5046
(59,80,70)
#35483F
(53,72,63)
#2F4038
(47,64,56)
#293831
(41,56,49)
#23302A
(35,48,42)
#1D2823
(29,40,35)
#17201C
(23,32,28)
#111815
(17,24,21)
#0B100E
(11,16,14)
#000000
(0,0,0)

Tints of #476054

#476054
(71,96,84)
#576E63
(87,110,99)
#677C72
(103,124,114)
#778A81
(119,138,129)
#879890
(135,152,144)
#97A69F
(151,166,159)
#A7B4AE
(167,180,174)
#B7C2BD
(183,194,189)
#C7D0CC
(199,208,204)
#D7DEDB
(215,222,219)
#E7ECEA
(231,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476054; }

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

This text font color is #476054.


Background Color

.myBgColor { background-color: #476054; }

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

This div background color is #476054.


Border color

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

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

This div border color is #476054.


Opacity

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

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

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

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

This text has shadow with #476054 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476054 on black background.


Color preview on white background

This text has color #476054 on white background.



Black color preview on #476054 background

This text has black color on #476054 background.


White color preview on #476054 background

This text has white color on #476054 background.