COLOR #47634C

HEX: #47634C
RGB: (71,99,76)

Renk bilgisi

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

RGB renk modeli

#47634C color RGB value is (71,99,76).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 99 of 255 = 39%
B 76 of 255 = 30%

71
99
76

R + G + B ~ 32%. #47634C is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 99 + 76 = 246 (100%)
R 71 of 246 ~ 28.86%
G 99 of 246 ~ 40.24%
B 76 of 246 ~ 30.89%

%28.86
%40.24
%30.89

CMYK RENK MODELİ

#47634C rengi CMYK tonu (28,0,23,61).

  • camgöbeği tonu 28.28%
  • eflatun tonu 0.00%
  • sarı tonu 23.23%
  • ana renk tonu 61.18%
CMYK:
(28,0,23,61)
C28M0Y23K61 
(28%,0%,23%,61%)
(0.28/0.00/0.23/0.61)	

CMYK yüzdeleri

%28.28
%0
%23.23
%61.18

Codes

Color #47634C in popluar color models

47634C
RGB719976
HSL131°16.47%33.33%
HSB/HSV131°28.28%38.82%
CMYK28.28%0.00%23.23%
61.18%

Color #47634C in popluar number systems.

HEX47634C
Decimal719976
Binary100011111000111001100
Octal107143114

Shades and tints

Shades of #47634C

#47634C
(71,99,76)
#415A46
(65,90,70)
#3B5140
(59,81,64)
#35483A
(53,72,58)
#2F3F34
(47,63,52)
#29362E
(41,54,46)
#232D28
(35,45,40)
#1D2422
(29,36,34)
#171B1C
(23,27,28)
#111216
(17,18,22)
#0B0910
(11,9,16)
#000000
(0,0,0)

Tints of #47634C

#47634C
(71,99,76)
#57715C
(87,113,92)
#677F6C
(103,127,108)
#778D7C
(119,141,124)
#879B8C
(135,155,140)
#97A99C
(151,169,156)
#A7B7AC
(167,183,172)
#B7C5BC
(183,197,188)
#C7D3CC
(199,211,204)
#D7E1DC
(215,225,220)
#E7EFEC
(231,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47634C; }

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

This text font color is #47634C.


Background Color

.myBgColor { background-color: #47634C; }

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

This div background color is #47634C.


Border color

.myBorderColor { border: 1px solid #47634C; }

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

This div border color is #47634C.


Opacity

.myOpacity80 { color: #47634C; opacity: 0.8; }

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

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

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

This text has shadow with #47634C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47634C on black background.


Color preview on white background

This text has color #47634C on white background.



Black color preview on #47634C background

This text has black color on #47634C background.


White color preview on #47634C background

This text has white color on #47634C background.