COLOR #377A7D

HEX: #377A7D
RGB: (55,122,125)

Renk bilgisi

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

RGB renk modeli

#377A7D color RGB value is (55,122,125).

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

RGB bağlantıları ve doygunluk

R 55 of 255 = 22%
G 122 of 255 = 48%
B 125 of 255 = 49%

55
122
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 122 + 125 = 302 (100%)
R 55 of 302 ~ 18.21%
G 122 of 302 ~ 40.4%
B 125 of 302 ~ 41.39%

%18.21
%40.4
%41.39

CMYK RENK MODELİ

#377A7D rengi CMYK tonu (56,2,0,51).

  • camgöbeği tonu 56.00%
  • eflatun tonu 2.40%
  • sarı tonu 0.00%
  • ana renk tonu 50.98%
CMYK:
(56,2,0,51)
C56M2Y0K51 
(56%,2%,0%,51%)
(0.56/0.02/0.00/0.51)	

CMYK yüzdeleri

%56
%2.4
%0
%50.98

Codes

Color #377A7D in popluar color models

377A7D
RGB55122125
HSL183°38.89%35.29%
HSB/HSV183°56.00%49.02%
CMYK56.00%2.40%0.00%
50.98%

Color #377A7D in popluar number systems.

HEX377A7D
Decimal55122125
Binary11011111110101111101
Octal67172175

Shades and tints

Shades of #377A7D

#377A7D
(55,122,125)
#326F72
(50,111,114)
#2D6467
(45,100,103)
#28595C
(40,89,92)
#234E51
(35,78,81)
#1E4346
(30,67,70)
#19383B
(25,56,59)
#142D30
(20,45,48)
#0F2225
(15,34,37)
#0A171A
(10,23,26)
#050C0F
(5,12,15)
#000000
(0,0,0)

Tints of #377A7D

#377A7D
(55,122,125)
#498688
(73,134,136)
#5B9293
(91,146,147)
#6D9E9E
(109,158,158)
#7FAAA9
(127,170,169)
#91B6B4
(145,182,180)
#A3C2BF
(163,194,191)
#B5CECA
(181,206,202)
#C7DAD5
(199,218,213)
#D9E6E0
(217,230,224)
#EBF2EB
(235,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #377A7D; }

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

This text font color is #377A7D.


Background Color

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

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

This div background color is #377A7D.


Border color

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

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

This div border color is #377A7D.


Opacity

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

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

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

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

This text has shadow with #377A7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #377A7D on black background.


Color preview on white background

This text has color #377A7D on white background.



Black color preview on #377A7D background

This text has black color on #377A7D background.


White color preview on #377A7D background

This text has white color on #377A7D background.