COLOR #47683D

HEX: #47683D
RGB: (71,104,61)

Renk bilgisi

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

RGB renk modeli

#47683D color RGB value is (71,104,61).

  • kırmız ton 71;
  • yeşil ton 104;
  • mavi ton 61.
RGB:
(71,104,61)
(28%,41%,24%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 104 of 255 = 41%
B 61 of 255 = 24%

71
104
61

R + G + B ~ 31%. #47683D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 104 + 61 = 236 (100%)
R 71 of 236 ~ 30.08%
G 104 of 236 ~ 44.07%
B 61 of 236 ~ 25.85%

%30.08
%44.07
%25.85

CMYK RENK MODELİ

#47683D rengi CMYK tonu (32,0,41,59).

  • camgöbeği tonu 31.73%
  • eflatun tonu 0.00%
  • sarı tonu 41.35%
  • ana renk tonu 59.22%
CMYK:
(32,0,41,59)
C32M0Y41K59 
(32%,0%,41%,59%)
(0.32/0.00/0.41/0.59)	

CMYK yüzdeleri

%31.73
%0
%41.35
%59.22

Codes

Color #47683D in popluar color models

47683D
RGB7110461
HSL106°26.06%32.35%
HSB/HSV106°41.35%40.78%
CMYK31.73%0.00%41.35%
59.22%

Color #47683D in popluar number systems.

HEX47683D
Decimal7110461
Binary10001111101000111101
Octal10715075

Shades and tints

Shades of #47683D

#47683D
(71,104,61)
#415F38
(65,95,56)
#3B5633
(59,86,51)
#354D2E
(53,77,46)
#2F4429
(47,68,41)
#293B24
(41,59,36)
#23321F
(35,50,31)
#1D291A
(29,41,26)
#172015
(23,32,21)
#111710
(17,23,16)
#0B0E0B
(11,14,11)
#000000
(0,0,0)

Tints of #47683D

#47683D
(71,104,61)
#57754E
(87,117,78)
#67825F
(103,130,95)
#778F70
(119,143,112)
#879C81
(135,156,129)
#97A992
(151,169,146)
#A7B6A3
(167,182,163)
#B7C3B4
(183,195,180)
#C7D0C5
(199,208,197)
#D7DDD6
(215,221,214)
#E7EAE7
(231,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47683D color. Also use rgb(71,104,61) instead hex code.

Text Font Color

.myTextColor { color: #47683D; }

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

This text font color is #47683D.


Background Color

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

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

This div background color is #47683D.


Border color

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

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

This div border color is #47683D.


Opacity

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

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

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

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

This text has shadow with #47683D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47683D on black background.


Color preview on white background

This text has color #47683D on white background.



Black color preview on #47683D background

This text has black color on #47683D background.


White color preview on #47683D background

This text has white color on #47683D background.