COLOR #3C4976

HEX: #3C4976
RGB: (60,73,118)

Renk bilgisi

#3C4976 contains red, green and blue colors in about the same proportion. #3C4976 ‘ nin web güvenlik rengi #333366 (ya da #336) dir.

RGB renk modeli

#3C4976 color RGB value is (60,73,118).

  • kırmız ton 60;
  • yeşil ton 73;
  • mavi ton 118.
RGB:
(60,73,118)
(24%,29%,46%)

RGB bağlantıları ve doygunluk

R 60 of 255 = 24%
G 73 of 255 = 29%
B 118 of 255 = 46%

60
73
118

R + G + B ~ 33%. #3C4976 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
60 + 73 + 118 = 251 (100%)
R 60 of 251 ~ 23.9%
G 73 of 251 ~ 29.08%
B 118 of 251 ~ 47.01%

%23.9
%29.08
%47.01

CMYK RENK MODELİ

#3C4976 rengi CMYK tonu (49,38,0,54).

  • camgöbeği tonu 49.15%
  • eflatun tonu 38.14%
  • sarı tonu 0.00%
  • ana renk tonu 53.73%
CMYK:
(49,38,0,54)
C49M38Y0K54 
(49%,38%,0%,54%)
(0.49/0.38/0.00/0.54)	

CMYK yüzdeleri

%49.15
%38.14
%0
%53.73

Codes

Color #3C4976 in popluar color models

3C4976
RGB6073118
HSL227°32.58%34.90%
HSB/HSV227°49.15%46.27%
CMYK49.15%38.14%0.00%
53.73%

Color #3C4976 in popluar number systems.

HEX3C4976
Decimal6073118
Binary11110010010011110110
Octal74111166

Shades and tints

Shades of #3C4976

#3C4976
(60,73,118)
#37436C
(55,67,108)
#323D62
(50,61,98)
#2D3758
(45,55,88)
#28314E
(40,49,78)
#232B44
(35,43,68)
#1E253A
(30,37,58)
#191F30
(25,31,48)
#141926
(20,25,38)
#0F131C
(15,19,28)
#0A0D12
(10,13,18)
#000000
(0,0,0)

Tints of #3C4976

#3C4976
(60,73,118)
#4D5982
(77,89,130)
#5E698E
(94,105,142)
#6F799A
(111,121,154)
#8089A6
(128,137,166)
#9199B2
(145,153,178)
#A2A9BE
(162,169,190)
#B3B9CA
(179,185,202)
#C4C9D6
(196,201,214)
#D5D9E2
(213,217,226)
#E6E9EE
(230,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C4976 color. Also use rgb(60,73,118) instead hex code.

Text Font Color

.myTextColor { color: #3C4976; }

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

This text font color is #3C4976.


Background Color

.myBgColor { background-color: #3C4976; }

<div style="background-color:#3C4976">Inner text</div>

This div background color is #3C4976.


Border color

.myBorderColor { border: 1px solid #3C4976; }

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

This div border color is #3C4976.


Opacity

.myOpacity80 { color: #3C4976; opacity: 0.8; }

<p style="color:#3C4976;opacity:0.8;">80%</p>

Text with #3C4976 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 #3C4976;}

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

This text has shadow with #3C4976 color.

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

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

This text has shadow with #3C4976 primary color and red secondary color.


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

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

This text has shadow with #3C4976 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C4976 on black background.


Color preview on white background

This text has color #3C4976 on white background.



Black color preview on #3C4976 background

This text has black color on #3C4976 background.


White color preview on #3C4976 background

This text has white color on #3C4976 background.