COLOR #475B3E

HEX: #475B3E
RGB: (71,91,62)

Renk bilgisi

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

RGB renk modeli

#475B3E color RGB value is (71,91,62).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 91 of 255 = 36%
B 62 of 255 = 24%

71
91
62

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 91 + 62 = 224 (100%)
R 71 of 224 ~ 31.7%
G 91 of 224 ~ 40.63%
B 62 of 224 ~ 27.68%

%31.7
%40.63
%27.68

CMYK RENK MODELİ

#475B3E rengi CMYK tonu (22,0,32,64).

  • camgöbeği tonu 21.98%
  • eflatun tonu 0.00%
  • sarı tonu 31.87%
  • ana renk tonu 64.31%
CMYK:
(22,0,32,64)
C22M0Y32K64 
(22%,0%,32%,64%)
(0.22/0.00/0.32/0.64)	

CMYK yüzdeleri

%21.98
%0
%31.87
%64.31

Codes

Color #475B3E in popluar color models

475B3E
RGB719162
HSL101°18.95%30.00%
HSB/HSV101°31.87%35.69%
CMYK21.98%0.00%31.87%
64.31%

Color #475B3E in popluar number systems.

HEX475B3E
Decimal719162
Binary10001111011011111110
Octal10713376

Shades and tints

Shades of #475B3E

#475B3E
(71,91,62)
#415339
(65,83,57)
#3B4B34
(59,75,52)
#35432F
(53,67,47)
#2F3B2A
(47,59,42)
#293325
(41,51,37)
#232B20
(35,43,32)
#1D231B
(29,35,27)
#171B16
(23,27,22)
#111311
(17,19,17)
#0B0B0C
(11,11,12)
#000000
(0,0,0)

Tints of #475B3E

#475B3E
(71,91,62)
#57694F
(87,105,79)
#677760
(103,119,96)
#778571
(119,133,113)
#879382
(135,147,130)
#97A193
(151,161,147)
#A7AFA4
(167,175,164)
#B7BDB5
(183,189,181)
#C7CBC6
(199,203,198)
#D7D9D7
(215,217,215)
#E7E7E8
(231,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475B3E; }

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

This text font color is #475B3E.


Background Color

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

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

This div background color is #475B3E.


Border color

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

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

This div border color is #475B3E.


Opacity

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

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

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

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

This text has shadow with #475B3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475B3E on black background.


Color preview on white background

This text has color #475B3E on white background.



Black color preview on #475B3E background

This text has black color on #475B3E background.


White color preview on #475B3E background

This text has white color on #475B3E background.