COLOR #475442

HEX: #475442
RGB: (71,84,66)

Renk bilgisi

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

RGB renk modeli

#475442 color RGB value is (71,84,66).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 84 of 255 = 33%
B 66 of 255 = 26%

71
84
66

R + G + B ~ 29%. #475442 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 84 + 66 = 221 (100%)
R 71 of 221 ~ 32.13%
G 84 of 221 ~ 38.01%
B 66 of 221 ~ 29.86%

%32.13
%38.01
%29.86

CMYK RENK MODELİ

#475442 rengi CMYK tonu (15,0,21,67).

  • camgöbeği tonu 15.48%
  • eflatun tonu 0.00%
  • sarı tonu 21.43%
  • ana renk tonu 67.06%
CMYK:
(15,0,21,67)
C15M0Y21K67 
(15%,0%,21%,67%)
(0.15/0.00/0.21/0.67)	

CMYK yüzdeleri

%15.48
%0
%21.43
%67.06

Codes

Color #475442 in popluar color models

475442
RGB718466
HSL103°12.00%29.41%
HSB/HSV103°21.43%32.94%
CMYK15.48%0.00%21.43%
67.06%

Color #475442 in popluar number systems.

HEX475442
Decimal718466
Binary100011110101001000010
Octal107124102

Shades and tints

Shades of #475442

#475442
(71,84,66)
#414D3C
(65,77,60)
#3B4636
(59,70,54)
#353F30
(53,63,48)
#2F382A
(47,56,42)
#293124
(41,49,36)
#232A1E
(35,42,30)
#1D2318
(29,35,24)
#171C12
(23,28,18)
#11150C
(17,21,12)
#0B0E06
(11,14,6)
#000000
(0,0,0)

Tints of #475442

#475442
(71,84,66)
#576353
(87,99,83)
#677264
(103,114,100)
#778175
(119,129,117)
#879086
(135,144,134)
#979F97
(151,159,151)
#A7AEA8
(167,174,168)
#B7BDB9
(183,189,185)
#C7CCCA
(199,204,202)
#D7DBDB
(215,219,219)
#E7EAEC
(231,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475442; }

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

This text font color is #475442.


Background Color

.myBgColor { background-color: #475442; }

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

This div background color is #475442.


Border color

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

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

This div border color is #475442.


Opacity

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

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

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

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

This text has shadow with #475442 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475442 on black background.


Color preview on white background

This text has color #475442 on white background.



Black color preview on #475442 background

This text has black color on #475442 background.


White color preview on #475442 background

This text has white color on #475442 background.