COLOR #477C0A

HEX: #477C0A
RGB: (71,124,10)

Renk bilgisi

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

RGB renk modeli

#477C0A color RGB value is (71,124,10).

  • kırmız ton 71;
  • yeşil ton 124;
  • mavi ton 10.
RGB:
(71,124,10)
(28%,49%,4%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 124 of 255 = 49%
B 10 of 255 = 4%

71
124
10

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 124 + 10 = 205 (100%)
R 71 of 205 ~ 34.63%
G 124 of 205 ~ 60.49%
B 10 of 205 ~ 4.88%

%34.63
%60.49

CMYK RENK MODELİ

#477C0A rengi CMYK tonu (43,0,92,51).

  • camgöbeği tonu 42.74%
  • eflatun tonu 0.00%
  • sarı tonu 91.94%
  • ana renk tonu 51.37%
CMYK:
(43,0,92,51)
C43M0Y92K51 
(43%,0%,92%,51%)
(0.43/0.00/0.92/0.51)	

CMYK yüzdeleri

%42.74
%0
%91.94
%51.37

Codes

Color #477C0A in popluar color models

477C0A
RGB7112410
HSL88°85.07%26.27%
HSB/HSV88°91.94%48.63%
CMYK42.74%0.00%91.94%
51.37%

Color #477C0A in popluar number systems.

HEX477C0A
Decimal7112410
Binary100011111111001010
Octal10717412

Shades and tints

Shades of #477C0A

#477C0A
(71,124,10)
#41710A
(65,113,10)
#3B660A
(59,102,10)
#355B0A
(53,91,10)
#2F500A
(47,80,10)
#29450A
(41,69,10)
#233A0A
(35,58,10)
#1D2F0A
(29,47,10)
#17240A
(23,36,10)
#11190A
(17,25,10)
#0B0E0A
(11,14,10)
#000000
(0,0,0)

Tints of #477C0A

#477C0A
(71,124,10)
#578720
(87,135,32)
#679236
(103,146,54)
#779D4C
(119,157,76)
#87A862
(135,168,98)
#97B378
(151,179,120)
#A7BE8E
(167,190,142)
#B7C9A4
(183,201,164)
#C7D4BA
(199,212,186)
#D7DFD0
(215,223,208)
#E7EAE6
(231,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #477C0A color. Also use rgb(71,124,10) instead hex code.

Text Font Color

.myTextColor { color: #477C0A; }

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

This text font color is #477C0A.


Background Color

.myBgColor { background-color: #477C0A; }

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

This div background color is #477C0A.


Border color

.myBorderColor { border: 1px solid #477C0A; }

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

This div border color is #477C0A.


Opacity

.myOpacity80 { color: #477C0A; opacity: 0.8; }

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

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

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

This text has shadow with #477C0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #477C0A on black background.


Color preview on white background

This text has color #477C0A on white background.



Black color preview on #477C0A background

This text has black color on #477C0A background.


White color preview on #477C0A background

This text has white color on #477C0A background.