COLOR #474F38

HEX: #474F38
RGB: (71,79,56)

Renk bilgisi

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

RGB renk modeli

#474F38 color RGB value is (71,79,56).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 79 of 255 = 31%
B 56 of 255 = 22%

71
79
56

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 79 + 56 = 206 (100%)
R 71 of 206 ~ 34.47%
G 79 of 206 ~ 38.35%
B 56 of 206 ~ 27.18%

%34.47
%38.35
%27.18

CMYK RENK MODELİ

#474F38 rengi CMYK tonu (10,0,29,69).

  • camgöbeği tonu 10.13%
  • eflatun tonu 0.00%
  • sarı tonu 29.11%
  • ana renk tonu 69.02%
CMYK:
(10,0,29,69)
C10M0Y29K69 
(10%,0%,29%,69%)
(0.10/0.00/0.29/0.69)	

CMYK yüzdeleri

%10.13
%0
%29.11
%69.02

Codes

Color #474F38 in popluar color models

474F38
RGB717956
HSL81°17.04%26.47%
HSB/HSV81°29.11%30.98%
CMYK10.13%0.00%29.11%
69.02%

Color #474F38 in popluar number systems.

HEX474F38
Decimal717956
Binary10001111001111111000
Octal10711770

Shades and tints

Shades of #474F38

#474F38
(71,79,56)
#414833
(65,72,51)
#3B412E
(59,65,46)
#353A29
(53,58,41)
#2F3324
(47,51,36)
#292C1F
(41,44,31)
#23251A
(35,37,26)
#1D1E15
(29,30,21)
#171710
(23,23,16)
#11100B
(17,16,11)
#0B0906
(11,9,6)
#000000
(0,0,0)

Tints of #474F38

#474F38
(71,79,56)
#575F4A
(87,95,74)
#676F5C
(103,111,92)
#777F6E
(119,127,110)
#878F80
(135,143,128)
#979F92
(151,159,146)
#A7AFA4
(167,175,164)
#B7BFB6
(183,191,182)
#C7CFC8
(199,207,200)
#D7DFDA
(215,223,218)
#E7EFEC
(231,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474F38; }

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

This text font color is #474F38.


Background Color

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

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

This div background color is #474F38.


Border color

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

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

This div border color is #474F38.


Opacity

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

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

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

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

This text has shadow with #474F38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474F38 on black background.


Color preview on white background

This text has color #474F38 on white background.



Black color preview on #474F38 background

This text has black color on #474F38 background.


White color preview on #474F38 background

This text has white color on #474F38 background.