COLOR #4C5E38

HEX: #4C5E38
RGB: (76,94,56)

Renk bilgisi

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

RGB renk modeli

#4C5E38 color RGB value is (76,94,56).

  • kırmız ton 76;
  • yeşil ton 94;
  • mavi ton 56.
RGB:
(76,94,56)
(30%,37%,22%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 94 of 255 = 37%
B 56 of 255 = 22%

76
94
56

R + G + B ~ 30%. #4C5E38 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 94 + 56 = 226 (100%)
R 76 of 226 ~ 33.63%
G 94 of 226 ~ 41.59%
B 56 of 226 ~ 24.78%

%33.63
%41.59
%24.78

CMYK RENK MODELİ

#4C5E38 rengi CMYK tonu (19,0,40,63).

  • camgöbeği tonu 19.15%
  • eflatun tonu 0.00%
  • sarı tonu 40.43%
  • ana renk tonu 63.14%
CMYK:
(19,0,40,63)
C19M0Y40K63 
(19%,0%,40%,63%)
(0.19/0.00/0.40/0.63)	

CMYK yüzdeleri

%19.15
%0
%40.43
%63.14

Codes

Color #4C5E38 in popluar color models

4C5E38
RGB769456
HSL88°25.33%29.41%
HSB/HSV88°40.43%36.86%
CMYK19.15%0.00%40.43%
63.14%

Color #4C5E38 in popluar number systems.

HEX4C5E38
Decimal769456
Binary10011001011110111000
Octal11413670

Shades and tints

Shades of #4C5E38

#4C5E38
(76,94,56)
#465633
(70,86,51)
#404E2E
(64,78,46)
#3A4629
(58,70,41)
#343E24
(52,62,36)
#2E361F
(46,54,31)
#282E1A
(40,46,26)
#222615
(34,38,21)
#1C1E10
(28,30,16)
#16160B
(22,22,11)
#100E06
(16,14,6)
#000000
(0,0,0)

Tints of #4C5E38

#4C5E38
(76,94,56)
#5C6C4A
(92,108,74)
#6C7A5C
(108,122,92)
#7C886E
(124,136,110)
#8C9680
(140,150,128)
#9CA492
(156,164,146)
#ACB2A4
(172,178,164)
#BCC0B6
(188,192,182)
#CCCEC8
(204,206,200)
#DCDCDA
(220,220,218)
#ECEAEC
(236,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C5E38 color. Also use rgb(76,94,56) instead hex code.

Text Font Color

.myTextColor { color: #4C5E38; }

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

This text font color is #4C5E38.


Background Color

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

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

This div background color is #4C5E38.


Border color

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

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

This div border color is #4C5E38.


Opacity

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

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

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

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

This text has shadow with #4C5E38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C5E38 on black background.


Color preview on white background

This text has color #4C5E38 on white background.



Black color preview on #4C5E38 background

This text has black color on #4C5E38 background.


White color preview on #4C5E38 background

This text has white color on #4C5E38 background.