COLOR #476358

HEX: #476358
RGB: (71,99,88)

Renk bilgisi

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

RGB renk modeli

#476358 color RGB value is (71,99,88).

  • kırmız ton 71;
  • yeşil ton 99;
  • mavi ton 88.
RGB:
(71,99,88)
(28%,39%,35%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 99 of 255 = 39%
B 88 of 255 = 35%

71
99
88

R + G + B ~ 34%. #476358 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 99 + 88 = 258 (100%)
R 71 of 258 ~ 27.52%
G 99 of 258 ~ 38.37%
B 88 of 258 ~ 34.11%

%27.52
%38.37
%34.11

CMYK RENK MODELİ

#476358 rengi CMYK tonu (28,0,11,61).

  • camgöbeği tonu 28.28%
  • eflatun tonu 0.00%
  • sarı tonu 11.11%
  • ana renk tonu 61.18%
CMYK:
(28,0,11,61)
C28M0Y11K61 
(28%,0%,11%,61%)
(0.28/0.00/0.11/0.61)	

CMYK yüzdeleri

%28.28
%0
%11.11
%61.18

Codes

Color #476358 in popluar color models

476358
RGB719988
HSL156°16.47%33.33%
HSB/HSV156°28.28%38.82%
CMYK28.28%0.00%11.11%
61.18%

Color #476358 in popluar number systems.

HEX476358
Decimal719988
Binary100011111000111011000
Octal107143130

Shades and tints

Shades of #476358

#476358
(71,99,88)
#415A50
(65,90,80)
#3B5148
(59,81,72)
#354840
(53,72,64)
#2F3F38
(47,63,56)
#293630
(41,54,48)
#232D28
(35,45,40)
#1D2420
(29,36,32)
#171B18
(23,27,24)
#111210
(17,18,16)
#0B0908
(11,9,8)
#000000
(0,0,0)

Tints of #476358

#476358
(71,99,88)
#577167
(87,113,103)
#677F76
(103,127,118)
#778D85
(119,141,133)
#879B94
(135,155,148)
#97A9A3
(151,169,163)
#A7B7B2
(167,183,178)
#B7C5C1
(183,197,193)
#C7D3D0
(199,211,208)
#D7E1DF
(215,225,223)
#E7EFEE
(231,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #476358 color. Also use rgb(71,99,88) instead hex code.

Text Font Color

.myTextColor { color: #476358; }

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

This text font color is #476358.


Background Color

.myBgColor { background-color: #476358; }

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

This div background color is #476358.


Border color

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

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

This div border color is #476358.


Opacity

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

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

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

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

This text has shadow with #476358 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476358 on black background.


Color preview on white background

This text has color #476358 on white background.



Black color preview on #476358 background

This text has black color on #476358 background.


White color preview on #476358 background

This text has white color on #476358 background.