COLOR #475711

HEX: #475711
RGB: (71,87,17)

Renk bilgisi

#475711 contains mainly red and green colors. #475711 ‘ nin web güvenlik rengi #336600 (ya da #360) dir.

RGB renk modeli

#475711 color RGB value is (71,87,17).

  • kırmız ton 71;
  • yeşil ton 87;
  • mavi ton 17.
RGB:
(71,87,17)
(28%,34%,7%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 87 of 255 = 34%
B 17 of 255 = 7%

71
87
17

R + G + B ~ 23%. #475711 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 87 + 17 = 175 (100%)
R 71 of 175 ~ 40.57%
G 87 of 175 ~ 49.71%
B 17 of 175 ~ 9.71%

%40.57
%49.71
%9.71

CMYK RENK MODELİ

#475711 rengi CMYK tonu (18,0,80,66).

  • camgöbeği tonu 18.39%
  • eflatun tonu 0.00%
  • sarı tonu 80.46%
  • ana renk tonu 65.88%
CMYK:
(18,0,80,66)
C18M0Y80K66 
(18%,0%,80%,66%)
(0.18/0.00/0.80/0.66)	

CMYK yüzdeleri

%18.39
%0
%80.46
%65.88

Codes

Color #475711 in popluar color models

475711
RGB718717
HSL74°67.31%20.39%
HSB/HSV74°80.46%34.12%
CMYK18.39%0.00%80.46%
65.88%

Color #475711 in popluar number systems.

HEX475711
Decimal718717
Binary1000111101011110001
Octal10712721

Shades and tints

Shades of #475711

#475711
(71,87,17)
#415010
(65,80,16)
#3B490F
(59,73,15)
#35420E
(53,66,14)
#2F3B0D
(47,59,13)
#29340C
(41,52,12)
#232D0B
(35,45,11)
#1D260A
(29,38,10)
#171F09
(23,31,9)
#111808
(17,24,8)
#0B1107
(11,17,7)
#000000
(0,0,0)

Tints of #475711

#475711
(71,87,17)
#576626
(87,102,38)
#67753B
(103,117,59)
#778450
(119,132,80)
#879365
(135,147,101)
#97A27A
(151,162,122)
#A7B18F
(167,177,143)
#B7C0A4
(183,192,164)
#C7CFB9
(199,207,185)
#D7DECE
(215,222,206)
#E7EDE3
(231,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #475711 color. Also use rgb(71,87,17) instead hex code.

Text Font Color

.myTextColor { color: #475711; }

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

This text font color is #475711.


Background Color

.myBgColor { background-color: #475711; }

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

This div background color is #475711.


Border color

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

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

This div border color is #475711.


Opacity

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

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

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

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

This text has shadow with #475711 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475711 on black background.


Color preview on white background

This text has color #475711 on white background.



Black color preview on #475711 background

This text has black color on #475711 background.


White color preview on #475711 background

This text has white color on #475711 background.