COLOR #474C3D

HEX: #474C3D
RGB: (71,76,61)

Renk bilgisi

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

RGB renk modeli

#474C3D color RGB value is (71,76,61).

  • kırmız ton 71;
  • yeşil ton 76;
  • mavi ton 61.
RGB:
(71,76,61)
(28%,30%,24%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 76 of 255 = 30%
B 61 of 255 = 24%

71
76
61

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 76 + 61 = 208 (100%)
R 71 of 208 ~ 34.13%
G 76 of 208 ~ 36.54%
B 61 of 208 ~ 29.33%

%34.13
%36.54
%29.33

CMYK RENK MODELİ

#474C3D rengi CMYK tonu (7,0,20,70).

  • camgöbeği tonu 6.58%
  • eflatun tonu 0.00%
  • sarı tonu 19.74%
  • ana renk tonu 70.20%
CMYK:
(7,0,20,70)
C7M0Y20K70 
(7%,0%,20%,70%)
(0.07/0.00/0.20/0.70)	

CMYK yüzdeleri

%6.58
%0
%19.74
%70.2

Codes

Color #474C3D in popluar color models

474C3D
RGB717661
HSL80°10.95%26.86%
HSB/HSV80°19.74%29.80%
CMYK6.58%0.00%19.74%
70.20%

Color #474C3D in popluar number systems.

HEX474C3D
Decimal717661
Binary10001111001100111101
Octal10711475

Shades and tints

Shades of #474C3D

#474C3D
(71,76,61)
#414638
(65,70,56)
#3B4033
(59,64,51)
#353A2E
(53,58,46)
#2F3429
(47,52,41)
#292E24
(41,46,36)
#23281F
(35,40,31)
#1D221A
(29,34,26)
#171C15
(23,28,21)
#111610
(17,22,16)
#0B100B
(11,16,11)
#000000
(0,0,0)

Tints of #474C3D

#474C3D
(71,76,61)
#575C4E
(87,92,78)
#676C5F
(103,108,95)
#777C70
(119,124,112)
#878C81
(135,140,129)
#979C92
(151,156,146)
#A7ACA3
(167,172,163)
#B7BCB4
(183,188,180)
#C7CCC5
(199,204,197)
#D7DCD6
(215,220,214)
#E7ECE7
(231,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #474C3D color. Also use rgb(71,76,61) instead hex code.

Text Font Color

.myTextColor { color: #474C3D; }

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

This text font color is #474C3D.


Background Color

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

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

This div background color is #474C3D.


Border color

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

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

This div border color is #474C3D.


Opacity

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

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

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

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

This text has shadow with #474C3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474C3D on black background.


Color preview on white background

This text has color #474C3D on white background.



Black color preview on #474C3D background

This text has black color on #474C3D background.


White color preview on #474C3D background

This text has white color on #474C3D background.