COLOR #477366

HEX: #477366
RGB: (71,115,102)

Renk bilgisi

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

RGB renk modeli

#477366 color RGB value is (71,115,102).

  • kırmız ton 71;
  • yeşil ton 115;
  • mavi ton 102.
RGB:
(71,115,102)
(28%,45%,40%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 115 of 255 = 45%
B 102 of 255 = 40%

71
115
102

R + G + B ~ 38%. #477366 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 115 + 102 = 288 (100%)
R 71 of 288 ~ 24.65%
G 115 of 288 ~ 39.93%
B 102 of 288 ~ 35.42%

%24.65
%39.93
%35.42

CMYK RENK MODELİ

#477366 rengi CMYK tonu (38,0,11,55).

  • camgöbeği tonu 38.26%
  • eflatun tonu 0.00%
  • sarı tonu 11.30%
  • ana renk tonu 54.90%
CMYK:
(38,0,11,55)
C38M0Y11K55 
(38%,0%,11%,55%)
(0.38/0.00/0.11/0.55)	

CMYK yüzdeleri

%38.26
%0
%11.3
%54.9

Codes

Color #477366 in popluar color models

477366
RGB71115102
HSL162°23.66%36.47%
HSB/HSV162°38.26%45.10%
CMYK38.26%0.00%11.30%
54.90%

Color #477366 in popluar number systems.

HEX477366
Decimal71115102
Binary100011111100111100110
Octal107163146

Shades and tints

Shades of #477366

#477366
(71,115,102)
#41695D
(65,105,93)
#3B5F54
(59,95,84)
#35554B
(53,85,75)
#2F4B42
(47,75,66)
#294139
(41,65,57)
#233730
(35,55,48)
#1D2D27
(29,45,39)
#17231E
(23,35,30)
#111915
(17,25,21)
#0B0F0C
(11,15,12)
#000000
(0,0,0)

Tints of #477366

#477366
(71,115,102)
#577F73
(87,127,115)
#678B80
(103,139,128)
#77978D
(119,151,141)
#87A39A
(135,163,154)
#97AFA7
(151,175,167)
#A7BBB4
(167,187,180)
#B7C7C1
(183,199,193)
#C7D3CE
(199,211,206)
#D7DFDB
(215,223,219)
#E7EBE8
(231,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #477366 color. Also use rgb(71,115,102) instead hex code.

Text Font Color

.myTextColor { color: #477366; }

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

This text font color is #477366.


Background Color

.myBgColor { background-color: #477366; }

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

This div background color is #477366.


Border color

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

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

This div border color is #477366.


Opacity

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

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

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

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

This text has shadow with #477366 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #477366 on black background.


Color preview on white background

This text has color #477366 on white background.



Black color preview on #477366 background

This text has black color on #477366 background.


White color preview on #477366 background

This text has white color on #477366 background.