COLOR #476F25

HEX: #476F25
RGB: (71,111,37)

Renk bilgisi

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

RGB renk modeli

#476F25 color RGB value is (71,111,37).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 111 of 255 = 44%
B 37 of 255 = 15%

71
111
37

R + G + B ~ 29%. #476F25 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 111 + 37 = 219 (100%)
R 71 of 219 ~ 32.42%
G 111 of 219 ~ 50.68%
B 37 of 219 ~ 16.89%

%32.42
%50.68
%16.89

CMYK RENK MODELİ

#476F25 rengi CMYK tonu (36,0,67,56).

  • camgöbeği tonu 36.04%
  • eflatun tonu 0.00%
  • sarı tonu 66.67%
  • ana renk tonu 56.47%
CMYK:
(36,0,67,56)
C36M0Y67K56 
(36%,0%,67%,56%)
(0.36/0.00/0.67/0.56)	

CMYK yüzdeleri

%36.04
%0
%66.67
%56.47

Codes

Color #476F25 in popluar color models

476F25
RGB7111137
HSL92°50.00%29.02%
HSB/HSV92°66.67%43.53%
CMYK36.04%0.00%66.67%
56.47%

Color #476F25 in popluar number systems.

HEX476F25
Decimal7111137
Binary10001111101111100101
Octal10715745

Shades and tints

Shades of #476F25

#476F25
(71,111,37)
#416522
(65,101,34)
#3B5B1F
(59,91,31)
#35511C
(53,81,28)
#2F4719
(47,71,25)
#293D16
(41,61,22)
#233313
(35,51,19)
#1D2910
(29,41,16)
#171F0D
(23,31,13)
#11150A
(17,21,10)
#0B0B07
(11,11,7)
#000000
(0,0,0)

Tints of #476F25

#476F25
(71,111,37)
#577C38
(87,124,56)
#67894B
(103,137,75)
#77965E
(119,150,94)
#87A371
(135,163,113)
#97B084
(151,176,132)
#A7BD97
(167,189,151)
#B7CAAA
(183,202,170)
#C7D7BD
(199,215,189)
#D7E4D0
(215,228,208)
#E7F1E3
(231,241,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476F25; }

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

This text font color is #476F25.


Background Color

.myBgColor { background-color: #476F25; }

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

This div background color is #476F25.


Border color

.myBorderColor { border: 1px solid #476F25; }

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

This div border color is #476F25.


Opacity

.myOpacity80 { color: #476F25; opacity: 0.8; }

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

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

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

This text has shadow with #476F25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476F25 on black background.


Color preview on white background

This text has color #476F25 on white background.



Black color preview on #476F25 background

This text has black color on #476F25 background.


White color preview on #476F25 background

This text has white color on #476F25 background.