COLOR #377C7D

HEX: #377C7D
RGB: (55,124,125)

Renk bilgisi

#377C7D contains mainly green and blue colors. #377C7D ‘ nin web güvenlik rengi #336666 (ya da #366) dir.

RGB renk modeli

#377C7D color RGB value is (55,124,125).

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

RGB bağlantıları ve doygunluk

R 55 of 255 = 22%
G 124 of 255 = 49%
B 125 of 255 = 49%

55
124
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 124 + 125 = 304 (100%)
R 55 of 304 ~ 18.09%
G 124 of 304 ~ 40.79%
B 125 of 304 ~ 41.12%

%18.09
%40.79
%41.12

CMYK RENK MODELİ

#377C7D rengi CMYK tonu (56,1,0,51).

  • camgöbeği tonu 56.00%
  • eflatun tonu 0.80%
  • sarı tonu 0.00%
  • ana renk tonu 50.98%
CMYK:
(56,1,0,51)
C56M1Y0K51 
(56%,1%,0%,51%)
(0.56/0.01/0.00/0.51)	

CMYK yüzdeleri

%56
%0.8
%0
%50.98

Codes

Color #377C7D in popluar color models

377C7D
RGB55124125
HSL181°38.89%35.29%
HSB/HSV181°56.00%49.02%
CMYK56.00%0.80%0.00%
50.98%

Color #377C7D in popluar number systems.

HEX377C7D
Decimal55124125
Binary11011111111001111101
Octal67174175

Shades and tints

Shades of #377C7D

#377C7D
(55,124,125)
#327172
(50,113,114)
#2D6667
(45,102,103)
#285B5C
(40,91,92)
#235051
(35,80,81)
#1E4546
(30,69,70)
#193A3B
(25,58,59)
#142F30
(20,47,48)
#0F2425
(15,36,37)
#0A191A
(10,25,26)
#050E0F
(5,14,15)
#000000
(0,0,0)

Tints of #377C7D

#377C7D
(55,124,125)
#498788
(73,135,136)
#5B9293
(91,146,147)
#6D9D9E
(109,157,158)
#7FA8A9
(127,168,169)
#91B3B4
(145,179,180)
#A3BEBF
(163,190,191)
#B5C9CA
(181,201,202)
#C7D4D5
(199,212,213)
#D9DFE0
(217,223,224)
#EBEAEB
(235,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #377C7D color. Also use rgb(55,124,125) instead hex code.

Text Font Color

.myTextColor { color: #377C7D; }

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

This text font color is #377C7D.


Background Color

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

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

This div background color is #377C7D.


Border color

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

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

This div border color is #377C7D.


Opacity

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

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

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

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

This text has shadow with #377C7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #377C7D on black background.


Color preview on white background

This text has color #377C7D on white background.



Black color preview on #377C7D background

This text has black color on #377C7D background.


White color preview on #377C7D background

This text has white color on #377C7D background.