COLOR #4C7159

HEX: #4C7159
RGB: (76,113,89)

Renk bilgisi

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

RGB renk modeli

#4C7159 color RGB value is (76,113,89).

  • kırmız ton 76;
  • yeşil ton 113;
  • mavi ton 89.
RGB:
(76,113,89)
(30%,44%,35%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 113 of 255 = 44%
B 89 of 255 = 35%

76
113
89

R + G + B ~ 36%. #4C7159 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 113 + 89 = 278 (100%)
R 76 of 278 ~ 27.34%
G 113 of 278 ~ 40.65%
B 89 of 278 ~ 32.01%

%27.34
%40.65
%32.01

CMYK RENK MODELİ

#4C7159 rengi CMYK tonu (33,0,21,56).

  • camgöbeği tonu 32.74%
  • eflatun tonu 0.00%
  • sarı tonu 21.24%
  • ana renk tonu 55.69%
CMYK:
(33,0,21,56)
C33M0Y21K56 
(33%,0%,21%,56%)
(0.33/0.00/0.21/0.56)	

CMYK yüzdeleri

%32.74
%0
%21.24
%55.69

Codes

Color #4C7159 in popluar color models

4C7159
RGB7611389
HSL141°19.58%37.06%
HSB/HSV141°32.74%44.31%
CMYK32.74%0.00%21.24%
55.69%

Color #4C7159 in popluar number systems.

HEX4C7159
Decimal7611389
Binary100110011100011011001
Octal114161131

Shades and tints

Shades of #4C7159

#4C7159
(76,113,89)
#466751
(70,103,81)
#405D49
(64,93,73)
#3A5341
(58,83,65)
#344939
(52,73,57)
#2E3F31
(46,63,49)
#283529
(40,53,41)
#222B21
(34,43,33)
#1C2119
(28,33,25)
#161711
(22,23,17)
#100D09
(16,13,9)
#000000
(0,0,0)

Tints of #4C7159

#4C7159
(76,113,89)
#5C7D68
(92,125,104)
#6C8977
(108,137,119)
#7C9586
(124,149,134)
#8CA195
(140,161,149)
#9CADA4
(156,173,164)
#ACB9B3
(172,185,179)
#BCC5C2
(188,197,194)
#CCD1D1
(204,209,209)
#DCDDE0
(220,221,224)
#ECE9EF
(236,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C7159 color. Also use rgb(76,113,89) instead hex code.

Text Font Color

.myTextColor { color: #4C7159; }

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

This text font color is #4C7159.


Background Color

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

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

This div background color is #4C7159.


Border color

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

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

This div border color is #4C7159.


Opacity

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

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

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

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

This text has shadow with #4C7159 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C7159 on black background.


Color preview on white background

This text has color #4C7159 on white background.



Black color preview on #4C7159 background

This text has black color on #4C7159 background.


White color preview on #4C7159 background

This text has white color on #4C7159 background.