COLOR #4C5D4B

HEX: #4C5D4B
RGB: (76,93,75)

Renk bilgisi

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

RGB renk modeli

#4C5D4B color RGB value is (76,93,75).

  • kırmız ton 76;
  • yeşil ton 93;
  • mavi ton 75.
RGB:
(76,93,75)
(30%,36%,29%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 93 of 255 = 36%
B 75 of 255 = 29%

76
93
75

R + G + B ~ 32%. #4C5D4B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 93 + 75 = 244 (100%)
R 76 of 244 ~ 31.15%
G 93 of 244 ~ 38.11%
B 75 of 244 ~ 30.74%

%31.15
%38.11
%30.74

CMYK RENK MODELİ

#4C5D4B rengi CMYK tonu (18,0,19,64).

  • camgöbeği tonu 18.28%
  • eflatun tonu 0.00%
  • sarı tonu 19.35%
  • ana renk tonu 63.53%
CMYK:
(18,0,19,64)
C18M0Y19K64 
(18%,0%,19%,64%)
(0.18/0.00/0.19/0.64)	

CMYK yüzdeleri

%18.28
%0
%19.35
%63.53

Codes

Color #4C5D4B in popluar color models

4C5D4B
RGB769375
HSL117°10.71%32.94%
HSB/HSV117°19.35%36.47%
CMYK18.28%0.00%19.35%
63.53%

Color #4C5D4B in popluar number systems.

HEX4C5D4B
Decimal769375
Binary100110010111011001011
Octal114135113

Shades and tints

Shades of #4C5D4B

#4C5D4B
(76,93,75)
#465545
(70,85,69)
#404D3F
(64,77,63)
#3A4539
(58,69,57)
#343D33
(52,61,51)
#2E352D
(46,53,45)
#282D27
(40,45,39)
#222521
(34,37,33)
#1C1D1B
(28,29,27)
#161515
(22,21,21)
#100D0F
(16,13,15)
#000000
(0,0,0)

Tints of #4C5D4B

#4C5D4B
(76,93,75)
#5C6B5B
(92,107,91)
#6C796B
(108,121,107)
#7C877B
(124,135,123)
#8C958B
(140,149,139)
#9CA39B
(156,163,155)
#ACB1AB
(172,177,171)
#BCBFBB
(188,191,187)
#CCCDCB
(204,205,203)
#DCDBDB
(220,219,219)
#ECE9EB
(236,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C5D4B color. Also use rgb(76,93,75) instead hex code.

Text Font Color

.myTextColor { color: #4C5D4B; }

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

This text font color is #4C5D4B.


Background Color

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

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

This div background color is #4C5D4B.


Border color

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

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

This div border color is #4C5D4B.


Opacity

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

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

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

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

This text has shadow with #4C5D4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C5D4B on black background.


Color preview on white background

This text has color #4C5D4B on white background.



Black color preview on #4C5D4B background

This text has black color on #4C5D4B background.


White color preview on #4C5D4B background

This text has white color on #4C5D4B background.