COLOR #377C5A

HEX: #377C5A
RGB: (55,124,90)

Renk bilgisi

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

RGB renk modeli

#377C5A color RGB value is (55,124,90).

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

RGB bağlantıları ve doygunluk

R 55 of 255 = 22%
G 124 of 255 = 49%
B 90 of 255 = 35%

55
124
90

R + G + B ~ 35%. #377C5A is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 124 + 90 = 269 (100%)
R 55 of 269 ~ 20.45%
G 124 of 269 ~ 46.1%
B 90 of 269 ~ 33.46%

%20.45
%46.1
%33.46

CMYK RENK MODELİ

#377C5A rengi CMYK tonu (56,0,27,51).

  • camgöbeği tonu 55.65%
  • eflatun tonu 0.00%
  • sarı tonu 27.42%
  • ana renk tonu 51.37%
CMYK:
(56,0,27,51)
C56M0Y27K51 
(56%,0%,27%,51%)
(0.56/0.00/0.27/0.51)	

CMYK yüzdeleri

%55.65
%0
%27.42
%51.37

Codes

Color #377C5A in popluar color models

377C5A
RGB5512490
HSL150°38.55%35.10%
HSB/HSV150°55.65%48.63%
CMYK55.65%0.00%27.42%
51.37%

Color #377C5A in popluar number systems.

HEX377C5A
Decimal5512490
Binary11011111111001011010
Octal67174132

Shades and tints

Shades of #377C5A

#377C5A
(55,124,90)
#327152
(50,113,82)
#2D664A
(45,102,74)
#285B42
(40,91,66)
#23503A
(35,80,58)
#1E4532
(30,69,50)
#193A2A
(25,58,42)
#142F22
(20,47,34)
#0F241A
(15,36,26)
#0A1912
(10,25,18)
#050E0A
(5,14,10)
#000000
(0,0,0)

Tints of #377C5A

#377C5A
(55,124,90)
#498769
(73,135,105)
#5B9278
(91,146,120)
#6D9D87
(109,157,135)
#7FA896
(127,168,150)
#91B3A5
(145,179,165)
#A3BEB4
(163,190,180)
#B5C9C3
(181,201,195)
#C7D4D2
(199,212,210)
#D9DFE1
(217,223,225)
#EBEAF0
(235,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #377C5A; }

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

This text font color is #377C5A.


Background Color

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

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

This div background color is #377C5A.


Border color

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

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

This div border color is #377C5A.


Opacity

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

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

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

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

This text has shadow with #377C5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #377C5A on black background.


Color preview on white background

This text has color #377C5A on white background.



Black color preview on #377C5A background

This text has black color on #377C5A background.


White color preview on #377C5A background

This text has white color on #377C5A background.