COLOR #475B34

HEX: #475B34
RGB: (71,91,52)

Renk bilgisi

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

RGB renk modeli

#475B34 color RGB value is (71,91,52).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 91 of 255 = 36%
B 52 of 255 = 20%

71
91
52

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 91 + 52 = 214 (100%)
R 71 of 214 ~ 33.18%
G 91 of 214 ~ 42.52%
B 52 of 214 ~ 24.3%

%33.18
%42.52
%24.3

CMYK RENK MODELİ

#475B34 rengi CMYK tonu (22,0,43,64).

  • camgöbeği tonu 21.98%
  • eflatun tonu 0.00%
  • sarı tonu 42.86%
  • ana renk tonu 64.31%
CMYK:
(22,0,43,64)
C22M0Y43K64 
(22%,0%,43%,64%)
(0.22/0.00/0.43/0.64)	

CMYK yüzdeleri

%21.98
%0
%42.86
%64.31

Codes

Color #475B34 in popluar color models

475B34
RGB719152
HSL91°27.27%28.04%
HSB/HSV91°42.86%35.69%
CMYK21.98%0.00%42.86%
64.31%

Color #475B34 in popluar number systems.

HEX475B34
Decimal719152
Binary10001111011011110100
Octal10713364

Shades and tints

Shades of #475B34

#475B34
(71,91,52)
#415330
(65,83,48)
#3B4B2C
(59,75,44)
#354328
(53,67,40)
#2F3B24
(47,59,36)
#293320
(41,51,32)
#232B1C
(35,43,28)
#1D2318
(29,35,24)
#171B14
(23,27,20)
#111310
(17,19,16)
#0B0B0C
(11,11,12)
#000000
(0,0,0)

Tints of #475B34

#475B34
(71,91,52)
#576946
(87,105,70)
#677758
(103,119,88)
#77856A
(119,133,106)
#87937C
(135,147,124)
#97A18E
(151,161,142)
#A7AFA0
(167,175,160)
#B7BDB2
(183,189,178)
#C7CBC4
(199,203,196)
#D7D9D6
(215,217,214)
#E7E7E8
(231,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475B34; }

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

This text font color is #475B34.


Background Color

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

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

This div background color is #475B34.


Border color

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

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

This div border color is #475B34.


Opacity

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

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

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

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

This text has shadow with #475B34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475B34 on black background.


Color preview on white background

This text has color #475B34 on white background.



Black color preview on #475B34 background

This text has black color on #475B34 background.


White color preview on #475B34 background

This text has white color on #475B34 background.