COLOR #4C6153

HEX: #4C6153
RGB: (76,97,83)

Renk bilgisi

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

RGB renk modeli

#4C6153 color RGB value is (76,97,83).

  • kırmız ton 76;
  • yeşil ton 97;
  • mavi ton 83.
RGB:
(76,97,83)
(30%,38%,33%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 97 of 255 = 38%
B 83 of 255 = 33%

76
97
83

R + G + B ~ 34%. #4C6153 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 97 + 83 = 256 (100%)
R 76 of 256 ~ 29.69%
G 97 of 256 ~ 37.89%
B 83 of 256 ~ 32.42%

%29.69
%37.89
%32.42

CMYK RENK MODELİ

#4C6153 rengi CMYK tonu (22,0,14,62).

  • camgöbeği tonu 21.65%
  • eflatun tonu 0.00%
  • sarı tonu 14.43%
  • ana renk tonu 61.96%
CMYK:
(22,0,14,62)
C22M0Y14K62 
(22%,0%,14%,62%)
(0.22/0.00/0.14/0.62)	

CMYK yüzdeleri

%21.65
%0
%14.43
%61.96

Codes

Color #4C6153 in popluar color models

4C6153
RGB769783
HSL140°12.14%33.92%
HSB/HSV140°21.65%38.04%
CMYK21.65%0.00%14.43%
61.96%

Color #4C6153 in popluar number systems.

HEX4C6153
Decimal769783
Binary100110011000011010011
Octal114141123

Shades and tints

Shades of #4C6153

#4C6153
(76,97,83)
#46594C
(70,89,76)
#405145
(64,81,69)
#3A493E
(58,73,62)
#344137
(52,65,55)
#2E3930
(46,57,48)
#283129
(40,49,41)
#222922
(34,41,34)
#1C211B
(28,33,27)
#161914
(22,25,20)
#10110D
(16,17,13)
#000000
(0,0,0)

Tints of #4C6153

#4C6153
(76,97,83)
#5C6F62
(92,111,98)
#6C7D71
(108,125,113)
#7C8B80
(124,139,128)
#8C998F
(140,153,143)
#9CA79E
(156,167,158)
#ACB5AD
(172,181,173)
#BCC3BC
(188,195,188)
#CCD1CB
(204,209,203)
#DCDFDA
(220,223,218)
#ECEDE9
(236,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C6153 color. Also use rgb(76,97,83) instead hex code.

Text Font Color

.myTextColor { color: #4C6153; }

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

This text font color is #4C6153.


Background Color

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

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

This div background color is #4C6153.


Border color

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

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

This div border color is #4C6153.


Opacity

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

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

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

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

This text has shadow with #4C6153 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C6153 on black background.


Color preview on white background

This text has color #4C6153 on white background.



Black color preview on #4C6153 background

This text has black color on #4C6153 background.


White color preview on #4C6153 background

This text has white color on #4C6153 background.