COLOR #475A3A

HEX: #475A3A
RGB: (71,90,58)

Renk bilgisi

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

RGB renk modeli

#475A3A color RGB value is (71,90,58).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 90 of 255 = 35%
B 58 of 255 = 23%

71
90
58

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 90 + 58 = 219 (100%)
R 71 of 219 ~ 32.42%
G 90 of 219 ~ 41.1%
B 58 of 219 ~ 26.48%

%32.42
%41.1
%26.48

CMYK RENK MODELİ

#475A3A rengi CMYK tonu (21,0,36,65).

  • camgöbeği tonu 21.11%
  • eflatun tonu 0.00%
  • sarı tonu 35.56%
  • ana renk tonu 64.71%
CMYK:
(21,0,36,65)
C21M0Y36K65 
(21%,0%,36%,65%)
(0.21/0.00/0.36/0.65)	

CMYK yüzdeleri

%21.11
%0
%35.56
%64.71

Codes

Color #475A3A in popluar color models

475A3A
RGB719058
HSL96°21.62%29.02%
HSB/HSV96°35.56%35.29%
CMYK21.11%0.00%35.56%
64.71%

Color #475A3A in popluar number systems.

HEX475A3A
Decimal719058
Binary10001111011010111010
Octal10713272

Shades and tints

Shades of #475A3A

#475A3A
(71,90,58)
#415235
(65,82,53)
#3B4A30
(59,74,48)
#35422B
(53,66,43)
#2F3A26
(47,58,38)
#293221
(41,50,33)
#232A1C
(35,42,28)
#1D2217
(29,34,23)
#171A12
(23,26,18)
#11120D
(17,18,13)
#0B0A08
(11,10,8)
#000000
(0,0,0)

Tints of #475A3A

#475A3A
(71,90,58)
#57694B
(87,105,75)
#67785C
(103,120,92)
#77876D
(119,135,109)
#87967E
(135,150,126)
#97A58F
(151,165,143)
#A7B4A0
(167,180,160)
#B7C3B1
(183,195,177)
#C7D2C2
(199,210,194)
#D7E1D3
(215,225,211)
#E7F0E4
(231,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475A3A; }

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

This text font color is #475A3A.


Background Color

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

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

This div background color is #475A3A.


Border color

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

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

This div border color is #475A3A.


Opacity

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

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

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

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

This text has shadow with #475A3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475A3A on black background.


Color preview on white background

This text has color #475A3A on white background.



Black color preview on #475A3A background

This text has black color on #475A3A background.


White color preview on #475A3A background

This text has white color on #475A3A background.