COLOR #474E2A

HEX: #474E2A
RGB: (71,78,42)

Renk bilgisi

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

RGB renk modeli

#474E2A color RGB value is (71,78,42).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 78 of 255 = 31%
B 42 of 255 = 16%

71
78
42

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 78 + 42 = 191 (100%)
R 71 of 191 ~ 37.17%
G 78 of 191 ~ 40.84%
B 42 of 191 ~ 21.99%

%37.17
%40.84
%21.99

CMYK RENK MODELİ

#474E2A rengi CMYK tonu (9,0,46,69).

  • camgöbeği tonu 8.97%
  • eflatun tonu 0.00%
  • sarı tonu 46.15%
  • ana renk tonu 69.41%
CMYK:
(9,0,46,69)
C9M0Y46K69 
(9%,0%,46%,69%)
(0.09/0.00/0.46/0.69)	

CMYK yüzdeleri

%8.97
%0
%46.15
%69.41

Codes

Color #474E2A in popluar color models

474E2A
RGB717842
HSL72°30.00%23.53%
HSB/HSV72°46.15%30.59%
CMYK8.97%0.00%46.15%
69.41%

Color #474E2A in popluar number systems.

HEX474E2A
Decimal717842
Binary10001111001110101010
Octal10711652

Shades and tints

Shades of #474E2A

#474E2A
(71,78,42)
#414727
(65,71,39)
#3B4024
(59,64,36)
#353921
(53,57,33)
#2F321E
(47,50,30)
#292B1B
(41,43,27)
#232418
(35,36,24)
#1D1D15
(29,29,21)
#171612
(23,22,18)
#110F0F
(17,15,15)
#0B080C
(11,8,12)
#000000
(0,0,0)

Tints of #474E2A

#474E2A
(71,78,42)
#575E3D
(87,94,61)
#676E50
(103,110,80)
#777E63
(119,126,99)
#878E76
(135,142,118)
#979E89
(151,158,137)
#A7AE9C
(167,174,156)
#B7BEAF
(183,190,175)
#C7CEC2
(199,206,194)
#D7DED5
(215,222,213)
#E7EEE8
(231,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474E2A; }

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

This text font color is #474E2A.


Background Color

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

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

This div background color is #474E2A.


Border color

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

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

This div border color is #474E2A.


Opacity

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

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

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

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

This text has shadow with #474E2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474E2A on black background.


Color preview on white background

This text has color #474E2A on white background.



Black color preview on #474E2A background

This text has black color on #474E2A background.


White color preview on #474E2A background

This text has white color on #474E2A background.