COLOR #475A41

HEX: #475A41
RGB: (71,90,65)

Renk bilgisi

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

RGB renk modeli

#475A41 color RGB value is (71,90,65).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 90 of 255 = 35%
B 65 of 255 = 25%

71
90
65

R + G + B ~ 29%. #475A41 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 90 + 65 = 226 (100%)
R 71 of 226 ~ 31.42%
G 90 of 226 ~ 39.82%
B 65 of 226 ~ 28.76%

%31.42
%39.82
%28.76

CMYK RENK MODELİ

#475A41 rengi CMYK tonu (21,0,28,65).

  • camgöbeği tonu 21.11%
  • eflatun tonu 0.00%
  • sarı tonu 27.78%
  • ana renk tonu 64.71%
CMYK:
(21,0,28,65)
C21M0Y28K65 
(21%,0%,28%,65%)
(0.21/0.00/0.28/0.65)	

CMYK yüzdeleri

%21.11
%0
%27.78
%64.71

Codes

Color #475A41 in popluar color models

475A41
RGB719065
HSL106°16.13%30.39%
HSB/HSV106°27.78%35.29%
CMYK21.11%0.00%27.78%
64.71%

Color #475A41 in popluar number systems.

HEX475A41
Decimal719065
Binary100011110110101000001
Octal107132101

Shades and tints

Shades of #475A41

#475A41
(71,90,65)
#41523C
(65,82,60)
#3B4A37
(59,74,55)
#354232
(53,66,50)
#2F3A2D
(47,58,45)
#293228
(41,50,40)
#232A23
(35,42,35)
#1D221E
(29,34,30)
#171A19
(23,26,25)
#111214
(17,18,20)
#0B0A0F
(11,10,15)
#000000
(0,0,0)

Tints of #475A41

#475A41
(71,90,65)
#576952
(87,105,82)
#677863
(103,120,99)
#778774
(119,135,116)
#879685
(135,150,133)
#97A596
(151,165,150)
#A7B4A7
(167,180,167)
#B7C3B8
(183,195,184)
#C7D2C9
(199,210,201)
#D7E1DA
(215,225,218)
#E7F0EB
(231,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475A41; }

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

This text font color is #475A41.


Background Color

.myBgColor { background-color: #475A41; }

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

This div background color is #475A41.


Border color

.myBorderColor { border: 1px solid #475A41; }

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

This div border color is #475A41.


Opacity

.myOpacity80 { color: #475A41; opacity: 0.8; }

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

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

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

This text has shadow with #475A41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475A41 on black background.


Color preview on white background

This text has color #475A41 on white background.



Black color preview on #475A41 background

This text has black color on #475A41 background.


White color preview on #475A41 background

This text has white color on #475A41 background.