COLOR #47836E

HEX: #47836E
RGB: (71,131,110)

Renk bilgisi

#47836E contains mainly green and blue colors. #47836E ‘ nin web güvenlik rengi #339966 (ya da #396) dir.

RGB renk modeli

#47836E color RGB value is (71,131,110).

  • kırmız ton 71;
  • yeşil ton 131;
  • mavi ton 110.
RGB:
(71,131,110)
(28%,51%,43%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 131 of 255 = 51%
B 110 of 255 = 43%

71
131
110

R + G + B ~ 41%. #47836E is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 131 + 110 = 312 (100%)
R 71 of 312 ~ 22.76%
G 131 of 312 ~ 41.99%
B 110 of 312 ~ 35.26%

%22.76
%41.99
%35.26

CMYK RENK MODELİ

#47836E rengi CMYK tonu (46,0,16,49).

  • camgöbeği tonu 45.80%
  • eflatun tonu 0.00%
  • sarı tonu 16.03%
  • ana renk tonu 48.63%
CMYK:
(46,0,16,49)
C46M0Y16K49 
(46%,0%,16%,49%)
(0.46/0.00/0.16/0.49)	

CMYK yüzdeleri

%45.8
%0
%16.03
%48.63

Codes

Color #47836E in popluar color models

47836E
RGB71131110
HSL159°29.70%39.61%
HSB/HSV159°45.80%51.37%
CMYK45.80%0.00%16.03%
48.63%

Color #47836E in popluar number systems.

HEX47836E
Decimal71131110
Binary1000111100000111101110
Octal107203156

Shades and tints

Shades of #47836E

#47836E
(71,131,110)
#417864
(65,120,100)
#3B6D5A
(59,109,90)
#356250
(53,98,80)
#2F5746
(47,87,70)
#294C3C
(41,76,60)
#234132
(35,65,50)
#1D3628
(29,54,40)
#172B1E
(23,43,30)
#112014
(17,32,20)
#0B150A
(11,21,10)
#000000
(0,0,0)

Tints of #47836E

#47836E
(71,131,110)
#578E7B
(87,142,123)
#679988
(103,153,136)
#77A495
(119,164,149)
#87AFA2
(135,175,162)
#97BAAF
(151,186,175)
#A7C5BC
(167,197,188)
#B7D0C9
(183,208,201)
#C7DBD6
(199,219,214)
#D7E6E3
(215,230,227)
#E7F1F0
(231,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47836E color. Also use rgb(71,131,110) instead hex code.

Text Font Color

.myTextColor { color: #47836E; }

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

This text font color is #47836E.


Background Color

.myBgColor { background-color: #47836E; }

<div style="background-color:#47836E">Inner text</div>

This div background color is #47836E.


Border color

.myBorderColor { border: 1px solid #47836E; }

<div style="border:3px solid #47836E">Div</div>

This div border color is #47836E.


Opacity

.myOpacity80 { color: #47836E; opacity: 0.8; }

<p style="color:#47836E;opacity:0.8;">80%</p>

Text with #47836E 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 #47836E;}

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

This text has shadow with #47836E color.

.textShadow {text-shadow: 3px 3px 1px #47836E, 3px 3px 1px red;}

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

This text has shadow with #47836E primary color and red secondary color.


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

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

This text has shadow with #47836E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47836E on black background.


Color preview on white background

This text has color #47836E on white background.



Black color preview on #47836E background

This text has black color on #47836E background.


White color preview on #47836E background

This text has white color on #47836E background.