COLOR #377C50

HEX: #377C50
RGB: (55,124,80)

Renk bilgisi

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

RGB renk modeli

#377C50 color RGB value is (55,124,80).

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

RGB bağlantıları ve doygunluk

R 55 of 255 = 22%
G 124 of 255 = 49%
B 80 of 255 = 31%

55
124
80

R + G + B ~ 34%. #377C50 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 124 + 80 = 259 (100%)
R 55 of 259 ~ 21.24%
G 124 of 259 ~ 47.88%
B 80 of 259 ~ 30.89%

%21.24
%47.88
%30.89

CMYK RENK MODELİ

#377C50 rengi CMYK tonu (56,0,35,51).

  • camgöbeği tonu 55.65%
  • eflatun tonu 0.00%
  • sarı tonu 35.48%
  • ana renk tonu 51.37%
CMYK:
(56,0,35,51)
C56M0Y35K51 
(56%,0%,35%,51%)
(0.56/0.00/0.35/0.51)	

CMYK yüzdeleri

%55.65
%0
%35.48
%51.37

Codes

Color #377C50 in popluar color models

377C50
RGB5512480
HSL142°38.55%35.10%
HSB/HSV142°55.65%48.63%
CMYK55.65%0.00%35.48%
51.37%

Color #377C50 in popluar number systems.

HEX377C50
Decimal5512480
Binary11011111111001010000
Octal67174120

Shades and tints

Shades of #377C50

#377C50
(55,124,80)
#327149
(50,113,73)
#2D6642
(45,102,66)
#285B3B
(40,91,59)
#235034
(35,80,52)
#1E452D
(30,69,45)
#193A26
(25,58,38)
#142F1F
(20,47,31)
#0F2418
(15,36,24)
#0A1911
(10,25,17)
#050E0A
(5,14,10)
#000000
(0,0,0)

Tints of #377C50

#377C50
(55,124,80)
#49875F
(73,135,95)
#5B926E
(91,146,110)
#6D9D7D
(109,157,125)
#7FA88C
(127,168,140)
#91B39B
(145,179,155)
#A3BEAA
(163,190,170)
#B5C9B9
(181,201,185)
#C7D4C8
(199,212,200)
#D9DFD7
(217,223,215)
#EBEAE6
(235,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #377C50; }

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

This text font color is #377C50.


Background Color

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

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

This div background color is #377C50.


Border color

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

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

This div border color is #377C50.


Opacity

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

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

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

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

This text has shadow with #377C50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #377C50 on black background.


Color preview on white background

This text has color #377C50 on white background.



Black color preview on #377C50 background

This text has black color on #377C50 background.


White color preview on #377C50 background

This text has white color on #377C50 background.