COLOR #475545

HEX: #475545
RGB: (71,85,69)

Renk bilgisi

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

RGB renk modeli

#475545 color RGB value is (71,85,69).

  • kırmız ton 71;
  • yeşil ton 85;
  • mavi ton 69.
RGB:
(71,85,69)
(28%,33%,27%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 85 of 255 = 33%
B 69 of 255 = 27%

71
85
69

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 85 + 69 = 225 (100%)
R 71 of 225 ~ 31.56%
G 85 of 225 ~ 37.78%
B 69 of 225 ~ 30.67%

%31.56
%37.78
%30.67

CMYK RENK MODELİ

#475545 rengi CMYK tonu (16,0,19,67).

  • camgöbeği tonu 16.47%
  • eflatun tonu 0.00%
  • sarı tonu 18.82%
  • ana renk tonu 66.67%
CMYK:
(16,0,19,67)
C16M0Y19K67 
(16%,0%,19%,67%)
(0.16/0.00/0.19/0.67)	

CMYK yüzdeleri

%16.47
%0
%18.82
%66.67

Codes

Color #475545 in popluar color models

475545
RGB718569
HSL113°10.39%30.20%
HSB/HSV113°18.82%33.33%
CMYK16.47%0.00%18.82%
66.67%

Color #475545 in popluar number systems.

HEX475545
Decimal718569
Binary100011110101011000101
Octal107125105

Shades and tints

Shades of #475545

#475545
(71,85,69)
#414E3F
(65,78,63)
#3B4739
(59,71,57)
#354033
(53,64,51)
#2F392D
(47,57,45)
#293227
(41,50,39)
#232B21
(35,43,33)
#1D241B
(29,36,27)
#171D15
(23,29,21)
#11160F
(17,22,15)
#0B0F09
(11,15,9)
#000000
(0,0,0)

Tints of #475545

#475545
(71,85,69)
#576455
(87,100,85)
#677365
(103,115,101)
#778275
(119,130,117)
#879185
(135,145,133)
#97A095
(151,160,149)
#A7AFA5
(167,175,165)
#B7BEB5
(183,190,181)
#C7CDC5
(199,205,197)
#D7DCD5
(215,220,213)
#E7EBE5
(231,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #475545 color. Also use rgb(71,85,69) instead hex code.

Text Font Color

.myTextColor { color: #475545; }

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

This text font color is #475545.


Background Color

.myBgColor { background-color: #475545; }

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

This div background color is #475545.


Border color

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

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

This div border color is #475545.


Opacity

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

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

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

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

This text has shadow with #475545 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475545 on black background.


Color preview on white background

This text has color #475545 on white background.



Black color preview on #475545 background

This text has black color on #475545 background.


White color preview on #475545 background

This text has white color on #475545 background.