COLOR #487C46

HEX: #487C46
RGB: (72,124,70)

Renk bilgisi

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

RGB renk modeli

#487C46 color RGB value is (72,124,70).

  • kırmız ton 72;
  • yeşil ton 124;
  • mavi ton 70.
RGB:
(72,124,70)
(28%,49%,27%)

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 124 of 255 = 49%
B 70 of 255 = 27%

72
124
70

R + G + B ~ 35%. #487C46 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 124 + 70 = 266 (100%)
R 72 of 266 ~ 27.07%
G 124 of 266 ~ 46.62%
B 70 of 266 ~ 26.32%

%27.07
%46.62
%26.32

CMYK RENK MODELİ

#487C46 rengi CMYK tonu (42,0,44,51).

  • camgöbeği tonu 41.94%
  • eflatun tonu 0.00%
  • sarı tonu 43.55%
  • ana renk tonu 51.37%
CMYK:
(42,0,44,51)
C42M0Y44K51 
(42%,0%,44%,51%)
(0.42/0.00/0.44/0.51)	

CMYK yüzdeleri

%41.94
%0
%43.55
%51.37

Codes

Color #487C46 in popluar color models

487C46
RGB7212470
HSL118°27.84%38.04%
HSB/HSV118°43.55%48.63%
CMYK41.94%0.00%43.55%
51.37%

Color #487C46 in popluar number systems.

HEX487C46
Decimal7212470
Binary100100011111001000110
Octal110174106

Shades and tints

Shades of #487C46

#487C46
(72,124,70)
#427140
(66,113,64)
#3C663A
(60,102,58)
#365B34
(54,91,52)
#30502E
(48,80,46)
#2A4528
(42,69,40)
#243A22
(36,58,34)
#1E2F1C
(30,47,28)
#182416
(24,36,22)
#121910
(18,25,16)
#0C0E0A
(12,14,10)
#000000
(0,0,0)

Tints of #487C46

#487C46
(72,124,70)
#588756
(88,135,86)
#689266
(104,146,102)
#789D76
(120,157,118)
#88A886
(136,168,134)
#98B396
(152,179,150)
#A8BEA6
(168,190,166)
#B8C9B6
(184,201,182)
#C8D4C6
(200,212,198)
#D8DFD6
(216,223,214)
#E8EAE6
(232,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #487C46 color. Also use rgb(72,124,70) instead hex code.

Text Font Color

.myTextColor { color: #487C46; }

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

This text font color is #487C46.


Background Color

.myBgColor { background-color: #487C46; }

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

This div background color is #487C46.


Border color

.myBorderColor { border: 1px solid #487C46; }

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

This div border color is #487C46.


Opacity

.myOpacity80 { color: #487C46; opacity: 0.8; }

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

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

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

This text has shadow with #487C46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #487C46 on black background.


Color preview on white background

This text has color #487C46 on white background.



Black color preview on #487C46 background

This text has black color on #487C46 background.


White color preview on #487C46 background

This text has white color on #487C46 background.