COLOR #4C6372

HEX: #4C6372
RGB: (76,99,114)

Renk bilgisi

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

RGB renk modeli

#4C6372 color RGB value is (76,99,114).

  • kırmız ton 76;
  • yeşil ton 99;
  • mavi ton 114.
RGB:
(76,99,114)
(30%,39%,45%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 99 of 255 = 39%
B 114 of 255 = 45%

76
99
114

R + G + B ~ 38%. #4C6372 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 99 + 114 = 289 (100%)
R 76 of 289 ~ 26.3%
G 99 of 289 ~ 34.26%
B 114 of 289 ~ 39.45%

%26.3
%34.26
%39.45

CMYK RENK MODELİ

#4C6372 rengi CMYK tonu (33,13,0,55).

  • camgöbeği tonu 33.33%
  • eflatun tonu 13.16%
  • sarı tonu 0.00%
  • ana renk tonu 55.29%
CMYK:
(33,13,0,55)
C33M13Y0K55 
(33%,13%,0%,55%)
(0.33/0.13/0.00/0.55)	

CMYK yüzdeleri

%33.33
%13.16
%0
%55.29

Codes

Color #4C6372 in popluar color models

4C6372
RGB7699114
HSL204°20.00%37.25%
HSB/HSV204°33.33%44.71%
CMYK33.33%13.16%0.00%
55.29%

Color #4C6372 in popluar number systems.

HEX4C6372
Decimal7699114
Binary100110011000111110010
Octal114143162

Shades and tints

Shades of #4C6372

#4C6372
(76,99,114)
#465A68
(70,90,104)
#40515E
(64,81,94)
#3A4854
(58,72,84)
#343F4A
(52,63,74)
#2E3640
(46,54,64)
#282D36
(40,45,54)
#22242C
(34,36,44)
#1C1B22
(28,27,34)
#161218
(22,18,24)
#10090E
(16,9,14)
#000000
(0,0,0)

Tints of #4C6372

#4C6372
(76,99,114)
#5C717E
(92,113,126)
#6C7F8A
(108,127,138)
#7C8D96
(124,141,150)
#8C9BA2
(140,155,162)
#9CA9AE
(156,169,174)
#ACB7BA
(172,183,186)
#BCC5C6
(188,197,198)
#CCD3D2
(204,211,210)
#DCE1DE
(220,225,222)
#ECEFEA
(236,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C6372 color. Also use rgb(76,99,114) instead hex code.

Text Font Color

.myTextColor { color: #4C6372; }

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

This text font color is #4C6372.


Background Color

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

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

This div background color is #4C6372.


Border color

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

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

This div border color is #4C6372.


Opacity

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

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

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

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

This text has shadow with #4C6372 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C6372 on black background.


Color preview on white background

This text has color #4C6372 on white background.



Black color preview on #4C6372 background

This text has black color on #4C6372 background.


White color preview on #4C6372 background

This text has white color on #4C6372 background.