COLOR #475942

HEX: #475942
RGB: (71,89,66)

Renk bilgisi

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

RGB renk modeli

#475942 color RGB value is (71,89,66).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 89 of 255 = 35%
B 66 of 255 = 26%

71
89
66

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 89 + 66 = 226 (100%)
R 71 of 226 ~ 31.42%
G 89 of 226 ~ 39.38%
B 66 of 226 ~ 29.2%

%31.42
%39.38
%29.2

CMYK RENK MODELİ

#475942 rengi CMYK tonu (20,0,26,65).

  • camgöbeği tonu 20.22%
  • eflatun tonu 0.00%
  • sarı tonu 25.84%
  • ana renk tonu 65.10%
CMYK:
(20,0,26,65)
C20M0Y26K65 
(20%,0%,26%,65%)
(0.20/0.00/0.26/0.65)	

CMYK yüzdeleri

%20.22
%0
%25.84
%65.1

Codes

Color #475942 in popluar color models

475942
RGB718966
HSL107°14.84%30.39%
HSB/HSV107°25.84%34.90%
CMYK20.22%0.00%25.84%
65.10%

Color #475942 in popluar number systems.

HEX475942
Decimal718966
Binary100011110110011000010
Octal107131102

Shades and tints

Shades of #475942

#475942
(71,89,66)
#41513C
(65,81,60)
#3B4936
(59,73,54)
#354130
(53,65,48)
#2F392A
(47,57,42)
#293124
(41,49,36)
#23291E
(35,41,30)
#1D2118
(29,33,24)
#171912
(23,25,18)
#11110C
(17,17,12)
#0B0906
(11,9,6)
#000000
(0,0,0)

Tints of #475942

#475942
(71,89,66)
#576853
(87,104,83)
#677764
(103,119,100)
#778675
(119,134,117)
#879586
(135,149,134)
#97A497
(151,164,151)
#A7B3A8
(167,179,168)
#B7C2B9
(183,194,185)
#C7D1CA
(199,209,202)
#D7E0DB
(215,224,219)
#E7EFEC
(231,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475942; }

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

This text font color is #475942.


Background Color

.myBgColor { background-color: #475942; }

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

This div background color is #475942.


Border color

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

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

This div border color is #475942.


Opacity

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

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

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

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

This text has shadow with #475942 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475942 on black background.


Color preview on white background

This text has color #475942 on white background.



Black color preview on #475942 background

This text has black color on #475942 background.


White color preview on #475942 background

This text has white color on #475942 background.