COLOR #374D7C

HEX: #374D7C
RGB: (55,77,124)

Renk bilgisi

#374D7C contains mainly green and blue colors. #374D7C ‘ nin web güvenlik rengi #333366 (ya da #336) dir.

RGB renk modeli

#374D7C color RGB value is (55,77,124).

  • kırmız ton 55;
  • yeşil ton 77;
  • mavi ton 124.
RGB:
(55,77,124)
(22%,30%,49%)

RGB bağlantıları ve doygunluk

R 55 of 255 = 22%
G 77 of 255 = 30%
B 124 of 255 = 49%

55
77
124

R + G + B ~ 34%. #374D7C is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 77 + 124 = 256 (100%)
R 55 of 256 ~ 21.48%
G 77 of 256 ~ 30.08%
B 124 of 256 ~ 48.44%

%21.48
%30.08
%48.44

CMYK RENK MODELİ

#374D7C rengi CMYK tonu (56,38,0,51).

  • camgöbeği tonu 55.65%
  • eflatun tonu 37.90%
  • sarı tonu 0.00%
  • ana renk tonu 51.37%
CMYK:
(56,38,0,51)
C56M38Y0K51 
(56%,38%,0%,51%)
(0.56/0.38/0.00/0.51)	

CMYK yüzdeleri

%55.65
%37.9
%0
%51.37

Codes

Color #374D7C in popluar color models

374D7C
RGB5577124
HSL221°38.55%35.10%
HSB/HSV221°55.65%48.63%
CMYK55.65%37.90%0.00%
51.37%

Color #374D7C in popluar number systems.

HEX374D7C
Decimal5577124
Binary11011110011011111100
Octal67115174

Shades and tints

Shades of #374D7C

#374D7C
(55,77,124)
#324671
(50,70,113)
#2D3F66
(45,63,102)
#28385B
(40,56,91)
#233150
(35,49,80)
#1E2A45
(30,42,69)
#19233A
(25,35,58)
#141C2F
(20,28,47)
#0F1524
(15,21,36)
#0A0E19
(10,14,25)
#05070E
(5,7,14)
#000000
(0,0,0)

Tints of #374D7C

#374D7C
(55,77,124)
#495D87
(73,93,135)
#5B6D92
(91,109,146)
#6D7D9D
(109,125,157)
#7F8DA8
(127,141,168)
#919DB3
(145,157,179)
#A3ADBE
(163,173,190)
#B5BDC9
(181,189,201)
#C7CDD4
(199,205,212)
#D9DDDF
(217,221,223)
#EBEDEA
(235,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #374D7C color. Also use rgb(55,77,124) instead hex code.

Text Font Color

.myTextColor { color: #374D7C; }

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

This text font color is #374D7C.


Background Color

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

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

This div background color is #374D7C.


Border color

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

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

This div border color is #374D7C.


Opacity

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

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

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

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

This text has shadow with #374D7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #374D7C on black background.


Color preview on white background

This text has color #374D7C on white background.



Black color preview on #374D7C background

This text has black color on #374D7C background.


White color preview on #374D7C background

This text has white color on #374D7C background.