COLOR #487E4B

HEX: #487E4B
RGB: (72,126,75)

Renk bilgisi

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

RGB renk modeli

#487E4B color RGB value is (72,126,75).

  • kırmız ton 72;
  • yeşil ton 126;
  • mavi ton 75.
RGB:
(72,126,75)
(28%,49%,29%)

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 126 of 255 = 49%
B 75 of 255 = 29%

72
126
75

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

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 126 + 75 = 273 (100%)
R 72 of 273 ~ 26.37%
G 126 of 273 ~ 46.15%
B 75 of 273 ~ 27.47%

%26.37
%46.15
%27.47

CMYK RENK MODELİ

#487E4B rengi CMYK tonu (43,0,40,51).

  • camgöbeği tonu 42.86%
  • eflatun tonu 0.00%
  • sarı tonu 40.48%
  • ana renk tonu 50.59%
CMYK:
(43,0,40,51)
C43M0Y40K51 
(43%,0%,40%,51%)
(0.43/0.00/0.40/0.51)	

CMYK yüzdeleri

%42.86
%0
%40.48
%50.59

Codes

Color #487E4B in popluar color models

487E4B
RGB7212675
HSL123°27.27%38.82%
HSB/HSV123°42.86%49.41%
CMYK42.86%0.00%40.48%
50.59%

Color #487E4B in popluar number systems.

HEX487E4B
Decimal7212675
Binary100100011111101001011
Octal110176113

Shades and tints

Shades of #487E4B

#487E4B
(72,126,75)
#427345
(66,115,69)
#3C683F
(60,104,63)
#365D39
(54,93,57)
#305233
(48,82,51)
#2A472D
(42,71,45)
#243C27
(36,60,39)
#1E3121
(30,49,33)
#18261B
(24,38,27)
#121B15
(18,27,21)
#0C100F
(12,16,15)
#000000
(0,0,0)

Tints of #487E4B

#487E4B
(72,126,75)
#58895B
(88,137,91)
#68946B
(104,148,107)
#789F7B
(120,159,123)
#88AA8B
(136,170,139)
#98B59B
(152,181,155)
#A8C0AB
(168,192,171)
#B8CBBB
(184,203,187)
#C8D6CB
(200,214,203)
#D8E1DB
(216,225,219)
#E8ECEB
(232,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #487E4B color. Also use rgb(72,126,75) instead hex code.

Text Font Color

.myTextColor { color: #487E4B; }

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

This text font color is #487E4B.


Background Color

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

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

This div background color is #487E4B.


Border color

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

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

This div border color is #487E4B.


Opacity

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

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

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

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

This text has shadow with #487E4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #487E4B on black background.


Color preview on white background

This text has color #487E4B on white background.



Black color preview on #487E4B background

This text has black color on #487E4B background.


White color preview on #487E4B background

This text has white color on #487E4B background.