COLOR #377F4D

HEX: #377F4D
RGB: (55,127,77)

Renk bilgisi

#377F4D contains mainly green and blue colors. #377F4D ‘ nin web güvenlik rengi #336633 (ya da #363) dir.

RGB renk modeli

#377F4D color RGB value is (55,127,77).

  • kırmız ton 55;
  • yeşil ton 127;
  • mavi ton 77.
RGB:
(55,127,77)
(22%,50%,30%)

RGB bağlantıları ve doygunluk

R 55 of 255 = 22%
G 127 of 255 = 50%
B 77 of 255 = 30%

55
127
77

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

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 127 + 77 = 259 (100%)
R 55 of 259 ~ 21.24%
G 127 of 259 ~ 49.03%
B 77 of 259 ~ 29.73%

%21.24
%49.03
%29.73

CMYK RENK MODELİ

#377F4D rengi CMYK tonu (57,0,39,50).

  • camgöbeği tonu 56.69%
  • eflatun tonu 0.00%
  • sarı tonu 39.37%
  • ana renk tonu 50.20%
CMYK:
(57,0,39,50)
C57M0Y39K50 
(57%,0%,39%,50%)
(0.57/0.00/0.39/0.50)	

CMYK yüzdeleri

%56.69
%0
%39.37
%50.2

Codes

Color #377F4D in popluar color models

377F4D
RGB5512777
HSL138°39.56%35.69%
HSB/HSV138°56.69%49.80%
CMYK56.69%0.00%39.37%
50.20%

Color #377F4D in popluar number systems.

HEX377F4D
Decimal5512777
Binary11011111111111001101
Octal67177115

Shades and tints

Shades of #377F4D

#377F4D
(55,127,77)
#327446
(50,116,70)
#2D693F
(45,105,63)
#285E38
(40,94,56)
#235331
(35,83,49)
#1E482A
(30,72,42)
#193D23
(25,61,35)
#14321C
(20,50,28)
#0F2715
(15,39,21)
#0A1C0E
(10,28,14)
#051107
(5,17,7)
#000000
(0,0,0)

Tints of #377F4D

#377F4D
(55,127,77)
#498A5D
(73,138,93)
#5B956D
(91,149,109)
#6DA07D
(109,160,125)
#7FAB8D
(127,171,141)
#91B69D
(145,182,157)
#A3C1AD
(163,193,173)
#B5CCBD
(181,204,189)
#C7D7CD
(199,215,205)
#D9E2DD
(217,226,221)
#EBEDED
(235,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #377F4D color. Also use rgb(55,127,77) instead hex code.

Text Font Color

.myTextColor { color: #377F4D; }

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

This text font color is #377F4D.


Background Color

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

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

This div background color is #377F4D.


Border color

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

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

This div border color is #377F4D.


Opacity

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

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

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

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

This text has shadow with #377F4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #377F4D on black background.


Color preview on white background

This text has color #377F4D on white background.



Black color preview on #377F4D background

This text has black color on #377F4D background.


White color preview on #377F4D background

This text has white color on #377F4D background.