COLOR #476E0B

HEX: #476E0B
RGB: (71,110,11)

Renk bilgisi

#476E0B contains mainly red and green colors. #476E0B ‘ nin web güvenlik rengi #336600 (ya da #360) dir.

RGB renk modeli

#476E0B color RGB value is (71,110,11).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 110 of 255 = 43%
B 11 of 255 = 4%

71
110
11

R + G + B ~ 25%. #476E0B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 110 + 11 = 192 (100%)
R 71 of 192 ~ 36.98%
G 110 of 192 ~ 57.29%
B 11 of 192 ~ 5.73%

%36.98
%57.29

CMYK RENK MODELİ

#476E0B rengi CMYK tonu (35,0,90,57).

  • camgöbeği tonu 35.45%
  • eflatun tonu 0.00%
  • sarı tonu 90.00%
  • ana renk tonu 56.86%
CMYK:
(35,0,90,57)
C35M0Y90K57 
(35%,0%,90%,57%)
(0.35/0.00/0.90/0.57)	

CMYK yüzdeleri

%35.45
%0
%90
%56.86

Codes

Color #476E0B in popluar color models

476E0B
RGB7111011
HSL84°81.82%23.73%
HSB/HSV84°90.00%43.14%
CMYK35.45%0.00%90.00%
56.86%

Color #476E0B in popluar number systems.

HEX476E0B
Decimal7111011
Binary100011111011101011
Octal10715613

Shades and tints

Shades of #476E0B

#476E0B
(71,110,11)
#41640A
(65,100,10)
#3B5A09
(59,90,9)
#355008
(53,80,8)
#2F4607
(47,70,7)
#293C06
(41,60,6)
#233205
(35,50,5)
#1D2804
(29,40,4)
#171E03
(23,30,3)
#111402
(17,20,2)
#0B0A01
(11,10,1)
#000000
(0,0,0)

Tints of #476E0B

#476E0B
(71,110,11)
#577B21
(87,123,33)
#678837
(103,136,55)
#77954D
(119,149,77)
#87A263
(135,162,99)
#97AF79
(151,175,121)
#A7BC8F
(167,188,143)
#B7C9A5
(183,201,165)
#C7D6BB
(199,214,187)
#D7E3D1
(215,227,209)
#E7F0E7
(231,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #476E0B color. Also use rgb(71,110,11) instead hex code.

Text Font Color

.myTextColor { color: #476E0B; }

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

This text font color is #476E0B.


Background Color

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

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

This div background color is #476E0B.


Border color

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

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

This div border color is #476E0B.


Opacity

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

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

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

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

This text has shadow with #476E0B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476E0B on black background.


Color preview on white background

This text has color #476E0B on white background.



Black color preview on #476E0B background

This text has black color on #476E0B background.


White color preview on #476E0B background

This text has white color on #476E0B background.