COLOR #474F36

HEX: #474F36
RGB: (71,79,54)

Renk bilgisi

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

RGB renk modeli

#474F36 color RGB value is (71,79,54).

  • kırmız ton 71;
  • yeşil ton 79;
  • mavi ton 54.
RGB:
(71,79,54)
(28%,31%,21%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 79 of 255 = 31%
B 54 of 255 = 21%

71
79
54

R + G + B ~ 27%. #474F36 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 79 + 54 = 204 (100%)
R 71 of 204 ~ 34.8%
G 79 of 204 ~ 38.73%
B 54 of 204 ~ 26.47%

%34.8
%38.73
%26.47

CMYK RENK MODELİ

#474F36 rengi CMYK tonu (10,0,32,69).

  • camgöbeği tonu 10.13%
  • eflatun tonu 0.00%
  • sarı tonu 31.65%
  • ana renk tonu 69.02%
CMYK:
(10,0,32,69)
C10M0Y32K69 
(10%,0%,32%,69%)
(0.10/0.00/0.32/0.69)	

CMYK yüzdeleri

%10.13
%0
%31.65
%69.02

Codes

Color #474F36 in popluar color models

474F36
RGB717954
HSL79°18.80%26.08%
HSB/HSV79°31.65%30.98%
CMYK10.13%0.00%31.65%
69.02%

Color #474F36 in popluar number systems.

HEX474F36
Decimal717954
Binary10001111001111110110
Octal10711766

Shades and tints

Shades of #474F36

#474F36
(71,79,54)
#414832
(65,72,50)
#3B412E
(59,65,46)
#353A2A
(53,58,42)
#2F3326
(47,51,38)
#292C22
(41,44,34)
#23251E
(35,37,30)
#1D1E1A
(29,30,26)
#171716
(23,23,22)
#111012
(17,16,18)
#0B090E
(11,9,14)
#000000
(0,0,0)

Tints of #474F36

#474F36
(71,79,54)
#575F48
(87,95,72)
#676F5A
(103,111,90)
#777F6C
(119,127,108)
#878F7E
(135,143,126)
#979F90
(151,159,144)
#A7AFA2
(167,175,162)
#B7BFB4
(183,191,180)
#C7CFC6
(199,207,198)
#D7DFD8
(215,223,216)
#E7EFEA
(231,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #474F36 color. Also use rgb(71,79,54) instead hex code.

Text Font Color

.myTextColor { color: #474F36; }

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

This text font color is #474F36.


Background Color

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

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

This div background color is #474F36.


Border color

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

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

This div border color is #474F36.


Opacity

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

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

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

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

This text has shadow with #474F36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474F36 on black background.


Color preview on white background

This text has color #474F36 on white background.



Black color preview on #474F36 background

This text has black color on #474F36 background.


White color preview on #474F36 background

This text has white color on #474F36 background.