COLOR #377E76

HEX: #377E76
RGB: (55,126,118)

Renk bilgisi

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

RGB renk modeli

#377E76 color RGB value is (55,126,118).

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

RGB bağlantıları ve doygunluk

R 55 of 255 = 22%
G 126 of 255 = 49%
B 118 of 255 = 46%

55
126
118

R + G + B ~ 39%. #377E76 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 126 + 118 = 299 (100%)
R 55 of 299 ~ 18.39%
G 126 of 299 ~ 42.14%
B 118 of 299 ~ 39.46%

%18.39
%42.14
%39.46

CMYK RENK MODELİ

#377E76 rengi CMYK tonu (56,0,6,51).

  • camgöbeği tonu 56.35%
  • eflatun tonu 0.00%
  • sarı tonu 6.35%
  • ana renk tonu 50.59%
CMYK:
(56,0,6,51)
C56M0Y6K51 
(56%,0%,6%,51%)
(0.56/0.00/0.06/0.51)	

CMYK yüzdeleri

%56.35
%0
%6.35
%50.59

Codes

Color #377E76 in popluar color models

377E76
RGB55126118
HSL173°39.23%35.49%
HSB/HSV173°56.35%49.41%
CMYK56.35%0.00%6.35%
50.59%

Color #377E76 in popluar number systems.

HEX377E76
Decimal55126118
Binary11011111111101110110
Octal67176166

Shades and tints

Shades of #377E76

#377E76
(55,126,118)
#32736C
(50,115,108)
#2D6862
(45,104,98)
#285D58
(40,93,88)
#23524E
(35,82,78)
#1E4744
(30,71,68)
#193C3A
(25,60,58)
#143130
(20,49,48)
#0F2626
(15,38,38)
#0A1B1C
(10,27,28)
#051012
(5,16,18)
#000000
(0,0,0)

Tints of #377E76

#377E76
(55,126,118)
#498982
(73,137,130)
#5B948E
(91,148,142)
#6D9F9A
(109,159,154)
#7FAAA6
(127,170,166)
#91B5B2
(145,181,178)
#A3C0BE
(163,192,190)
#B5CBCA
(181,203,202)
#C7D6D6
(199,214,214)
#D9E1E2
(217,225,226)
#EBECEE
(235,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #377E76; }

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

This text font color is #377E76.


Background Color

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

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

This div background color is #377E76.


Border color

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

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

This div border color is #377E76.


Opacity

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

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

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

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

This text has shadow with #377E76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #377E76 on black background.


Color preview on white background

This text has color #377E76 on white background.



Black color preview on #377E76 background

This text has black color on #377E76 background.


White color preview on #377E76 background

This text has white color on #377E76 background.