COLOR #475919

HEX: #475919
RGB: (71,89,25)

Renk bilgisi

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

RGB renk modeli

#475919 color RGB value is (71,89,25).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 89 of 255 = 35%
B 25 of 255 = 10%

71
89
25

R + G + B ~ 24%. #475919 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 89 + 25 = 185 (100%)
R 71 of 185 ~ 38.38%
G 89 of 185 ~ 48.11%
B 25 of 185 ~ 13.51%

%38.38
%48.11
%13.51

CMYK RENK MODELİ

#475919 rengi CMYK tonu (20,0,72,65).

  • camgöbeği tonu 20.22%
  • eflatun tonu 0.00%
  • sarı tonu 71.91%
  • ana renk tonu 65.10%
CMYK:
(20,0,72,65)
C20M0Y72K65 
(20%,0%,72%,65%)
(0.20/0.00/0.72/0.65)	

CMYK yüzdeleri

%20.22
%0
%71.91
%65.1

Codes

Color #475919 in popluar color models

475919
RGB718925
HSL77°56.14%22.35%
HSB/HSV77°71.91%34.90%
CMYK20.22%0.00%71.91%
65.10%

Color #475919 in popluar number systems.

HEX475919
Decimal718925
Binary1000111101100111001
Octal10713131

Shades and tints

Shades of #475919

#475919
(71,89,25)
#415117
(65,81,23)
#3B4915
(59,73,21)
#354113
(53,65,19)
#2F3911
(47,57,17)
#29310F
(41,49,15)
#23290D
(35,41,13)
#1D210B
(29,33,11)
#171909
(23,25,9)
#111107
(17,17,7)
#0B0905
(11,9,5)
#000000
(0,0,0)

Tints of #475919

#475919
(71,89,25)
#57682D
(87,104,45)
#677741
(103,119,65)
#778655
(119,134,85)
#879569
(135,149,105)
#97A47D
(151,164,125)
#A7B391
(167,179,145)
#B7C2A5
(183,194,165)
#C7D1B9
(199,209,185)
#D7E0CD
(215,224,205)
#E7EFE1
(231,239,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475919; }

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

This text font color is #475919.


Background Color

.myBgColor { background-color: #475919; }

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

This div background color is #475919.


Border color

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

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

This div border color is #475919.


Opacity

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

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

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

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

This text has shadow with #475919 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475919 on black background.


Color preview on white background

This text has color #475919 on white background.



Black color preview on #475919 background

This text has black color on #475919 background.


White color preview on #475919 background

This text has white color on #475919 background.