COLOR #475B35

HEX: #475B35
RGB: (71,91,53)

Renk bilgisi

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

RGB renk modeli

#475B35 color RGB value is (71,91,53).

  • kırmız ton 71;
  • yeşil ton 91;
  • mavi ton 53.
RGB:
(71,91,53)
(28%,36%,21%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 91 of 255 = 36%
B 53 of 255 = 21%

71
91
53

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 91 + 53 = 215 (100%)
R 71 of 215 ~ 33.02%
G 91 of 215 ~ 42.33%
B 53 of 215 ~ 24.65%

%33.02
%42.33
%24.65

CMYK RENK MODELİ

#475B35 rengi CMYK tonu (22,0,42,64).

  • camgöbeği tonu 21.98%
  • eflatun tonu 0.00%
  • sarı tonu 41.76%
  • ana renk tonu 64.31%
CMYK:
(22,0,42,64)
C22M0Y42K64 
(22%,0%,42%,64%)
(0.22/0.00/0.42/0.64)	

CMYK yüzdeleri

%21.98
%0
%41.76
%64.31

Codes

Color #475B35 in popluar color models

475B35
RGB719153
HSL92°26.39%28.24%
HSB/HSV92°41.76%35.69%
CMYK21.98%0.00%41.76%
64.31%

Color #475B35 in popluar number systems.

HEX475B35
Decimal719153
Binary10001111011011110101
Octal10713365

Shades and tints

Shades of #475B35

#475B35
(71,91,53)
#415331
(65,83,49)
#3B4B2D
(59,75,45)
#354329
(53,67,41)
#2F3B25
(47,59,37)
#293321
(41,51,33)
#232B1D
(35,43,29)
#1D2319
(29,35,25)
#171B15
(23,27,21)
#111311
(17,19,17)
#0B0B0D
(11,11,13)
#000000
(0,0,0)

Tints of #475B35

#475B35
(71,91,53)
#576947
(87,105,71)
#677759
(103,119,89)
#77856B
(119,133,107)
#87937D
(135,147,125)
#97A18F
(151,161,143)
#A7AFA1
(167,175,161)
#B7BDB3
(183,189,179)
#C7CBC5
(199,203,197)
#D7D9D7
(215,217,215)
#E7E7E9
(231,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #475B35 color. Also use rgb(71,91,53) instead hex code.

Text Font Color

.myTextColor { color: #475B35; }

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

This text font color is #475B35.


Background Color

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

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

This div background color is #475B35.


Border color

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

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

This div border color is #475B35.


Opacity

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

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

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

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

This text has shadow with #475B35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475B35 on black background.


Color preview on white background

This text has color #475B35 on white background.



Black color preview on #475B35 background

This text has black color on #475B35 background.


White color preview on #475B35 background

This text has white color on #475B35 background.