COLOR #4C6970

HEX: #4C6970
RGB: (76,105,112)

Renk bilgisi

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

RGB renk modeli

#4C6970 color RGB value is (76,105,112).

  • kırmız ton 76;
  • yeşil ton 105;
  • mavi ton 112.
RGB:
(76,105,112)
(30%,41%,44%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 105 of 255 = 41%
B 112 of 255 = 44%

76
105
112

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 105 + 112 = 293 (100%)
R 76 of 293 ~ 25.94%
G 105 of 293 ~ 35.84%
B 112 of 293 ~ 38.23%

%25.94
%35.84
%38.23

CMYK RENK MODELİ

#4C6970 rengi CMYK tonu (32,6,0,56).

  • camgöbeği tonu 32.14%
  • eflatun tonu 6.25%
  • sarı tonu 0.00%
  • ana renk tonu 56.08%
CMYK:
(32,6,0,56)
C32M6Y0K56 
(32%,6%,0%,56%)
(0.32/0.06/0.00/0.56)	

CMYK yüzdeleri

%32.14
%6.25
%0
%56.08

Codes

Color #4C6970 in popluar color models

4C6970
RGB76105112
HSL192°19.15%36.86%
HSB/HSV192°32.14%43.92%
CMYK32.14%6.25%0.00%
56.08%

Color #4C6970 in popluar number systems.

HEX4C6970
Decimal76105112
Binary100110011010011110000
Octal114151160

Shades and tints

Shades of #4C6970

#4C6970
(76,105,112)
#466066
(70,96,102)
#40575C
(64,87,92)
#3A4E52
(58,78,82)
#344548
(52,69,72)
#2E3C3E
(46,60,62)
#283334
(40,51,52)
#222A2A
(34,42,42)
#1C2120
(28,33,32)
#161816
(22,24,22)
#100F0C
(16,15,12)
#000000
(0,0,0)

Tints of #4C6970

#4C6970
(76,105,112)
#5C767D
(92,118,125)
#6C838A
(108,131,138)
#7C9097
(124,144,151)
#8C9DA4
(140,157,164)
#9CAAB1
(156,170,177)
#ACB7BE
(172,183,190)
#BCC4CB
(188,196,203)
#CCD1D8
(204,209,216)
#DCDEE5
(220,222,229)
#ECEBF2
(236,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C6970 color. Also use rgb(76,105,112) instead hex code.

Text Font Color

.myTextColor { color: #4C6970; }

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

This text font color is #4C6970.


Background Color

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

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

This div background color is #4C6970.


Border color

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

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

This div border color is #4C6970.


Opacity

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

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

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

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

This text has shadow with #4C6970 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C6970 on black background.


Color preview on white background

This text has color #4C6970 on white background.



Black color preview on #4C6970 background

This text has black color on #4C6970 background.


White color preview on #4C6970 background

This text has white color on #4C6970 background.