COLOR #474B3D

HEX: #474B3D
RGB: (71,75,61)

Renk bilgisi

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

RGB renk modeli

#474B3D color RGB value is (71,75,61).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 75 of 255 = 29%
B 61 of 255 = 24%

71
75
61

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 75 + 61 = 207 (100%)
R 71 of 207 ~ 34.3%
G 75 of 207 ~ 36.23%
B 61 of 207 ~ 29.47%

%34.3
%36.23
%29.47

CMYK RENK MODELİ

#474B3D rengi CMYK tonu (5,0,19,71).

  • camgöbeği tonu 5.33%
  • eflatun tonu 0.00%
  • sarı tonu 18.67%
  • ana renk tonu 70.59%
CMYK:
(5,0,19,71)
C5M0Y19K71 
(5%,0%,19%,71%)
(0.05/0.00/0.19/0.71)	

CMYK yüzdeleri

%5.33
%0
%18.67
%70.59

Codes

Color #474B3D in popluar color models

474B3D
RGB717561
HSL77°10.29%26.67%
HSB/HSV77°18.67%29.41%
CMYK5.33%0.00%18.67%
70.59%

Color #474B3D in popluar number systems.

HEX474B3D
Decimal717561
Binary10001111001011111101
Octal10711375

Shades and tints

Shades of #474B3D

#474B3D
(71,75,61)
#414538
(65,69,56)
#3B3F33
(59,63,51)
#35392E
(53,57,46)
#2F3329
(47,51,41)
#292D24
(41,45,36)
#23271F
(35,39,31)
#1D211A
(29,33,26)
#171B15
(23,27,21)
#111510
(17,21,16)
#0B0F0B
(11,15,11)
#000000
(0,0,0)

Tints of #474B3D

#474B3D
(71,75,61)
#575B4E
(87,91,78)
#676B5F
(103,107,95)
#777B70
(119,123,112)
#878B81
(135,139,129)
#979B92
(151,155,146)
#A7ABA3
(167,171,163)
#B7BBB4
(183,187,180)
#C7CBC5
(199,203,197)
#D7DBD6
(215,219,214)
#E7EBE7
(231,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474B3D; }

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

This text font color is #474B3D.


Background Color

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

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

This div background color is #474B3D.


Border color

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

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

This div border color is #474B3D.


Opacity

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

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

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

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

This text has shadow with #474B3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474B3D on black background.


Color preview on white background

This text has color #474B3D on white background.



Black color preview on #474B3D background

This text has black color on #474B3D background.


White color preview on #474B3D background

This text has white color on #474B3D background.