COLOR #475623

HEX: #475623
RGB: (71,86,35)

Renk bilgisi

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

RGB renk modeli

#475623 color RGB value is (71,86,35).

  • kırmız ton 71;
  • yeşil ton 86;
  • mavi ton 35.
RGB:
(71,86,35)
(28%,34%,14%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 86 of 255 = 34%
B 35 of 255 = 14%

71
86
35

R + G + B ~ 25%. #475623 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 86 + 35 = 192 (100%)
R 71 of 192 ~ 36.98%
G 86 of 192 ~ 44.79%
B 35 of 192 ~ 18.23%

%36.98
%44.79
%18.23

CMYK RENK MODELİ

#475623 rengi CMYK tonu (17,0,59,66).

  • camgöbeği tonu 17.44%
  • eflatun tonu 0.00%
  • sarı tonu 59.30%
  • ana renk tonu 66.27%
CMYK:
(17,0,59,66)
C17M0Y59K66 
(17%,0%,59%,66%)
(0.17/0.00/0.59/0.66)	

CMYK yüzdeleri

%17.44
%0
%59.3
%66.27

Codes

Color #475623 in popluar color models

475623
RGB718635
HSL78°42.15%23.73%
HSB/HSV78°59.30%33.73%
CMYK17.44%0.00%59.30%
66.27%

Color #475623 in popluar number systems.

HEX475623
Decimal718635
Binary10001111010110100011
Octal10712643

Shades and tints

Shades of #475623

#475623
(71,86,35)
#414F20
(65,79,32)
#3B481D
(59,72,29)
#35411A
(53,65,26)
#2F3A17
(47,58,23)
#293314
(41,51,20)
#232C11
(35,44,17)
#1D250E
(29,37,14)
#171E0B
(23,30,11)
#111708
(17,23,8)
#0B1005
(11,16,5)
#000000
(0,0,0)

Tints of #475623

#475623
(71,86,35)
#576537
(87,101,55)
#67744B
(103,116,75)
#77835F
(119,131,95)
#879273
(135,146,115)
#97A187
(151,161,135)
#A7B09B
(167,176,155)
#B7BFAF
(183,191,175)
#C7CEC3
(199,206,195)
#D7DDD7
(215,221,215)
#E7ECEB
(231,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #475623 color. Also use rgb(71,86,35) instead hex code.

Text Font Color

.myTextColor { color: #475623; }

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

This text font color is #475623.


Background Color

.myBgColor { background-color: #475623; }

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

This div background color is #475623.


Border color

.myBorderColor { border: 1px solid #475623; }

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

This div border color is #475623.


Opacity

.myOpacity80 { color: #475623; opacity: 0.8; }

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

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

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

This text has shadow with #475623 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475623 on black background.


Color preview on white background

This text has color #475623 on white background.



Black color preview on #475623 background

This text has black color on #475623 background.


White color preview on #475623 background

This text has white color on #475623 background.