COLOR #476027

HEX: #476027
RGB: (71,96,39)

Renk bilgisi

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

RGB renk modeli

#476027 color RGB value is (71,96,39).

  • kırmız ton 71;
  • yeşil ton 96;
  • mavi ton 39.
RGB:
(71,96,39)
(28%,38%,15%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 96 of 255 = 38%
B 39 of 255 = 15%

71
96
39

R + G + B ~ 27%. #476027 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 96 + 39 = 206 (100%)
R 71 of 206 ~ 34.47%
G 96 of 206 ~ 46.6%
B 39 of 206 ~ 18.93%

%34.47
%46.6
%18.93

CMYK RENK MODELİ

#476027 rengi CMYK tonu (26,0,59,62).

  • camgöbeği tonu 26.04%
  • eflatun tonu 0.00%
  • sarı tonu 59.38%
  • ana renk tonu 62.35%
CMYK:
(26,0,59,62)
C26M0Y59K62 
(26%,0%,59%,62%)
(0.26/0.00/0.59/0.62)	

CMYK yüzdeleri

%26.04
%0
%59.38
%62.35

Codes

Color #476027 in popluar color models

476027
RGB719639
HSL86°42.22%26.47%
HSB/HSV86°59.38%37.65%
CMYK26.04%0.00%59.38%
62.35%

Color #476027 in popluar number systems.

HEX476027
Decimal719639
Binary10001111100000100111
Octal10714047

Shades and tints

Shades of #476027

#476027
(71,96,39)
#415824
(65,88,36)
#3B5021
(59,80,33)
#35481E
(53,72,30)
#2F401B
(47,64,27)
#293818
(41,56,24)
#233015
(35,48,21)
#1D2812
(29,40,18)
#17200F
(23,32,15)
#11180C
(17,24,12)
#0B1009
(11,16,9)
#000000
(0,0,0)

Tints of #476027

#476027
(71,96,39)
#576E3A
(87,110,58)
#677C4D
(103,124,77)
#778A60
(119,138,96)
#879873
(135,152,115)
#97A686
(151,166,134)
#A7B499
(167,180,153)
#B7C2AC
(183,194,172)
#C7D0BF
(199,208,191)
#D7DED2
(215,222,210)
#E7ECE5
(231,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #476027 color. Also use rgb(71,96,39) instead hex code.

Text Font Color

.myTextColor { color: #476027; }

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

This text font color is #476027.


Background Color

.myBgColor { background-color: #476027; }

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

This div background color is #476027.


Border color

.myBorderColor { border: 1px solid #476027; }

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

This div border color is #476027.


Opacity

.myOpacity80 { color: #476027; opacity: 0.8; }

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

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

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

This text has shadow with #476027 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476027 on black background.


Color preview on white background

This text has color #476027 on white background.



Black color preview on #476027 background

This text has black color on #476027 background.


White color preview on #476027 background

This text has white color on #476027 background.