COLOR #474C23

HEX: #474C23
RGB: (71,76,35)

Renk bilgisi

#474C23 contains red, green and blue colors in about the same proportion. #474C23 ‘ nin web güvenlik rengi #333333 (ya da #333) dir.

RGB renk modeli

#474C23 color RGB value is (71,76,35).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 76 of 255 = 30%
B 35 of 255 = 14%

71
76
35

R + G + B ~ 24%. #474C23 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 76 + 35 = 182 (100%)
R 71 of 182 ~ 39.01%
G 76 of 182 ~ 41.76%
B 35 of 182 ~ 19.23%

%39.01
%41.76
%19.23

CMYK RENK MODELİ

#474C23 rengi CMYK tonu (7,0,54,70).

  • camgöbeği tonu 6.58%
  • eflatun tonu 0.00%
  • sarı tonu 53.95%
  • ana renk tonu 70.20%
CMYK:
(7,0,54,70)
C7M0Y54K70 
(7%,0%,54%,70%)
(0.07/0.00/0.54/0.70)	

CMYK yüzdeleri

%6.58
%0
%53.95
%70.2

Codes

Color #474C23 in popluar color models

474C23
RGB717635
HSL67°36.94%21.76%
HSB/HSV67°53.95%29.80%
CMYK6.58%0.00%53.95%
70.20%

Color #474C23 in popluar number systems.

HEX474C23
Decimal717635
Binary10001111001100100011
Octal10711443

Shades and tints

Shades of #474C23

#474C23
(71,76,35)
#414620
(65,70,32)
#3B401D
(59,64,29)
#353A1A
(53,58,26)
#2F3417
(47,52,23)
#292E14
(41,46,20)
#232811
(35,40,17)
#1D220E
(29,34,14)
#171C0B
(23,28,11)
#111608
(17,22,8)
#0B1005
(11,16,5)
#000000
(0,0,0)

Tints of #474C23

#474C23
(71,76,35)
#575C37
(87,92,55)
#676C4B
(103,108,75)
#777C5F
(119,124,95)
#878C73
(135,140,115)
#979C87
(151,156,135)
#A7AC9B
(167,172,155)
#B7BCAF
(183,188,175)
#C7CCC3
(199,204,195)
#D7DCD7
(215,220,215)
#E7ECEB
(231,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474C23; }

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

This text font color is #474C23.


Background Color

.myBgColor { background-color: #474C23; }

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

This div background color is #474C23.


Border color

.myBorderColor { border: 1px solid #474C23; }

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

This div border color is #474C23.


Opacity

.myOpacity80 { color: #474C23; opacity: 0.8; }

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

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

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

This text has shadow with #474C23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474C23 on black background.


Color preview on white background

This text has color #474C23 on white background.



Black color preview on #474C23 background

This text has black color on #474C23 background.


White color preview on #474C23 background

This text has white color on #474C23 background.