COLOR #47634D

HEX: #47634D
RGB: (71,99,77)

Renk bilgisi

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

RGB renk modeli

#47634D color RGB value is (71,99,77).

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

RGB bağlantıları ve doygunluk

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

71
99
77

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 99 + 77 = 247 (100%)
R 71 of 247 ~ 28.74%
G 99 of 247 ~ 40.08%
B 77 of 247 ~ 31.17%

%28.74
%40.08
%31.17

CMYK RENK MODELİ

#47634D rengi CMYK tonu (28,0,22,61).

  • camgöbeği tonu 28.28%
  • eflatun tonu 0.00%
  • sarı tonu 22.22%
  • ana renk tonu 61.18%
CMYK:
(28,0,22,61)
C28M0Y22K61 
(28%,0%,22%,61%)
(0.28/0.00/0.22/0.61)	

CMYK yüzdeleri

%28.28
%0
%22.22
%61.18

Codes

Color #47634D in popluar color models

47634D
RGB719977
HSL133°16.47%33.33%
HSB/HSV133°28.28%38.82%
CMYK28.28%0.00%22.22%
61.18%

Color #47634D in popluar number systems.

HEX47634D
Decimal719977
Binary100011111000111001101
Octal107143115

Shades and tints

Shades of #47634D

#47634D
(71,99,77)
#415A46
(65,90,70)
#3B513F
(59,81,63)
#354838
(53,72,56)
#2F3F31
(47,63,49)
#29362A
(41,54,42)
#232D23
(35,45,35)
#1D241C
(29,36,28)
#171B15
(23,27,21)
#11120E
(17,18,14)
#0B0907
(11,9,7)
#000000
(0,0,0)

Tints of #47634D

#47634D
(71,99,77)
#57715D
(87,113,93)
#677F6D
(103,127,109)
#778D7D
(119,141,125)
#879B8D
(135,155,141)
#97A99D
(151,169,157)
#A7B7AD
(167,183,173)
#B7C5BD
(183,197,189)
#C7D3CD
(199,211,205)
#D7E1DD
(215,225,221)
#E7EFED
(231,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47634D; }

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

This text font color is #47634D.


Background Color

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

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

This div background color is #47634D.


Border color

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

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

This div border color is #47634D.


Opacity

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

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

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

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

This text has shadow with #47634D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47634D on black background.


Color preview on white background

This text has color #47634D on white background.



Black color preview on #47634D background

This text has black color on #47634D background.


White color preview on #47634D background

This text has white color on #47634D background.