COLOR #475250

HEX: #475250
RGB: (71,82,80)

Renk bilgisi

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

RGB renk modeli

#475250 color RGB value is (71,82,80).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 82 of 255 = 32%
B 80 of 255 = 31%

71
82
80

R + G + B ~ 30%. #475250 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 82 + 80 = 233 (100%)
R 71 of 233 ~ 30.47%
G 82 of 233 ~ 35.19%
B 80 of 233 ~ 34.33%

%30.47
%35.19
%34.33

CMYK RENK MODELİ

#475250 rengi CMYK tonu (13,0,2,68).

  • camgöbeği tonu 13.41%
  • eflatun tonu 0.00%
  • sarı tonu 2.44%
  • ana renk tonu 67.84%
CMYK:
(13,0,2,68)
C13M0Y2K68 
(13%,0%,2%,68%)
(0.13/0.00/0.02/0.68)	

CMYK yüzdeleri

%13.41
%0
%2.44
%67.84

Codes

Color #475250 in popluar color models

475250
RGB718280
HSL169°7.19%30.00%
HSB/HSV169°13.41%32.16%
CMYK13.41%0.00%2.44%
67.84%

Color #475250 in popluar number systems.

HEX475250
Decimal718280
Binary100011110100101010000
Octal107122120

Shades and tints

Shades of #475250

#475250
(71,82,80)
#414B49
(65,75,73)
#3B4442
(59,68,66)
#353D3B
(53,61,59)
#2F3634
(47,54,52)
#292F2D
(41,47,45)
#232826
(35,40,38)
#1D211F
(29,33,31)
#171A18
(23,26,24)
#111311
(17,19,17)
#0B0C0A
(11,12,10)
#000000
(0,0,0)

Tints of #475250

#475250
(71,82,80)
#57615F
(87,97,95)
#67706E
(103,112,110)
#777F7D
(119,127,125)
#878E8C
(135,142,140)
#979D9B
(151,157,155)
#A7ACAA
(167,172,170)
#B7BBB9
(183,187,185)
#C7CAC8
(199,202,200)
#D7D9D7
(215,217,215)
#E7E8E6
(231,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475250; }

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

This text font color is #475250.


Background Color

.myBgColor { background-color: #475250; }

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

This div background color is #475250.


Border color

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

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

This div border color is #475250.


Opacity

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

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

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

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

This text has shadow with #475250 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475250 on black background.


Color preview on white background

This text has color #475250 on white background.



Black color preview on #475250 background

This text has black color on #475250 background.


White color preview on #475250 background

This text has white color on #475250 background.