COLOR #4C855F

HEX: #4C855F
RGB: (76,133,95)

Renk bilgisi

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

RGB renk modeli

#4C855F color RGB value is (76,133,95).

  • kırmız ton 76;
  • yeşil ton 133;
  • mavi ton 95.
RGB:
(76,133,95)
(30%,52%,37%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 133 of 255 = 52%
B 95 of 255 = 37%

76
133
95

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 133 + 95 = 304 (100%)
R 76 of 304 ~ 25%
G 133 of 304 ~ 43.75%
B 95 of 304 ~ 31.25%

%25
%43.75
%31.25

CMYK RENK MODELİ

#4C855F rengi CMYK tonu (43,0,29,48).

  • camgöbeği tonu 42.86%
  • eflatun tonu 0.00%
  • sarı tonu 28.57%
  • ana renk tonu 47.84%
CMYK:
(43,0,29,48)
C43M0Y29K48 
(43%,0%,29%,48%)
(0.43/0.00/0.29/0.48)	

CMYK yüzdeleri

%42.86
%0
%28.57
%47.84

Codes

Color #4C855F in popluar color models

4C855F
RGB7613395
HSL140°27.27%40.98%
HSB/HSV140°42.86%52.16%
CMYK42.86%0.00%28.57%
47.84%

Color #4C855F in popluar number systems.

HEX4C855F
Decimal7613395
Binary1001100100001011011111
Octal114205137

Shades and tints

Shades of #4C855F

#4C855F
(76,133,95)
#467957
(70,121,87)
#406D4F
(64,109,79)
#3A6147
(58,97,71)
#34553F
(52,85,63)
#2E4937
(46,73,55)
#283D2F
(40,61,47)
#223127
(34,49,39)
#1C251F
(28,37,31)
#161917
(22,25,23)
#100D0F
(16,13,15)
#000000
(0,0,0)

Tints of #4C855F

#4C855F
(76,133,95)
#5C906D
(92,144,109)
#6C9B7B
(108,155,123)
#7CA689
(124,166,137)
#8CB197
(140,177,151)
#9CBCA5
(156,188,165)
#ACC7B3
(172,199,179)
#BCD2C1
(188,210,193)
#CCDDCF
(204,221,207)
#DCE8DD
(220,232,221)
#ECF3EB
(236,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C855F color. Also use rgb(76,133,95) instead hex code.

Text Font Color

.myTextColor { color: #4C855F; }

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

This text font color is #4C855F.


Background Color

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

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

This div background color is #4C855F.


Border color

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

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

This div border color is #4C855F.


Opacity

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

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

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

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

This text has shadow with #4C855F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C855F on black background.


Color preview on white background

This text has color #4C855F on white background.



Black color preview on #4C855F background

This text has black color on #4C855F background.


White color preview on #4C855F background

This text has white color on #4C855F background.