COLOR #374C68

HEX: #374C68
RGB: (55,76,104)

Renk bilgisi

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

RGB renk modeli

#374C68 color RGB value is (55,76,104).

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

RGB bağlantıları ve doygunluk

R 55 of 255 = 22%
G 76 of 255 = 30%
B 104 of 255 = 41%

55
76
104

R + G + B ~ 31%. #374C68 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 76 + 104 = 235 (100%)
R 55 of 235 ~ 23.4%
G 76 of 235 ~ 32.34%
B 104 of 235 ~ 44.26%

%23.4
%32.34
%44.26

CMYK RENK MODELİ

#374C68 rengi CMYK tonu (47,27,0,59).

  • camgöbeği tonu 47.12%
  • eflatun tonu 26.92%
  • sarı tonu 0.00%
  • ana renk tonu 59.22%
CMYK:
(47,27,0,59)
C47M27Y0K59 
(47%,27%,0%,59%)
(0.47/0.27/0.00/0.59)	

CMYK yüzdeleri

%47.12
%26.92
%0
%59.22

Codes

Color #374C68 in popluar color models

374C68
RGB5576104
HSL214°30.82%31.18%
HSB/HSV214°47.12%40.78%
CMYK47.12%26.92%0.00%
59.22%

Color #374C68 in popluar number systems.

HEX374C68
Decimal5576104
Binary11011110011001101000
Octal67114150

Shades and tints

Shades of #374C68

#374C68
(55,76,104)
#32465F
(50,70,95)
#2D4056
(45,64,86)
#283A4D
(40,58,77)
#233444
(35,52,68)
#1E2E3B
(30,46,59)
#192832
(25,40,50)
#142229
(20,34,41)
#0F1C20
(15,28,32)
#0A1617
(10,22,23)
#05100E
(5,16,14)
#000000
(0,0,0)

Tints of #374C68

#374C68
(55,76,104)
#495C75
(73,92,117)
#5B6C82
(91,108,130)
#6D7C8F
(109,124,143)
#7F8C9C
(127,140,156)
#919CA9
(145,156,169)
#A3ACB6
(163,172,182)
#B5BCC3
(181,188,195)
#C7CCD0
(199,204,208)
#D9DCDD
(217,220,221)
#EBECEA
(235,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #374C68 color. Also use rgb(55,76,104) instead hex code.

Text Font Color

.myTextColor { color: #374C68; }

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

This text font color is #374C68.


Background Color

.myBgColor { background-color: #374C68; }

<div style="background-color:#374C68">Inner text</div>

This div background color is #374C68.


Border color

.myBorderColor { border: 1px solid #374C68; }

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

This div border color is #374C68.


Opacity

.myOpacity80 { color: #374C68; opacity: 0.8; }

<p style="color:#374C68;opacity:0.8;">80%</p>

Text with #374C68 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 #374C68;}

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

This text has shadow with #374C68 color.

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

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

This text has shadow with #374C68 primary color and red secondary color.


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

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

This text has shadow with #374C68 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #374C68 on black background.


Color preview on white background

This text has color #374C68 on white background.



Black color preview on #374C68 background

This text has black color on #374C68 background.


White color preview on #374C68 background

This text has white color on #374C68 background.