COLOR #476B4B

HEX: #476B4B
RGB: (71,107,75)

Renk bilgisi

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

RGB renk modeli

#476B4B color RGB value is (71,107,75).

  • kırmız ton 71;
  • yeşil ton 107;
  • mavi ton 75.
RGB:
(71,107,75)
(28%,42%,29%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 107 of 255 = 42%
B 75 of 255 = 29%

71
107
75

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 107 + 75 = 253 (100%)
R 71 of 253 ~ 28.06%
G 107 of 253 ~ 42.29%
B 75 of 253 ~ 29.64%

%28.06
%42.29
%29.64

CMYK RENK MODELİ

#476B4B rengi CMYK tonu (34,0,30,58).

  • camgöbeği tonu 33.64%
  • eflatun tonu 0.00%
  • sarı tonu 29.91%
  • ana renk tonu 58.04%
CMYK:
(34,0,30,58)
C34M0Y30K58 
(34%,0%,30%,58%)
(0.34/0.00/0.30/0.58)	

CMYK yüzdeleri

%33.64
%0
%29.91
%58.04

Codes

Color #476B4B in popluar color models

476B4B
RGB7110775
HSL127°20.22%34.90%
HSB/HSV127°33.64%41.96%
CMYK33.64%0.00%29.91%
58.04%

Color #476B4B in popluar number systems.

HEX476B4B
Decimal7110775
Binary100011111010111001011
Octal107153113

Shades and tints

Shades of #476B4B

#476B4B
(71,107,75)
#416245
(65,98,69)
#3B593F
(59,89,63)
#355039
(53,80,57)
#2F4733
(47,71,51)
#293E2D
(41,62,45)
#233527
(35,53,39)
#1D2C21
(29,44,33)
#17231B
(23,35,27)
#111A15
(17,26,21)
#0B110F
(11,17,15)
#000000
(0,0,0)

Tints of #476B4B

#476B4B
(71,107,75)
#57785B
(87,120,91)
#67856B
(103,133,107)
#77927B
(119,146,123)
#879F8B
(135,159,139)
#97AC9B
(151,172,155)
#A7B9AB
(167,185,171)
#B7C6BB
(183,198,187)
#C7D3CB
(199,211,203)
#D7E0DB
(215,224,219)
#E7EDEB
(231,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #476B4B color. Also use rgb(71,107,75) instead hex code.

Text Font Color

.myTextColor { color: #476B4B; }

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

This text font color is #476B4B.


Background Color

.myBgColor { background-color: #476B4B; }

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

This div background color is #476B4B.


Border color

.myBorderColor { border: 1px solid #476B4B; }

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

This div border color is #476B4B.


Opacity

.myOpacity80 { color: #476B4B; opacity: 0.8; }

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

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

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

This text has shadow with #476B4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476B4B on black background.


Color preview on white background

This text has color #476B4B on white background.



Black color preview on #476B4B background

This text has black color on #476B4B background.


White color preview on #476B4B background

This text has white color on #476B4B background.