COLOR #476253

HEX: #476253
RGB: (71,98,83)

Renk bilgisi

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

RGB renk modeli

#476253 color RGB value is (71,98,83).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 98 of 255 = 38%
B 83 of 255 = 33%

71
98
83

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 98 + 83 = 252 (100%)
R 71 of 252 ~ 28.17%
G 98 of 252 ~ 38.89%
B 83 of 252 ~ 32.94%

%28.17
%38.89
%32.94

CMYK RENK MODELİ

#476253 rengi CMYK tonu (28,0,15,62).

  • camgöbeği tonu 27.55%
  • eflatun tonu 0.00%
  • sarı tonu 15.31%
  • ana renk tonu 61.57%
CMYK:
(28,0,15,62)
C28M0Y15K62 
(28%,0%,15%,62%)
(0.28/0.00/0.15/0.62)	

CMYK yüzdeleri

%27.55
%0
%15.31
%61.57

Codes

Color #476253 in popluar color models

476253
RGB719883
HSL147°15.98%33.14%
HSB/HSV147°27.55%38.43%
CMYK27.55%0.00%15.31%
61.57%

Color #476253 in popluar number systems.

HEX476253
Decimal719883
Binary100011111000101010011
Octal107142123

Shades and tints

Shades of #476253

#476253
(71,98,83)
#415A4C
(65,90,76)
#3B5245
(59,82,69)
#354A3E
(53,74,62)
#2F4237
(47,66,55)
#293A30
(41,58,48)
#233229
(35,50,41)
#1D2A22
(29,42,34)
#17221B
(23,34,27)
#111A14
(17,26,20)
#0B120D
(11,18,13)
#000000
(0,0,0)

Tints of #476253

#476253
(71,98,83)
#577062
(87,112,98)
#677E71
(103,126,113)
#778C80
(119,140,128)
#879A8F
(135,154,143)
#97A89E
(151,168,158)
#A7B6AD
(167,182,173)
#B7C4BC
(183,196,188)
#C7D2CB
(199,210,203)
#D7E0DA
(215,224,218)
#E7EEE9
(231,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476253; }

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

This text font color is #476253.


Background Color

.myBgColor { background-color: #476253; }

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

This div background color is #476253.


Border color

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

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

This div border color is #476253.


Opacity

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

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

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

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

This text has shadow with #476253 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476253 on black background.


Color preview on white background

This text has color #476253 on white background.



Black color preview on #476253 background

This text has black color on #476253 background.


White color preview on #476253 background

This text has white color on #476253 background.