COLOR #475C25

HEX: #475C25
RGB: (71,92,37)

Renk bilgisi

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

RGB renk modeli

#475C25 color RGB value is (71,92,37).

  • kırmız ton 71;
  • yeşil ton 92;
  • mavi ton 37.
RGB:
(71,92,37)
(28%,36%,15%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 92 of 255 = 36%
B 37 of 255 = 15%

71
92
37

R + G + B ~ 26%. #475C25 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 92 + 37 = 200 (100%)
R 71 of 200 ~ 35.5%
G 92 of 200 ~ 46%
B 37 of 200 ~ 18.5%

%35.5
%46
%18.5

CMYK RENK MODELİ

#475C25 rengi CMYK tonu (23,0,60,64).

  • camgöbeği tonu 22.83%
  • eflatun tonu 0.00%
  • sarı tonu 59.78%
  • ana renk tonu 63.92%
CMYK:
(23,0,60,64)
C23M0Y60K64 
(23%,0%,60%,64%)
(0.23/0.00/0.60/0.64)	

CMYK yüzdeleri

%22.83
%0
%59.78
%63.92

Codes

Color #475C25 in popluar color models

475C25
RGB719237
HSL83°42.64%25.29%
HSB/HSV83°59.78%36.08%
CMYK22.83%0.00%59.78%
63.92%

Color #475C25 in popluar number systems.

HEX475C25
Decimal719237
Binary10001111011100100101
Octal10713445

Shades and tints

Shades of #475C25

#475C25
(71,92,37)
#415422
(65,84,34)
#3B4C1F
(59,76,31)
#35441C
(53,68,28)
#2F3C19
(47,60,25)
#293416
(41,52,22)
#232C13
(35,44,19)
#1D2410
(29,36,16)
#171C0D
(23,28,13)
#11140A
(17,20,10)
#0B0C07
(11,12,7)
#000000
(0,0,0)

Tints of #475C25

#475C25
(71,92,37)
#576A38
(87,106,56)
#67784B
(103,120,75)
#77865E
(119,134,94)
#879471
(135,148,113)
#97A284
(151,162,132)
#A7B097
(167,176,151)
#B7BEAA
(183,190,170)
#C7CCBD
(199,204,189)
#D7DAD0
(215,218,208)
#E7E8E3
(231,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #475C25 color. Also use rgb(71,92,37) instead hex code.

Text Font Color

.myTextColor { color: #475C25; }

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

This text font color is #475C25.


Background Color

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

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

This div background color is #475C25.


Border color

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

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

This div border color is #475C25.


Opacity

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

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

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

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

This text has shadow with #475C25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475C25 on black background.


Color preview on white background

This text has color #475C25 on white background.



Black color preview on #475C25 background

This text has black color on #475C25 background.


White color preview on #475C25 background

This text has white color on #475C25 background.