COLOR #477274

HEX: #477274
RGB: (71,114,116)

Renk bilgisi

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

RGB renk modeli

#477274 color RGB value is (71,114,116).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 114 of 255 = 45%
B 116 of 255 = 45%

71
114
116

R + G + B ~ 39%. #477274 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 114 + 116 = 301 (100%)
R 71 of 301 ~ 23.59%
G 114 of 301 ~ 37.87%
B 116 of 301 ~ 38.54%

%23.59
%37.87
%38.54

CMYK RENK MODELİ

#477274 rengi CMYK tonu (39,2,0,55).

  • camgöbeği tonu 38.79%
  • eflatun tonu 1.72%
  • sarı tonu 0.00%
  • ana renk tonu 54.51%
CMYK:
(39,2,0,55)
C39M2Y0K55 
(39%,2%,0%,55%)
(0.39/0.02/0.00/0.55)	

CMYK yüzdeleri

%38.79
%1.72
%0
%54.51

Codes

Color #477274 in popluar color models

477274
RGB71114116
HSL183°24.06%36.67%
HSB/HSV183°38.79%45.49%
CMYK38.79%1.72%0.00%
54.51%

Color #477274 in popluar number systems.

HEX477274
Decimal71114116
Binary100011111100101110100
Octal107162164

Shades and tints

Shades of #477274

#477274
(71,114,116)
#41686A
(65,104,106)
#3B5E60
(59,94,96)
#355456
(53,84,86)
#2F4A4C
(47,74,76)
#294042
(41,64,66)
#233638
(35,54,56)
#1D2C2E
(29,44,46)
#172224
(23,34,36)
#11181A
(17,24,26)
#0B0E10
(11,14,16)
#000000
(0,0,0)

Tints of #477274

#477274
(71,114,116)
#577E80
(87,126,128)
#678A8C
(103,138,140)
#779698
(119,150,152)
#87A2A4
(135,162,164)
#97AEB0
(151,174,176)
#A7BABC
(167,186,188)
#B7C6C8
(183,198,200)
#C7D2D4
(199,210,212)
#D7DEE0
(215,222,224)
#E7EAEC
(231,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #477274 color. Also use rgb(71,114,116) instead hex code.

Text Font Color

.myTextColor { color: #477274; }

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

This text font color is #477274.


Background Color

.myBgColor { background-color: #477274; }

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

This div background color is #477274.


Border color

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

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

This div border color is #477274.


Opacity

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

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

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

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

This text has shadow with #477274 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #477274 on black background.


Color preview on white background

This text has color #477274 on white background.



Black color preview on #477274 background

This text has black color on #477274 background.


White color preview on #477274 background

This text has white color on #477274 background.