COLOR #475449

HEX: #475449
RGB: (71,84,73)

Renk bilgisi

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

RGB renk modeli

#475449 color RGB value is (71,84,73).

  • kırmız ton 71;
  • yeşil ton 84;
  • mavi ton 73.
RGB:
(71,84,73)
(28%,33%,29%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 84 of 255 = 33%
B 73 of 255 = 29%

71
84
73

R + G + B ~ 30%. #475449 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 84 + 73 = 228 (100%)
R 71 of 228 ~ 31.14%
G 84 of 228 ~ 36.84%
B 73 of 228 ~ 32.02%

%31.14
%36.84
%32.02

CMYK RENK MODELİ

#475449 rengi CMYK tonu (15,0,13,67).

  • camgöbeği tonu 15.48%
  • eflatun tonu 0.00%
  • sarı tonu 13.10%
  • ana renk tonu 67.06%
CMYK:
(15,0,13,67)
C15M0Y13K67 
(15%,0%,13%,67%)
(0.15/0.00/0.13/0.67)	

CMYK yüzdeleri

%15.48
%0
%13.1
%67.06

Codes

Color #475449 in popluar color models

475449
RGB718473
HSL129°8.39%30.39%
HSB/HSV129°15.48%32.94%
CMYK15.48%0.00%13.10%
67.06%

Color #475449 in popluar number systems.

HEX475449
Decimal718473
Binary100011110101001001001
Octal107124111

Shades and tints

Shades of #475449

#475449
(71,84,73)
#414D43
(65,77,67)
#3B463D
(59,70,61)
#353F37
(53,63,55)
#2F3831
(47,56,49)
#29312B
(41,49,43)
#232A25
(35,42,37)
#1D231F
(29,35,31)
#171C19
(23,28,25)
#111513
(17,21,19)
#0B0E0D
(11,14,13)
#000000
(0,0,0)

Tints of #475449

#475449
(71,84,73)
#576359
(87,99,89)
#677269
(103,114,105)
#778179
(119,129,121)
#879089
(135,144,137)
#979F99
(151,159,153)
#A7AEA9
(167,174,169)
#B7BDB9
(183,189,185)
#C7CCC9
(199,204,201)
#D7DBD9
(215,219,217)
#E7EAE9
(231,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #475449 color. Also use rgb(71,84,73) instead hex code.

Text Font Color

.myTextColor { color: #475449; }

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

This text font color is #475449.


Background Color

.myBgColor { background-color: #475449; }

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

This div background color is #475449.


Border color

.myBorderColor { border: 1px solid #475449; }

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

This div border color is #475449.


Opacity

.myOpacity80 { color: #475449; opacity: 0.8; }

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

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

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

This text has shadow with #475449 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475449 on black background.


Color preview on white background

This text has color #475449 on white background.



Black color preview on #475449 background

This text has black color on #475449 background.


White color preview on #475449 background

This text has white color on #475449 background.