COLOR #475241

HEX: #475241
RGB: (71,82,65)

Renk bilgisi

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

RGB renk modeli

#475241 color RGB value is (71,82,65).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 82 of 255 = 32%
B 65 of 255 = 25%

71
82
65

R + G + B ~ 28%. #475241 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 82 + 65 = 218 (100%)
R 71 of 218 ~ 32.57%
G 82 of 218 ~ 37.61%
B 65 of 218 ~ 29.82%

%32.57
%37.61
%29.82

CMYK RENK MODELİ

#475241 rengi CMYK tonu (13,0,21,68).

  • camgöbeği tonu 13.41%
  • eflatun tonu 0.00%
  • sarı tonu 20.73%
  • ana renk tonu 67.84%
CMYK:
(13,0,21,68)
C13M0Y21K68 
(13%,0%,21%,68%)
(0.13/0.00/0.21/0.68)	

CMYK yüzdeleri

%13.41
%0
%20.73
%67.84

Codes

Color #475241 in popluar color models

475241
RGB718265
HSL99°11.56%28.82%
HSB/HSV99°20.73%32.16%
CMYK13.41%0.00%20.73%
67.84%

Color #475241 in popluar number systems.

HEX475241
Decimal718265
Binary100011110100101000001
Octal107122101

Shades and tints

Shades of #475241

#475241
(71,82,65)
#414B3C
(65,75,60)
#3B4437
(59,68,55)
#353D32
(53,61,50)
#2F362D
(47,54,45)
#292F28
(41,47,40)
#232823
(35,40,35)
#1D211E
(29,33,30)
#171A19
(23,26,25)
#111314
(17,19,20)
#0B0C0F
(11,12,15)
#000000
(0,0,0)

Tints of #475241

#475241
(71,82,65)
#576152
(87,97,82)
#677063
(103,112,99)
#777F74
(119,127,116)
#878E85
(135,142,133)
#979D96
(151,157,150)
#A7ACA7
(167,172,167)
#B7BBB8
(183,187,184)
#C7CAC9
(199,202,201)
#D7D9DA
(215,217,218)
#E7E8EB
(231,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475241; }

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

This text font color is #475241.


Background Color

.myBgColor { background-color: #475241; }

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

This div background color is #475241.


Border color

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

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

This div border color is #475241.


Opacity

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

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

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

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

This text has shadow with #475241 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475241 on black background.


Color preview on white background

This text has color #475241 on white background.



Black color preview on #475241 background

This text has black color on #475241 background.


White color preview on #475241 background

This text has white color on #475241 background.