COLOR #4C7454

HEX: #4C7454
RGB: (76,116,84)

Renk bilgisi

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

RGB renk modeli

#4C7454 color RGB value is (76,116,84).

  • kırmız ton 76;
  • yeşil ton 116;
  • mavi ton 84.
RGB:
(76,116,84)
(30%,45%,33%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 116 of 255 = 45%
B 84 of 255 = 33%

76
116
84

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 116 + 84 = 276 (100%)
R 76 of 276 ~ 27.54%
G 116 of 276 ~ 42.03%
B 84 of 276 ~ 30.43%

%27.54
%42.03
%30.43

CMYK RENK MODELİ

#4C7454 rengi CMYK tonu (34,0,28,55).

  • camgöbeği tonu 34.48%
  • eflatun tonu 0.00%
  • sarı tonu 27.59%
  • ana renk tonu 54.51%
CMYK:
(34,0,28,55)
C34M0Y28K55 
(34%,0%,28%,55%)
(0.34/0.00/0.28/0.55)	

CMYK yüzdeleri

%34.48
%0
%27.59
%54.51

Codes

Color #4C7454 in popluar color models

4C7454
RGB7611684
HSL132°20.83%37.65%
HSB/HSV132°34.48%45.49%
CMYK34.48%0.00%27.59%
54.51%

Color #4C7454 in popluar number systems.

HEX4C7454
Decimal7611684
Binary100110011101001010100
Octal114164124

Shades and tints

Shades of #4C7454

#4C7454
(76,116,84)
#466A4D
(70,106,77)
#406046
(64,96,70)
#3A563F
(58,86,63)
#344C38
(52,76,56)
#2E4231
(46,66,49)
#28382A
(40,56,42)
#222E23
(34,46,35)
#1C241C
(28,36,28)
#161A15
(22,26,21)
#10100E
(16,16,14)
#000000
(0,0,0)

Tints of #4C7454

#4C7454
(76,116,84)
#5C8063
(92,128,99)
#6C8C72
(108,140,114)
#7C9881
(124,152,129)
#8CA490
(140,164,144)
#9CB09F
(156,176,159)
#ACBCAE
(172,188,174)
#BCC8BD
(188,200,189)
#CCD4CC
(204,212,204)
#DCE0DB
(220,224,219)
#ECECEA
(236,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C7454 color. Also use rgb(76,116,84) instead hex code.

Text Font Color

.myTextColor { color: #4C7454; }

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

This text font color is #4C7454.


Background Color

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

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

This div background color is #4C7454.


Border color

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

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

This div border color is #4C7454.


Opacity

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

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

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

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

This text has shadow with #4C7454 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C7454 on black background.


Color preview on white background

This text has color #4C7454 on white background.



Black color preview on #4C7454 background

This text has black color on #4C7454 background.


White color preview on #4C7454 background

This text has white color on #4C7454 background.