COLOR #377D7A

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

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

55
125
122

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

Yüzdelerle RGB renk parçaları

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

%18.21
%41.39
%40.4

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%56
%0
%2.4
%50.98

Codes

Color #377D7A in popluar color models

377D7A
RGB55125122
HSL177°38.89%35.29%
HSB/HSV177°56.00%49.02%
CMYK56.00%0.00%2.40%
50.98%

Color #377D7A in popluar number systems.

HEX377D7A
Decimal55125122
Binary11011111111011111010
Octal67175172

Shades and tints

Shades of #377D7A

#377D7A
(55,125,122)
#32726F
(50,114,111)
#2D6764
(45,103,100)
#285C59
(40,92,89)
#23514E
(35,81,78)
#1E4643
(30,70,67)
#193B38
(25,59,56)
#14302D
(20,48,45)
#0F2522
(15,37,34)
#0A1A17
(10,26,23)
#050F0C
(5,15,12)
#000000
(0,0,0)

Tints of #377D7A

#377D7A
(55,125,122)
#498886
(73,136,134)
#5B9392
(91,147,146)
#6D9E9E
(109,158,158)
#7FA9AA
(127,169,170)
#91B4B6
(145,180,182)
#A3BFC2
(163,191,194)
#B5CACE
(181,202,206)
#C7D5DA
(199,213,218)
#D9E0E6
(217,224,230)
#EBEBF2
(235,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #377D7A; }

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

This text font color is #377D7A.


Background Color

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

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

This div background color is #377D7A.


Border color

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

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

This div border color is #377D7A.


Opacity

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

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

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

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

This text has shadow with #377D7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #377D7A on black background.


Color preview on white background

This text has color #377D7A on white background.



Black color preview on #377D7A background

This text has black color on #377D7A background.


White color preview on #377D7A background

This text has white color on #377D7A background.