COLOR #475261

HEX: #475261
RGB: (71,82,97)

Renk bilgisi

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

RGB renk modeli

#475261 color RGB value is (71,82,97).

  • kırmız ton 71;
  • yeşil ton 82;
  • mavi ton 97.
RGB:
(71,82,97)
(28%,32%,38%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 82 of 255 = 32%
B 97 of 255 = 38%

71
82
97

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 82 + 97 = 250 (100%)
R 71 of 250 ~ 28.4%
G 82 of 250 ~ 32.8%
B 97 of 250 ~ 38.8%

%28.4
%32.8
%38.8

CMYK RENK MODELİ

#475261 rengi CMYK tonu (27,15,0,62).

  • camgöbeği tonu 26.80%
  • eflatun tonu 15.46%
  • sarı tonu 0.00%
  • ana renk tonu 61.96%
CMYK:
(27,15,0,62)
C27M15Y0K62 
(27%,15%,0%,62%)
(0.27/0.15/0.00/0.62)	

CMYK yüzdeleri

%26.8
%15.46
%0
%61.96

Codes

Color #475261 in popluar color models

475261
RGB718297
HSL215°15.48%32.94%
HSB/HSV215°26.80%38.04%
CMYK26.80%15.46%0.00%
61.96%

Color #475261 in popluar number systems.

HEX475261
Decimal718297
Binary100011110100101100001
Octal107122141

Shades and tints

Shades of #475261

#475261
(71,82,97)
#414B59
(65,75,89)
#3B4451
(59,68,81)
#353D49
(53,61,73)
#2F3641
(47,54,65)
#292F39
(41,47,57)
#232831
(35,40,49)
#1D2129
(29,33,41)
#171A21
(23,26,33)
#111319
(17,19,25)
#0B0C11
(11,12,17)
#000000
(0,0,0)

Tints of #475261

#475261
(71,82,97)
#57616F
(87,97,111)
#67707D
(103,112,125)
#777F8B
(119,127,139)
#878E99
(135,142,153)
#979DA7
(151,157,167)
#A7ACB5
(167,172,181)
#B7BBC3
(183,187,195)
#C7CAD1
(199,202,209)
#D7D9DF
(215,217,223)
#E7E8ED
(231,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #475261 color. Also use rgb(71,82,97) instead hex code.

Text Font Color

.myTextColor { color: #475261; }

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

This text font color is #475261.


Background Color

.myBgColor { background-color: #475261; }

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

This div background color is #475261.


Border color

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

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

This div border color is #475261.


Opacity

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

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

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

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

This text has shadow with #475261 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475261 on black background.


Color preview on white background

This text has color #475261 on white background.



Black color preview on #475261 background

This text has black color on #475261 background.


White color preview on #475261 background

This text has white color on #475261 background.