COLOR #47613F

HEX: #47613F
RGB: (71,97,63)

Renk bilgisi

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

RGB renk modeli

#47613F color RGB value is (71,97,63).

  • kırmız ton 71;
  • yeşil ton 97;
  • mavi ton 63.
RGB:
(71,97,63)
(28%,38%,25%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 97 of 255 = 38%
B 63 of 255 = 25%

71
97
63

R + G + B ~ 30%. #47613F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 97 + 63 = 231 (100%)
R 71 of 231 ~ 30.74%
G 97 of 231 ~ 41.99%
B 63 of 231 ~ 27.27%

%30.74
%41.99
%27.27

CMYK RENK MODELİ

#47613F rengi CMYK tonu (27,0,35,62).

  • camgöbeği tonu 26.80%
  • eflatun tonu 0.00%
  • sarı tonu 35.05%
  • ana renk tonu 61.96%
CMYK:
(27,0,35,62)
C27M0Y35K62 
(27%,0%,35%,62%)
(0.27/0.00/0.35/0.62)	

CMYK yüzdeleri

%26.8
%0
%35.05
%61.96

Codes

Color #47613F in popluar color models

47613F
RGB719763
HSL106°21.25%31.37%
HSB/HSV106°35.05%38.04%
CMYK26.80%0.00%35.05%
61.96%

Color #47613F in popluar number systems.

HEX47613F
Decimal719763
Binary10001111100001111111
Octal10714177

Shades and tints

Shades of #47613F

#47613F
(71,97,63)
#41593A
(65,89,58)
#3B5135
(59,81,53)
#354930
(53,73,48)
#2F412B
(47,65,43)
#293926
(41,57,38)
#233121
(35,49,33)
#1D291C
(29,41,28)
#172117
(23,33,23)
#111912
(17,25,18)
#0B110D
(11,17,13)
#000000
(0,0,0)

Tints of #47613F

#47613F
(71,97,63)
#576F50
(87,111,80)
#677D61
(103,125,97)
#778B72
(119,139,114)
#879983
(135,153,131)
#97A794
(151,167,148)
#A7B5A5
(167,181,165)
#B7C3B6
(183,195,182)
#C7D1C7
(199,209,199)
#D7DFD8
(215,223,216)
#E7EDE9
(231,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47613F color. Also use rgb(71,97,63) instead hex code.

Text Font Color

.myTextColor { color: #47613F; }

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

This text font color is #47613F.


Background Color

.myBgColor { background-color: #47613F; }

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

This div background color is #47613F.


Border color

.myBorderColor { border: 1px solid #47613F; }

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

This div border color is #47613F.


Opacity

.myOpacity80 { color: #47613F; opacity: 0.8; }

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

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

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

This text has shadow with #47613F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47613F on black background.


Color preview on white background

This text has color #47613F on white background.



Black color preview on #47613F background

This text has black color on #47613F background.


White color preview on #47613F background

This text has white color on #47613F background.