COLOR #474E3B

HEX: #474E3B
RGB: (71,78,59)

Renk bilgisi

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

RGB renk modeli

#474E3B color RGB value is (71,78,59).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 78 of 255 = 31%
B 59 of 255 = 23%

71
78
59

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 78 + 59 = 208 (100%)
R 71 of 208 ~ 34.13%
G 78 of 208 ~ 37.5%
B 59 of 208 ~ 28.37%

%34.13
%37.5
%28.37

CMYK RENK MODELİ

#474E3B rengi CMYK tonu (9,0,24,69).

  • camgöbeği tonu 8.97%
  • eflatun tonu 0.00%
  • sarı tonu 24.36%
  • ana renk tonu 69.41%
CMYK:
(9,0,24,69)
C9M0Y24K69 
(9%,0%,24%,69%)
(0.09/0.00/0.24/0.69)	

CMYK yüzdeleri

%8.97
%0
%24.36
%69.41

Codes

Color #474E3B in popluar color models

474E3B
RGB717859
HSL82°13.87%26.86%
HSB/HSV82°24.36%30.59%
CMYK8.97%0.00%24.36%
69.41%

Color #474E3B in popluar number systems.

HEX474E3B
Decimal717859
Binary10001111001110111011
Octal10711673

Shades and tints

Shades of #474E3B

#474E3B
(71,78,59)
#414736
(65,71,54)
#3B4031
(59,64,49)
#35392C
(53,57,44)
#2F3227
(47,50,39)
#292B22
(41,43,34)
#23241D
(35,36,29)
#1D1D18
(29,29,24)
#171613
(23,22,19)
#110F0E
(17,15,14)
#0B0809
(11,8,9)
#000000
(0,0,0)

Tints of #474E3B

#474E3B
(71,78,59)
#575E4C
(87,94,76)
#676E5D
(103,110,93)
#777E6E
(119,126,110)
#878E7F
(135,142,127)
#979E90
(151,158,144)
#A7AEA1
(167,174,161)
#B7BEB2
(183,190,178)
#C7CEC3
(199,206,195)
#D7DED4
(215,222,212)
#E7EEE5
(231,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474E3B; }

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

This text font color is #474E3B.


Background Color

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

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

This div background color is #474E3B.


Border color

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

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

This div border color is #474E3B.


Opacity

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

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

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

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

This text has shadow with #474E3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474E3B on black background.


Color preview on white background

This text has color #474E3B on white background.



Black color preview on #474E3B background

This text has black color on #474E3B background.


White color preview on #474E3B background

This text has white color on #474E3B background.