COLOR #476F5A

HEX: #476F5A
RGB: (71,111,90)

Renk bilgisi

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

RGB renk modeli

#476F5A color RGB value is (71,111,90).

  • kırmız ton 71;
  • yeşil ton 111;
  • mavi ton 90.
RGB:
(71,111,90)
(28%,44%,35%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 111 of 255 = 44%
B 90 of 255 = 35%

71
111
90

R + G + B ~ 36%. #476F5A is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 111 + 90 = 272 (100%)
R 71 of 272 ~ 26.1%
G 111 of 272 ~ 40.81%
B 90 of 272 ~ 33.09%

%26.1
%40.81
%33.09

CMYK RENK MODELİ

#476F5A rengi CMYK tonu (36,0,19,56).

  • camgöbeği tonu 36.04%
  • eflatun tonu 0.00%
  • sarı tonu 18.92%
  • ana renk tonu 56.47%
CMYK:
(36,0,19,56)
C36M0Y19K56 
(36%,0%,19%,56%)
(0.36/0.00/0.19/0.56)	

CMYK yüzdeleri

%36.04
%0
%18.92
%56.47

Codes

Color #476F5A in popluar color models

476F5A
RGB7111190
HSL149°21.98%35.69%
HSB/HSV149°36.04%43.53%
CMYK36.04%0.00%18.92%
56.47%

Color #476F5A in popluar number systems.

HEX476F5A
Decimal7111190
Binary100011111011111011010
Octal107157132

Shades and tints

Shades of #476F5A

#476F5A
(71,111,90)
#416552
(65,101,82)
#3B5B4A
(59,91,74)
#355142
(53,81,66)
#2F473A
(47,71,58)
#293D32
(41,61,50)
#23332A
(35,51,42)
#1D2922
(29,41,34)
#171F1A
(23,31,26)
#111512
(17,21,18)
#0B0B0A
(11,11,10)
#000000
(0,0,0)

Tints of #476F5A

#476F5A
(71,111,90)
#577C69
(87,124,105)
#678978
(103,137,120)
#779687
(119,150,135)
#87A396
(135,163,150)
#97B0A5
(151,176,165)
#A7BDB4
(167,189,180)
#B7CAC3
(183,202,195)
#C7D7D2
(199,215,210)
#D7E4E1
(215,228,225)
#E7F1F0
(231,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #476F5A color. Also use rgb(71,111,90) instead hex code.

Text Font Color

.myTextColor { color: #476F5A; }

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

This text font color is #476F5A.


Background Color

.myBgColor { background-color: #476F5A; }

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

This div background color is #476F5A.


Border color

.myBorderColor { border: 1px solid #476F5A; }

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

This div border color is #476F5A.


Opacity

.myOpacity80 { color: #476F5A; opacity: 0.8; }

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

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

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

This text has shadow with #476F5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476F5A on black background.


Color preview on white background

This text has color #476F5A on white background.



Black color preview on #476F5A background

This text has black color on #476F5A background.


White color preview on #476F5A background

This text has white color on #476F5A background.