COLOR #475B3B

HEX: #475B3B
RGB: (71,91,59)

Renk bilgisi

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

RGB renk modeli

#475B3B color RGB value is (71,91,59).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 91 of 255 = 36%
B 59 of 255 = 23%

71
91
59

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 91 + 59 = 221 (100%)
R 71 of 221 ~ 32.13%
G 91 of 221 ~ 41.18%
B 59 of 221 ~ 26.7%

%32.13
%41.18
%26.7

CMYK RENK MODELİ

#475B3B rengi CMYK tonu (22,0,35,64).

  • camgöbeği tonu 21.98%
  • eflatun tonu 0.00%
  • sarı tonu 35.16%
  • ana renk tonu 64.31%
CMYK:
(22,0,35,64)
C22M0Y35K64 
(22%,0%,35%,64%)
(0.22/0.00/0.35/0.64)	

CMYK yüzdeleri

%21.98
%0
%35.16
%64.31

Codes

Color #475B3B in popluar color models

475B3B
RGB719159
HSL98°21.33%29.41%
HSB/HSV98°35.16%35.69%
CMYK21.98%0.00%35.16%
64.31%

Color #475B3B in popluar number systems.

HEX475B3B
Decimal719159
Binary10001111011011111011
Octal10713373

Shades and tints

Shades of #475B3B

#475B3B
(71,91,59)
#415336
(65,83,54)
#3B4B31
(59,75,49)
#35432C
(53,67,44)
#2F3B27
(47,59,39)
#293322
(41,51,34)
#232B1D
(35,43,29)
#1D2318
(29,35,24)
#171B13
(23,27,19)
#11130E
(17,19,14)
#0B0B09
(11,11,9)
#000000
(0,0,0)

Tints of #475B3B

#475B3B
(71,91,59)
#57694C
(87,105,76)
#67775D
(103,119,93)
#77856E
(119,133,110)
#87937F
(135,147,127)
#97A190
(151,161,144)
#A7AFA1
(167,175,161)
#B7BDB2
(183,189,178)
#C7CBC3
(199,203,195)
#D7D9D4
(215,217,212)
#E7E7E5
(231,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475B3B; }

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

This text font color is #475B3B.


Background Color

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

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

This div background color is #475B3B.


Border color

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

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

This div border color is #475B3B.


Opacity

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

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

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

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

This text has shadow with #475B3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475B3B on black background.


Color preview on white background

This text has color #475B3B on white background.



Black color preview on #475B3B background

This text has black color on #475B3B background.


White color preview on #475B3B background

This text has white color on #475B3B background.