COLOR #4C626C

HEX: #4C626C
RGB: (76,98,108)

Renk bilgisi

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

RGB renk modeli

#4C626C color RGB value is (76,98,108).

  • kırmız ton 76;
  • yeşil ton 98;
  • mavi ton 108.
RGB:
(76,98,108)
(30%,38%,42%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 98 of 255 = 38%
B 108 of 255 = 42%

76
98
108

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 98 + 108 = 282 (100%)
R 76 of 282 ~ 26.95%
G 98 of 282 ~ 34.75%
B 108 of 282 ~ 38.3%

%26.95
%34.75
%38.3

CMYK RENK MODELİ

#4C626C rengi CMYK tonu (30,9,0,58).

  • camgöbeği tonu 29.63%
  • eflatun tonu 9.26%
  • sarı tonu 0.00%
  • ana renk tonu 57.65%
CMYK:
(30,9,0,58)
C30M9Y0K58 
(30%,9%,0%,58%)
(0.30/0.09/0.00/0.58)	

CMYK yüzdeleri

%29.63
%9.26
%0
%57.65

Codes

Color #4C626C in popluar color models

4C626C
RGB7698108
HSL199°17.39%36.08%
HSB/HSV199°29.63%42.35%
CMYK29.63%9.26%0.00%
57.65%

Color #4C626C in popluar number systems.

HEX4C626C
Decimal7698108
Binary100110011000101101100
Octal114142154

Shades and tints

Shades of #4C626C

#4C626C
(76,98,108)
#465A63
(70,90,99)
#40525A
(64,82,90)
#3A4A51
(58,74,81)
#344248
(52,66,72)
#2E3A3F
(46,58,63)
#283236
(40,50,54)
#222A2D
(34,42,45)
#1C2224
(28,34,36)
#161A1B
(22,26,27)
#101212
(16,18,18)
#000000
(0,0,0)

Tints of #4C626C

#4C626C
(76,98,108)
#5C7079
(92,112,121)
#6C7E86
(108,126,134)
#7C8C93
(124,140,147)
#8C9AA0
(140,154,160)
#9CA8AD
(156,168,173)
#ACB6BA
(172,182,186)
#BCC4C7
(188,196,199)
#CCD2D4
(204,210,212)
#DCE0E1
(220,224,225)
#ECEEEE
(236,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C626C color. Also use rgb(76,98,108) instead hex code.

Text Font Color

.myTextColor { color: #4C626C; }

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

This text font color is #4C626C.


Background Color

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

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

This div background color is #4C626C.


Border color

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

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

This div border color is #4C626C.


Opacity

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

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

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

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

This text has shadow with #4C626C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C626C on black background.


Color preview on white background

This text has color #4C626C on white background.



Black color preview on #4C626C background

This text has black color on #4C626C background.


White color preview on #4C626C background

This text has white color on #4C626C background.