COLOR #377E8C

HEX: #377E8C
RGB: (55,126,140)

Renk bilgisi

#377E8C contains mainly green and blue colors. #377E8C ‘ nin web güvenlik rengi #336699 (ya da #369) dir.

RGB renk modeli

#377E8C color RGB value is (55,126,140).

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

RGB bağlantıları ve doygunluk

R 55 of 255 = 22%
G 126 of 255 = 49%
B 140 of 255 = 55%

55
126
140

R + G + B ~ 42%. #377E8C is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 126 + 140 = 321 (100%)
R 55 of 321 ~ 17.13%
G 126 of 321 ~ 39.25%
B 140 of 321 ~ 43.61%

%17.13
%39.25
%43.61

CMYK RENK MODELİ

#377E8C rengi CMYK tonu (61,10,0,45).

  • camgöbeği tonu 60.71%
  • eflatun tonu 10.00%
  • sarı tonu 0.00%
  • ana renk tonu 45.10%
CMYK:
(61,10,0,45)
C61M10Y0K45 
(61%,10%,0%,45%)
(0.61/0.10/0.00/0.45)	

CMYK yüzdeleri

%60.71
%10
%0
%45.1

Codes

Color #377E8C in popluar color models

377E8C
RGB55126140
HSL190°43.59%38.24%
HSB/HSV190°60.71%54.90%
CMYK60.71%10.00%0.00%
45.10%

Color #377E8C in popluar number systems.

HEX377E8C
Decimal55126140
Binary110111111111010001100
Octal67176214

Shades and tints

Shades of #377E8C

#377E8C
(55,126,140)
#327380
(50,115,128)
#2D6874
(45,104,116)
#285D68
(40,93,104)
#23525C
(35,82,92)
#1E4750
(30,71,80)
#193C44
(25,60,68)
#143138
(20,49,56)
#0F262C
(15,38,44)
#0A1B20
(10,27,32)
#051014
(5,16,20)
#000000
(0,0,0)

Tints of #377E8C

#377E8C
(55,126,140)
#498996
(73,137,150)
#5B94A0
(91,148,160)
#6D9FAA
(109,159,170)
#7FAAB4
(127,170,180)
#91B5BE
(145,181,190)
#A3C0C8
(163,192,200)
#B5CBD2
(181,203,210)
#C7D6DC
(199,214,220)
#D9E1E6
(217,225,230)
#EBECF0
(235,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #377E8C color. Also use rgb(55,126,140) instead hex code.

Text Font Color

.myTextColor { color: #377E8C; }

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

This text font color is #377E8C.


Background Color

.myBgColor { background-color: #377E8C; }

<div style="background-color:#377E8C">Inner text</div>

This div background color is #377E8C.


Border color

.myBorderColor { border: 1px solid #377E8C; }

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

This div border color is #377E8C.


Opacity

.myOpacity80 { color: #377E8C; opacity: 0.8; }

<p style="color:#377E8C;opacity:0.8;">80%</p>

Text with #377E8C 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 #377E8C;}

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

This text has shadow with #377E8C color.

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

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

This text has shadow with #377E8C primary color and red secondary color.


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

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

This text has shadow with #377E8C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #377E8C on black background.


Color preview on white background

This text has color #377E8C on white background.



Black color preview on #377E8C background

This text has black color on #377E8C background.


White color preview on #377E8C background

This text has white color on #377E8C background.