COLOR #4C7B51

HEX: #4C7B51
RGB: (76,123,81)

Renk bilgisi

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

RGB renk modeli

#4C7B51 color RGB value is (76,123,81).

  • kırmız ton 76;
  • yeşil ton 123;
  • mavi ton 81.
RGB:
(76,123,81)
(30%,48%,32%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 123 of 255 = 48%
B 81 of 255 = 32%

76
123
81

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 123 + 81 = 280 (100%)
R 76 of 280 ~ 27.14%
G 123 of 280 ~ 43.93%
B 81 of 280 ~ 28.93%

%27.14
%43.93
%28.93

CMYK RENK MODELİ

#4C7B51 rengi CMYK tonu (38,0,34,52).

  • camgöbeği tonu 38.21%
  • eflatun tonu 0.00%
  • sarı tonu 34.15%
  • ana renk tonu 51.76%
CMYK:
(38,0,34,52)
C38M0Y34K52 
(38%,0%,34%,52%)
(0.38/0.00/0.34/0.52)	

CMYK yüzdeleri

%38.21
%0
%34.15
%51.76

Codes

Color #4C7B51 in popluar color models

4C7B51
RGB7612381
HSL126°23.62%39.02%
HSB/HSV126°38.21%48.24%
CMYK38.21%0.00%34.15%
51.76%

Color #4C7B51 in popluar number systems.

HEX4C7B51
Decimal7612381
Binary100110011110111010001
Octal114173121

Shades and tints

Shades of #4C7B51

#4C7B51
(76,123,81)
#46704A
(70,112,74)
#406543
(64,101,67)
#3A5A3C
(58,90,60)
#344F35
(52,79,53)
#2E442E
(46,68,46)
#283927
(40,57,39)
#222E20
(34,46,32)
#1C2319
(28,35,25)
#161812
(22,24,18)
#100D0B
(16,13,11)
#000000
(0,0,0)

Tints of #4C7B51

#4C7B51
(76,123,81)
#5C8760
(92,135,96)
#6C936F
(108,147,111)
#7C9F7E
(124,159,126)
#8CAB8D
(140,171,141)
#9CB79C
(156,183,156)
#ACC3AB
(172,195,171)
#BCCFBA
(188,207,186)
#CCDBC9
(204,219,201)
#DCE7D8
(220,231,216)
#ECF3E7
(236,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C7B51 color. Also use rgb(76,123,81) instead hex code.

Text Font Color

.myTextColor { color: #4C7B51; }

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

This text font color is #4C7B51.


Background Color

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

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

This div background color is #4C7B51.


Border color

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

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

This div border color is #4C7B51.


Opacity

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

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

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

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

This text has shadow with #4C7B51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C7B51 on black background.


Color preview on white background

This text has color #4C7B51 on white background.



Black color preview on #4C7B51 background

This text has black color on #4C7B51 background.


White color preview on #4C7B51 background

This text has white color on #4C7B51 background.