COLOR #475030

HEX: #475030
RGB: (71,80,48)

Renk bilgisi

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

RGB renk modeli

#475030 color RGB value is (71,80,48).

  • kırmız ton 71;
  • yeşil ton 80;
  • mavi ton 48.
RGB:
(71,80,48)
(28%,31%,19%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 80 of 255 = 31%
B 48 of 255 = 19%

71
80
48

R + G + B ~ 26%. #475030 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 80 + 48 = 199 (100%)
R 71 of 199 ~ 35.68%
G 80 of 199 ~ 40.2%
B 48 of 199 ~ 24.12%

%35.68
%40.2
%24.12

CMYK RENK MODELİ

#475030 rengi CMYK tonu (11,0,40,69).

  • camgöbeği tonu 11.25%
  • eflatun tonu 0.00%
  • sarı tonu 40.00%
  • ana renk tonu 68.63%
CMYK:
(11,0,40,69)
C11M0Y40K69 
(11%,0%,40%,69%)
(0.11/0.00/0.40/0.69)	

CMYK yüzdeleri

%11.25
%0
%40
%68.63

Codes

Color #475030 in popluar color models

475030
RGB718048
HSL77°25.00%25.10%
HSB/HSV77°40.00%31.37%
CMYK11.25%0.00%40.00%
68.63%

Color #475030 in popluar number systems.

HEX475030
Decimal718048
Binary10001111010000110000
Octal10712060

Shades and tints

Shades of #475030

#475030
(71,80,48)
#41492C
(65,73,44)
#3B4228
(59,66,40)
#353B24
(53,59,36)
#2F3420
(47,52,32)
#292D1C
(41,45,28)
#232618
(35,38,24)
#1D1F14
(29,31,20)
#171810
(23,24,16)
#11110C
(17,17,12)
#0B0A08
(11,10,8)
#000000
(0,0,0)

Tints of #475030

#475030
(71,80,48)
#575F42
(87,95,66)
#676E54
(103,110,84)
#777D66
(119,125,102)
#878C78
(135,140,120)
#979B8A
(151,155,138)
#A7AA9C
(167,170,156)
#B7B9AE
(183,185,174)
#C7C8C0
(199,200,192)
#D7D7D2
(215,215,210)
#E7E6E4
(231,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #475030 color. Also use rgb(71,80,48) instead hex code.

Text Font Color

.myTextColor { color: #475030; }

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

This text font color is #475030.


Background Color

.myBgColor { background-color: #475030; }

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

This div background color is #475030.


Border color

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

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

This div border color is #475030.


Opacity

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

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

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

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

This text has shadow with #475030 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475030 on black background.


Color preview on white background

This text has color #475030 on white background.



Black color preview on #475030 background

This text has black color on #475030 background.


White color preview on #475030 background

This text has white color on #475030 background.