COLOR #474E2C

HEX: #474E2C
RGB: (71,78,44)

Renk bilgisi

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

RGB renk modeli

#474E2C color RGB value is (71,78,44).

  • kırmız ton 71;
  • yeşil ton 78;
  • mavi ton 44.
RGB:
(71,78,44)
(28%,31%,17%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 78 of 255 = 31%
B 44 of 255 = 17%

71
78
44

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 78 + 44 = 193 (100%)
R 71 of 193 ~ 36.79%
G 78 of 193 ~ 40.41%
B 44 of 193 ~ 22.8%

%36.79
%40.41
%22.8

CMYK RENK MODELİ

#474E2C rengi CMYK tonu (9,0,44,69).

  • camgöbeği tonu 8.97%
  • eflatun tonu 0.00%
  • sarı tonu 43.59%
  • ana renk tonu 69.41%
CMYK:
(9,0,44,69)
C9M0Y44K69 
(9%,0%,44%,69%)
(0.09/0.00/0.44/0.69)	

CMYK yüzdeleri

%8.97
%0
%43.59
%69.41

Codes

Color #474E2C in popluar color models

474E2C
RGB717844
HSL72°27.87%23.92%
HSB/HSV72°43.59%30.59%
CMYK8.97%0.00%43.59%
69.41%

Color #474E2C in popluar number systems.

HEX474E2C
Decimal717844
Binary10001111001110101100
Octal10711654

Shades and tints

Shades of #474E2C

#474E2C
(71,78,44)
#414728
(65,71,40)
#3B4024
(59,64,36)
#353920
(53,57,32)
#2F321C
(47,50,28)
#292B18
(41,43,24)
#232414
(35,36,20)
#1D1D10
(29,29,16)
#17160C
(23,22,12)
#110F08
(17,15,8)
#0B0804
(11,8,4)
#000000
(0,0,0)

Tints of #474E2C

#474E2C
(71,78,44)
#575E3F
(87,94,63)
#676E52
(103,110,82)
#777E65
(119,126,101)
#878E78
(135,142,120)
#979E8B
(151,158,139)
#A7AE9E
(167,174,158)
#B7BEB1
(183,190,177)
#C7CEC4
(199,206,196)
#D7DED7
(215,222,215)
#E7EEEA
(231,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #474E2C color. Also use rgb(71,78,44) instead hex code.

Text Font Color

.myTextColor { color: #474E2C; }

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

This text font color is #474E2C.


Background Color

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

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

This div background color is #474E2C.


Border color

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

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

This div border color is #474E2C.


Opacity

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

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

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

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

This text has shadow with #474E2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474E2C on black background.


Color preview on white background

This text has color #474E2C on white background.



Black color preview on #474E2C background

This text has black color on #474E2C background.


White color preview on #474E2C background

This text has white color on #474E2C background.