COLOR #377F58

HEX: #377F58
RGB: (55,127,88)

Renk bilgisi

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

RGB renk modeli

#377F58 color RGB value is (55,127,88).

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

RGB bağlantıları ve doygunluk

R 55 of 255 = 22%
G 127 of 255 = 50%
B 88 of 255 = 35%

55
127
88

R + G + B ~ 36%. #377F58 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 127 + 88 = 270 (100%)
R 55 of 270 ~ 20.37%
G 127 of 270 ~ 47.04%
B 88 of 270 ~ 32.59%

%20.37
%47.04
%32.59

CMYK RENK MODELİ

#377F58 rengi CMYK tonu (57,0,31,50).

  • camgöbeği tonu 56.69%
  • eflatun tonu 0.00%
  • sarı tonu 30.71%
  • ana renk tonu 50.20%
CMYK:
(57,0,31,50)
C57M0Y31K50 
(57%,0%,31%,50%)
(0.57/0.00/0.31/0.50)	

CMYK yüzdeleri

%56.69
%0
%30.71
%50.2

Codes

Color #377F58 in popluar color models

377F58
RGB5512788
HSL148°39.56%35.69%
HSB/HSV148°56.69%49.80%
CMYK56.69%0.00%30.71%
50.20%

Color #377F58 in popluar number systems.

HEX377F58
Decimal5512788
Binary11011111111111011000
Octal67177130

Shades and tints

Shades of #377F58

#377F58
(55,127,88)
#327450
(50,116,80)
#2D6948
(45,105,72)
#285E40
(40,94,64)
#235338
(35,83,56)
#1E4830
(30,72,48)
#193D28
(25,61,40)
#143220
(20,50,32)
#0F2718
(15,39,24)
#0A1C10
(10,28,16)
#051108
(5,17,8)
#000000
(0,0,0)

Tints of #377F58

#377F58
(55,127,88)
#498A67
(73,138,103)
#5B9576
(91,149,118)
#6DA085
(109,160,133)
#7FAB94
(127,171,148)
#91B6A3
(145,182,163)
#A3C1B2
(163,193,178)
#B5CCC1
(181,204,193)
#C7D7D0
(199,215,208)
#D9E2DF
(217,226,223)
#EBEDEE
(235,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #377F58; }

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

This text font color is #377F58.


Background Color

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

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

This div background color is #377F58.


Border color

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

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

This div border color is #377F58.


Opacity

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

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

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

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

This text has shadow with #377F58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #377F58 on black background.


Color preview on white background

This text has color #377F58 on white background.



Black color preview on #377F58 background

This text has black color on #377F58 background.


White color preview on #377F58 background

This text has white color on #377F58 background.