COLOR #476125

HEX: #476125
RGB: (71,97,37)

Renk bilgisi

#476125 contains mainly red and green colors. #476125 ‘ nin web güvenlik rengi #336633 (ya da #363) dir.

RGB renk modeli

#476125 color RGB value is (71,97,37).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 97 of 255 = 38%
B 37 of 255 = 15%

71
97
37

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 97 + 37 = 205 (100%)
R 71 of 205 ~ 34.63%
G 97 of 205 ~ 47.32%
B 37 of 205 ~ 18.05%

%34.63
%47.32
%18.05

CMYK RENK MODELİ

#476125 rengi CMYK tonu (27,0,62,62).

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

CMYK yüzdeleri

%26.8
%0
%61.86
%61.96

Codes

Color #476125 in popluar color models

476125
RGB719737
HSL86°44.78%26.27%
HSB/HSV86°61.86%38.04%
CMYK26.80%0.00%61.86%
61.96%

Color #476125 in popluar number systems.

HEX476125
Decimal719737
Binary10001111100001100101
Octal10714145

Shades and tints

Shades of #476125

#476125
(71,97,37)
#415922
(65,89,34)
#3B511F
(59,81,31)
#35491C
(53,73,28)
#2F4119
(47,65,25)
#293916
(41,57,22)
#233113
(35,49,19)
#1D2910
(29,41,16)
#17210D
(23,33,13)
#11190A
(17,25,10)
#0B1107
(11,17,7)
#000000
(0,0,0)

Tints of #476125

#476125
(71,97,37)
#576F38
(87,111,56)
#677D4B
(103,125,75)
#778B5E
(119,139,94)
#879971
(135,153,113)
#97A784
(151,167,132)
#A7B597
(167,181,151)
#B7C3AA
(183,195,170)
#C7D1BD
(199,209,189)
#D7DFD0
(215,223,208)
#E7EDE3
(231,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476125; }

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

This text font color is #476125.


Background Color

.myBgColor { background-color: #476125; }

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

This div background color is #476125.


Border color

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

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

This div border color is #476125.


Opacity

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

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

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

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

This text has shadow with #476125 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476125 on black background.


Color preview on white background

This text has color #476125 on white background.



Black color preview on #476125 background

This text has black color on #476125 background.


White color preview on #476125 background

This text has white color on #476125 background.