COLOR #4C687B

HEX: #4C687B
RGB: (76,104,123)

Renk bilgisi

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

RGB renk modeli

#4C687B color RGB value is (76,104,123).

  • kırmız ton 76;
  • yeşil ton 104;
  • mavi ton 123.
RGB:
(76,104,123)
(30%,41%,48%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 104 of 255 = 41%
B 123 of 255 = 48%

76
104
123

R + G + B ~ 40%. #4C687B is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 104 + 123 = 303 (100%)
R 76 of 303 ~ 25.08%
G 104 of 303 ~ 34.32%
B 123 of 303 ~ 40.59%

%25.08
%34.32
%40.59

CMYK RENK MODELİ

#4C687B rengi CMYK tonu (38,15,0,52).

  • camgöbeği tonu 38.21%
  • eflatun tonu 15.45%
  • sarı tonu 0.00%
  • ana renk tonu 51.76%
CMYK:
(38,15,0,52)
C38M15Y0K52 
(38%,15%,0%,52%)
(0.38/0.15/0.00/0.52)	

CMYK yüzdeleri

%38.21
%15.45
%0
%51.76

Codes

Color #4C687B in popluar color models

4C687B
RGB76104123
HSL204°23.62%39.02%
HSB/HSV204°38.21%48.24%
CMYK38.21%15.45%0.00%
51.76%

Color #4C687B in popluar number systems.

HEX4C687B
Decimal76104123
Binary100110011010001111011
Octal114150173

Shades and tints

Shades of #4C687B

#4C687B
(76,104,123)
#465F70
(70,95,112)
#405665
(64,86,101)
#3A4D5A
(58,77,90)
#34444F
(52,68,79)
#2E3B44
(46,59,68)
#283239
(40,50,57)
#22292E
(34,41,46)
#1C2023
(28,32,35)
#161718
(22,23,24)
#100E0D
(16,14,13)
#000000
(0,0,0)

Tints of #4C687B

#4C687B
(76,104,123)
#5C7587
(92,117,135)
#6C8293
(108,130,147)
#7C8F9F
(124,143,159)
#8C9CAB
(140,156,171)
#9CA9B7
(156,169,183)
#ACB6C3
(172,182,195)
#BCC3CF
(188,195,207)
#CCD0DB
(204,208,219)
#DCDDE7
(220,221,231)
#ECEAF3
(236,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C687B color. Also use rgb(76,104,123) instead hex code.

Text Font Color

.myTextColor { color: #4C687B; }

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

This text font color is #4C687B.


Background Color

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

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

This div background color is #4C687B.


Border color

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

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

This div border color is #4C687B.


Opacity

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

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

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

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

This text has shadow with #4C687B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C687B on black background.


Color preview on white background

This text has color #4C687B on white background.



Black color preview on #4C687B background

This text has black color on #4C687B background.


White color preview on #4C687B background

This text has white color on #4C687B background.