COLOR #476751

HEX: #476751
RGB: (71,103,81)

Renk bilgisi

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

RGB renk modeli

#476751 color RGB value is (71,103,81).

  • kırmız ton 71;
  • yeşil ton 103;
  • mavi ton 81.
RGB:
(71,103,81)
(28%,40%,32%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 103 of 255 = 40%
B 81 of 255 = 32%

71
103
81

R + G + B ~ 33%. #476751 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 103 + 81 = 255 (100%)
R 71 of 255 ~ 27.84%
G 103 of 255 ~ 40.39%
B 81 of 255 ~ 31.76%

%27.84
%40.39
%31.76

CMYK RENK MODELİ

#476751 rengi CMYK tonu (31,0,21,60).

  • camgöbeği tonu 31.07%
  • eflatun tonu 0.00%
  • sarı tonu 21.36%
  • ana renk tonu 59.61%
CMYK:
(31,0,21,60)
C31M0Y21K60 
(31%,0%,21%,60%)
(0.31/0.00/0.21/0.60)	

CMYK yüzdeleri

%31.07
%0
%21.36
%59.61

Codes

Color #476751 in popluar color models

476751
RGB7110381
HSL139°18.39%34.12%
HSB/HSV139°31.07%40.39%
CMYK31.07%0.00%21.36%
59.61%

Color #476751 in popluar number systems.

HEX476751
Decimal7110381
Binary100011111001111010001
Octal107147121

Shades and tints

Shades of #476751

#476751
(71,103,81)
#415E4A
(65,94,74)
#3B5543
(59,85,67)
#354C3C
(53,76,60)
#2F4335
(47,67,53)
#293A2E
(41,58,46)
#233127
(35,49,39)
#1D2820
(29,40,32)
#171F19
(23,31,25)
#111612
(17,22,18)
#0B0D0B
(11,13,11)
#000000
(0,0,0)

Tints of #476751

#476751
(71,103,81)
#577460
(87,116,96)
#67816F
(103,129,111)
#778E7E
(119,142,126)
#879B8D
(135,155,141)
#97A89C
(151,168,156)
#A7B5AB
(167,181,171)
#B7C2BA
(183,194,186)
#C7CFC9
(199,207,201)
#D7DCD8
(215,220,216)
#E7E9E7
(231,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #476751 color. Also use rgb(71,103,81) instead hex code.

Text Font Color

.myTextColor { color: #476751; }

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

This text font color is #476751.


Background Color

.myBgColor { background-color: #476751; }

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

This div background color is #476751.


Border color

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

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

This div border color is #476751.


Opacity

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

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

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

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

This text has shadow with #476751 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476751 on black background.


Color preview on white background

This text has color #476751 on white background.



Black color preview on #476751 background

This text has black color on #476751 background.


White color preview on #476751 background

This text has white color on #476751 background.