COLOR #4C8360

HEX: #4C8360
RGB: (76,131,96)

Renk bilgisi

#4C8360 contains red, green and blue colors in about the same proportion. #4C8360 ‘ nin web güvenlik rengi #339966 (ya da #396) dir.

RGB renk modeli

#4C8360 color RGB value is (76,131,96).

  • kırmız ton 76;
  • yeşil ton 131;
  • mavi ton 96.
RGB:
(76,131,96)
(30%,51%,38%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 131 of 255 = 51%
B 96 of 255 = 38%

76
131
96

R + G + B ~ 40%. #4C8360 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 131 + 96 = 303 (100%)
R 76 of 303 ~ 25.08%
G 131 of 303 ~ 43.23%
B 96 of 303 ~ 31.68%

%25.08
%43.23
%31.68

CMYK RENK MODELİ

#4C8360 rengi CMYK tonu (42,0,27,49).

  • camgöbeği tonu 41.98%
  • eflatun tonu 0.00%
  • sarı tonu 26.72%
  • ana renk tonu 48.63%
CMYK:
(42,0,27,49)
C42M0Y27K49 
(42%,0%,27%,49%)
(0.42/0.00/0.27/0.49)	

CMYK yüzdeleri

%41.98
%0
%26.72
%48.63

Codes

Color #4C8360 in popluar color models

4C8360
RGB7613196
HSL142°26.57%40.59%
HSB/HSV142°41.98%51.37%
CMYK41.98%0.00%26.72%
48.63%

Color #4C8360 in popluar number systems.

HEX4C8360
Decimal7613196
Binary1001100100000111100000
Octal114203140

Shades and tints

Shades of #4C8360

#4C8360
(76,131,96)
#467858
(70,120,88)
#406D50
(64,109,80)
#3A6248
(58,98,72)
#345740
(52,87,64)
#2E4C38
(46,76,56)
#284130
(40,65,48)
#223628
(34,54,40)
#1C2B20
(28,43,32)
#162018
(22,32,24)
#101510
(16,21,16)
#000000
(0,0,0)

Tints of #4C8360

#4C8360
(76,131,96)
#5C8E6E
(92,142,110)
#6C997C
(108,153,124)
#7CA48A
(124,164,138)
#8CAF98
(140,175,152)
#9CBAA6
(156,186,166)
#ACC5B4
(172,197,180)
#BCD0C2
(188,208,194)
#CCDBD0
(204,219,208)
#DCE6DE
(220,230,222)
#ECF1EC
(236,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C8360 color. Also use rgb(76,131,96) instead hex code.

Text Font Color

.myTextColor { color: #4C8360; }

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

This text font color is #4C8360.


Background Color

.myBgColor { background-color: #4C8360; }

<div style="background-color:#4C8360">Inner text</div>

This div background color is #4C8360.


Border color

.myBorderColor { border: 1px solid #4C8360; }

<div style="border:3px solid #4C8360">Div</div>

This div border color is #4C8360.


Opacity

.myOpacity80 { color: #4C8360; opacity: 0.8; }

<p style="color:#4C8360;opacity:0.8;">80%</p>

Text with #4C8360 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 #4C8360;}

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

This text has shadow with #4C8360 color.

.textShadow {text-shadow: 3px 3px 1px #4C8360, 3px 3px 1px red;}

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

This text has shadow with #4C8360 primary color and red secondary color.


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

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

This text has shadow with #4C8360 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C8360 on black background.


Color preview on white background

This text has color #4C8360 on white background.



Black color preview on #4C8360 background

This text has black color on #4C8360 background.


White color preview on #4C8360 background

This text has white color on #4C8360 background.