COLOR #4C745E

HEX: #4C745E
RGB: (76,116,94)

Renk bilgisi

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

RGB renk modeli

#4C745E color RGB value is (76,116,94).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 116 of 255 = 45%
B 94 of 255 = 37%

76
116
94

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 116 + 94 = 286 (100%)
R 76 of 286 ~ 26.57%
G 116 of 286 ~ 40.56%
B 94 of 286 ~ 32.87%

%26.57
%40.56
%32.87

CMYK RENK MODELİ

#4C745E rengi CMYK tonu (34,0,19,55).

  • camgöbeği tonu 34.48%
  • eflatun tonu 0.00%
  • sarı tonu 18.97%
  • ana renk tonu 54.51%
CMYK:
(34,0,19,55)
C34M0Y19K55 
(34%,0%,19%,55%)
(0.34/0.00/0.19/0.55)	

CMYK yüzdeleri

%34.48
%0
%18.97
%54.51

Codes

Color #4C745E in popluar color models

4C745E
RGB7611694
HSL147°20.83%37.65%
HSB/HSV147°34.48%45.49%
CMYK34.48%0.00%18.97%
54.51%

Color #4C745E in popluar number systems.

HEX4C745E
Decimal7611694
Binary100110011101001011110
Octal114164136

Shades and tints

Shades of #4C745E

#4C745E
(76,116,94)
#466A56
(70,106,86)
#40604E
(64,96,78)
#3A5646
(58,86,70)
#344C3E
(52,76,62)
#2E4236
(46,66,54)
#28382E
(40,56,46)
#222E26
(34,46,38)
#1C241E
(28,36,30)
#161A16
(22,26,22)
#10100E
(16,16,14)
#000000
(0,0,0)

Tints of #4C745E

#4C745E
(76,116,94)
#5C806C
(92,128,108)
#6C8C7A
(108,140,122)
#7C9888
(124,152,136)
#8CA496
(140,164,150)
#9CB0A4
(156,176,164)
#ACBCB2
(172,188,178)
#BCC8C0
(188,200,192)
#CCD4CE
(204,212,206)
#DCE0DC
(220,224,220)
#ECECEA
(236,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C745E; }

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

This text font color is #4C745E.


Background Color

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

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

This div background color is #4C745E.


Border color

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

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

This div border color is #4C745E.


Opacity

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

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

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

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

This text has shadow with #4C745E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C745E on black background.


Color preview on white background

This text has color #4C745E on white background.



Black color preview on #4C745E background

This text has black color on #4C745E background.


White color preview on #4C745E background

This text has white color on #4C745E background.