COLOR #4C736D

HEX: #4C736D
RGB: (76,115,109)

Renk bilgisi

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

RGB renk modeli

#4C736D color RGB value is (76,115,109).

  • kırmız ton 76;
  • yeşil ton 115;
  • mavi ton 109.
RGB:
(76,115,109)
(30%,45%,43%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 115 of 255 = 45%
B 109 of 255 = 43%

76
115
109

R + G + B ~ 39%. #4C736D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 115 + 109 = 300 (100%)
R 76 of 300 ~ 25.33%
G 115 of 300 ~ 38.33%
B 109 of 300 ~ 36.33%

%25.33
%38.33
%36.33

CMYK RENK MODELİ

#4C736D rengi CMYK tonu (34,0,5,55).

  • camgöbeği tonu 33.91%
  • eflatun tonu 0.00%
  • sarı tonu 5.22%
  • ana renk tonu 54.90%
CMYK:
(34,0,5,55)
C34M0Y5K55 
(34%,0%,5%,55%)
(0.34/0.00/0.05/0.55)	

CMYK yüzdeleri

%33.91
%0
%5.22
%54.9

Codes

Color #4C736D in popluar color models

4C736D
RGB76115109
HSL171°20.42%37.45%
HSB/HSV171°33.91%45.10%
CMYK33.91%0.00%5.22%
54.90%

Color #4C736D in popluar number systems.

HEX4C736D
Decimal76115109
Binary100110011100111101101
Octal114163155

Shades and tints

Shades of #4C736D

#4C736D
(76,115,109)
#466964
(70,105,100)
#405F5B
(64,95,91)
#3A5552
(58,85,82)
#344B49
(52,75,73)
#2E4140
(46,65,64)
#283737
(40,55,55)
#222D2E
(34,45,46)
#1C2325
(28,35,37)
#16191C
(22,25,28)
#100F13
(16,15,19)
#000000
(0,0,0)

Tints of #4C736D

#4C736D
(76,115,109)
#5C7F7A
(92,127,122)
#6C8B87
(108,139,135)
#7C9794
(124,151,148)
#8CA3A1
(140,163,161)
#9CAFAE
(156,175,174)
#ACBBBB
(172,187,187)
#BCC7C8
(188,199,200)
#CCD3D5
(204,211,213)
#DCDFE2
(220,223,226)
#ECEBEF
(236,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C736D color. Also use rgb(76,115,109) instead hex code.

Text Font Color

.myTextColor { color: #4C736D; }

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

This text font color is #4C736D.


Background Color

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

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

This div background color is #4C736D.


Border color

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

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

This div border color is #4C736D.


Opacity

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

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

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

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

This text has shadow with #4C736D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C736D on black background.


Color preview on white background

This text has color #4C736D on white background.



Black color preview on #4C736D background

This text has black color on #4C736D background.


White color preview on #4C736D background

This text has white color on #4C736D background.