COLOR #4C7C53

HEX: #4C7C53
RGB: (76,124,83)

Renk bilgisi

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

RGB renk modeli

#4C7C53 color RGB value is (76,124,83).

  • kırmız ton 76;
  • yeşil ton 124;
  • mavi ton 83.
RGB:
(76,124,83)
(30%,49%,33%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 124 of 255 = 49%
B 83 of 255 = 33%

76
124
83

R + G + B ~ 37%. #4C7C53 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 124 + 83 = 283 (100%)
R 76 of 283 ~ 26.86%
G 124 of 283 ~ 43.82%
B 83 of 283 ~ 29.33%

%26.86
%43.82
%29.33

CMYK RENK MODELİ

#4C7C53 rengi CMYK tonu (39,0,33,51).

  • camgöbeği tonu 38.71%
  • eflatun tonu 0.00%
  • sarı tonu 33.06%
  • ana renk tonu 51.37%
CMYK:
(39,0,33,51)
C39M0Y33K51 
(39%,0%,33%,51%)
(0.39/0.00/0.33/0.51)	

CMYK yüzdeleri

%38.71
%0
%33.06
%51.37

Codes

Color #4C7C53 in popluar color models

4C7C53
RGB7612483
HSL129°24.00%39.22%
HSB/HSV129°38.71%48.63%
CMYK38.71%0.00%33.06%
51.37%

Color #4C7C53 in popluar number systems.

HEX4C7C53
Decimal7612483
Binary100110011111001010011
Octal114174123

Shades and tints

Shades of #4C7C53

#4C7C53
(76,124,83)
#46714C
(70,113,76)
#406645
(64,102,69)
#3A5B3E
(58,91,62)
#345037
(52,80,55)
#2E4530
(46,69,48)
#283A29
(40,58,41)
#222F22
(34,47,34)
#1C241B
(28,36,27)
#161914
(22,25,20)
#100E0D
(16,14,13)
#000000
(0,0,0)

Tints of #4C7C53

#4C7C53
(76,124,83)
#5C8762
(92,135,98)
#6C9271
(108,146,113)
#7C9D80
(124,157,128)
#8CA88F
(140,168,143)
#9CB39E
(156,179,158)
#ACBEAD
(172,190,173)
#BCC9BC
(188,201,188)
#CCD4CB
(204,212,203)
#DCDFDA
(220,223,218)
#ECEAE9
(236,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C7C53 color. Also use rgb(76,124,83) instead hex code.

Text Font Color

.myTextColor { color: #4C7C53; }

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

This text font color is #4C7C53.


Background Color

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

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

This div background color is #4C7C53.


Border color

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

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

This div border color is #4C7C53.


Opacity

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

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

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

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

This text has shadow with #4C7C53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C7C53 on black background.


Color preview on white background

This text has color #4C7C53 on white background.



Black color preview on #4C7C53 background

This text has black color on #4C7C53 background.


White color preview on #4C7C53 background

This text has white color on #4C7C53 background.