COLOR #475139

HEX: #475139
RGB: (71,81,57)

Renk bilgisi

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

RGB renk modeli

#475139 color RGB value is (71,81,57).

  • kırmız ton 71;
  • yeşil ton 81;
  • mavi ton 57.
RGB:
(71,81,57)
(28%,32%,22%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 81 of 255 = 32%
B 57 of 255 = 22%

71
81
57

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 81 + 57 = 209 (100%)
R 71 of 209 ~ 33.97%
G 81 of 209 ~ 38.76%
B 57 of 209 ~ 27.27%

%33.97
%38.76
%27.27

CMYK RENK MODELİ

#475139 rengi CMYK tonu (12,0,30,68).

  • camgöbeği tonu 12.35%
  • eflatun tonu 0.00%
  • sarı tonu 29.63%
  • ana renk tonu 68.24%
CMYK:
(12,0,30,68)
C12M0Y30K68 
(12%,0%,30%,68%)
(0.12/0.00/0.30/0.68)	

CMYK yüzdeleri

%12.35
%0
%29.63
%68.24

Codes

Color #475139 in popluar color models

475139
RGB718157
HSL85°17.39%27.06%
HSB/HSV85°29.63%31.76%
CMYK12.35%0.00%29.63%
68.24%

Color #475139 in popluar number systems.

HEX475139
Decimal718157
Binary10001111010001111001
Octal10712171

Shades and tints

Shades of #475139

#475139
(71,81,57)
#414A34
(65,74,52)
#3B432F
(59,67,47)
#353C2A
(53,60,42)
#2F3525
(47,53,37)
#292E20
(41,46,32)
#23271B
(35,39,27)
#1D2016
(29,32,22)
#171911
(23,25,17)
#11120C
(17,18,12)
#0B0B07
(11,11,7)
#000000
(0,0,0)

Tints of #475139

#475139
(71,81,57)
#57604B
(87,96,75)
#676F5D
(103,111,93)
#777E6F
(119,126,111)
#878D81
(135,141,129)
#979C93
(151,156,147)
#A7ABA5
(167,171,165)
#B7BAB7
(183,186,183)
#C7C9C9
(199,201,201)
#D7D8DB
(215,216,219)
#E7E7ED
(231,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #475139 color. Also use rgb(71,81,57) instead hex code.

Text Font Color

.myTextColor { color: #475139; }

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

This text font color is #475139.


Background Color

.myBgColor { background-color: #475139; }

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

This div background color is #475139.


Border color

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

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

This div border color is #475139.


Opacity

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

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

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

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

This text has shadow with #475139 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475139 on black background.


Color preview on white background

This text has color #475139 on white background.



Black color preview on #475139 background

This text has black color on #475139 background.


White color preview on #475139 background

This text has white color on #475139 background.