COLOR #475F3C

HEX: #475F3C
RGB: (71,95,60)

Renk bilgisi

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

RGB renk modeli

#475F3C color RGB value is (71,95,60).

  • kırmız ton 71;
  • yeşil ton 95;
  • mavi ton 60.
RGB:
(71,95,60)
(28%,37%,24%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 95 of 255 = 37%
B 60 of 255 = 24%

71
95
60

R + G + B ~ 30%. #475F3C is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 95 + 60 = 226 (100%)
R 71 of 226 ~ 31.42%
G 95 of 226 ~ 42.04%
B 60 of 226 ~ 26.55%

%31.42
%42.04
%26.55

CMYK RENK MODELİ

#475F3C rengi CMYK tonu (25,0,37,63).

  • camgöbeği tonu 25.26%
  • eflatun tonu 0.00%
  • sarı tonu 36.84%
  • ana renk tonu 62.75%
CMYK:
(25,0,37,63)
C25M0Y37K63 
(25%,0%,37%,63%)
(0.25/0.00/0.37/0.63)	

CMYK yüzdeleri

%25.26
%0
%36.84
%62.75

Codes

Color #475F3C in popluar color models

475F3C
RGB719560
HSL101°22.58%30.39%
HSB/HSV101°36.84%37.25%
CMYK25.26%0.00%36.84%
62.75%

Color #475F3C in popluar number systems.

HEX475F3C
Decimal719560
Binary10001111011111111100
Octal10713774

Shades and tints

Shades of #475F3C

#475F3C
(71,95,60)
#415737
(65,87,55)
#3B4F32
(59,79,50)
#35472D
(53,71,45)
#2F3F28
(47,63,40)
#293723
(41,55,35)
#232F1E
(35,47,30)
#1D2719
(29,39,25)
#171F14
(23,31,20)
#11170F
(17,23,15)
#0B0F0A
(11,15,10)
#000000
(0,0,0)

Tints of #475F3C

#475F3C
(71,95,60)
#576D4D
(87,109,77)
#677B5E
(103,123,94)
#77896F
(119,137,111)
#879780
(135,151,128)
#97A591
(151,165,145)
#A7B3A2
(167,179,162)
#B7C1B3
(183,193,179)
#C7CFC4
(199,207,196)
#D7DDD5
(215,221,213)
#E7EBE6
(231,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #475F3C color. Also use rgb(71,95,60) instead hex code.

Text Font Color

.myTextColor { color: #475F3C; }

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

This text font color is #475F3C.


Background Color

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

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

This div background color is #475F3C.


Border color

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

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

This div border color is #475F3C.


Opacity

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

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

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

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

This text has shadow with #475F3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475F3C on black background.


Color preview on white background

This text has color #475F3C on white background.



Black color preview on #475F3C background

This text has black color on #475F3C background.


White color preview on #475F3C background

This text has white color on #475F3C background.