COLOR #475346

HEX: #475346
RGB: (71,83,70)

Renk bilgisi

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

RGB renk modeli

#475346 color RGB value is (71,83,70).

  • kırmız ton 71;
  • yeşil ton 83;
  • mavi ton 70.
RGB:
(71,83,70)
(28%,33%,27%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 83 of 255 = 33%
B 70 of 255 = 27%

71
83
70

R + G + B ~ 29%. #475346 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 83 + 70 = 224 (100%)
R 71 of 224 ~ 31.7%
G 83 of 224 ~ 37.05%
B 70 of 224 ~ 31.25%

%31.7
%37.05
%31.25

CMYK RENK MODELİ

#475346 rengi CMYK tonu (14,0,16,67).

  • camgöbeği tonu 14.46%
  • eflatun tonu 0.00%
  • sarı tonu 15.66%
  • ana renk tonu 67.45%
CMYK:
(14,0,16,67)
C14M0Y16K67 
(14%,0%,16%,67%)
(0.14/0.00/0.16/0.67)	

CMYK yüzdeleri

%14.46
%0
%15.66
%67.45

Codes

Color #475346 in popluar color models

475346
RGB718370
HSL115°8.50%30.00%
HSB/HSV115°15.66%32.55%
CMYK14.46%0.00%15.66%
67.45%

Color #475346 in popluar number systems.

HEX475346
Decimal718370
Binary100011110100111000110
Octal107123106

Shades and tints

Shades of #475346

#475346
(71,83,70)
#414C40
(65,76,64)
#3B453A
(59,69,58)
#353E34
(53,62,52)
#2F372E
(47,55,46)
#293028
(41,48,40)
#232922
(35,41,34)
#1D221C
(29,34,28)
#171B16
(23,27,22)
#111410
(17,20,16)
#0B0D0A
(11,13,10)
#000000
(0,0,0)

Tints of #475346

#475346
(71,83,70)
#576256
(87,98,86)
#677166
(103,113,102)
#778076
(119,128,118)
#878F86
(135,143,134)
#979E96
(151,158,150)
#A7ADA6
(167,173,166)
#B7BCB6
(183,188,182)
#C7CBC6
(199,203,198)
#D7DAD6
(215,218,214)
#E7E9E6
(231,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #475346 color. Also use rgb(71,83,70) instead hex code.

Text Font Color

.myTextColor { color: #475346; }

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

This text font color is #475346.


Background Color

.myBgColor { background-color: #475346; }

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

This div background color is #475346.


Border color

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

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

This div border color is #475346.


Opacity

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

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

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

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

This text has shadow with #475346 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475346 on black background.


Color preview on white background

This text has color #475346 on white background.



Black color preview on #475346 background

This text has black color on #475346 background.


White color preview on #475346 background

This text has white color on #475346 background.