COLOR #475A3E

HEX: #475A3E
RGB: (71,90,62)

Renk bilgisi

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

RGB renk modeli

#475A3E color RGB value is (71,90,62).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 90 of 255 = 35%
B 62 of 255 = 24%

71
90
62

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 90 + 62 = 223 (100%)
R 71 of 223 ~ 31.84%
G 90 of 223 ~ 40.36%
B 62 of 223 ~ 27.8%

%31.84
%40.36
%27.8

CMYK RENK MODELİ

#475A3E rengi CMYK tonu (21,0,31,65).

  • camgöbeği tonu 21.11%
  • eflatun tonu 0.00%
  • sarı tonu 31.11%
  • ana renk tonu 64.71%
CMYK:
(21,0,31,65)
C21M0Y31K65 
(21%,0%,31%,65%)
(0.21/0.00/0.31/0.65)	

CMYK yüzdeleri

%21.11
%0
%31.11
%64.71

Codes

Color #475A3E in popluar color models

475A3E
RGB719062
HSL101°18.42%29.80%
HSB/HSV101°31.11%35.29%
CMYK21.11%0.00%31.11%
64.71%

Color #475A3E in popluar number systems.

HEX475A3E
Decimal719062
Binary10001111011010111110
Octal10713276

Shades and tints

Shades of #475A3E

#475A3E
(71,90,62)
#415239
(65,82,57)
#3B4A34
(59,74,52)
#35422F
(53,66,47)
#2F3A2A
(47,58,42)
#293225
(41,50,37)
#232A20
(35,42,32)
#1D221B
(29,34,27)
#171A16
(23,26,22)
#111211
(17,18,17)
#0B0A0C
(11,10,12)
#000000
(0,0,0)

Tints of #475A3E

#475A3E
(71,90,62)
#57694F
(87,105,79)
#677860
(103,120,96)
#778771
(119,135,113)
#879682
(135,150,130)
#97A593
(151,165,147)
#A7B4A4
(167,180,164)
#B7C3B5
(183,195,181)
#C7D2C6
(199,210,198)
#D7E1D7
(215,225,215)
#E7F0E8
(231,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475A3E; }

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

This text font color is #475A3E.


Background Color

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

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

This div background color is #475A3E.


Border color

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

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

This div border color is #475A3E.


Opacity

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

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

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

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

This text has shadow with #475A3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475A3E on black background.


Color preview on white background

This text has color #475A3E on white background.



Black color preview on #475A3E background

This text has black color on #475A3E background.


White color preview on #475A3E background

This text has white color on #475A3E background.