COLOR #377D88

HEX: #377D88
RGB: (55,125,136)

Renk bilgisi

#377D88 contains mainly green and blue colors. #377D88 ‘ nin web güvenlik rengi #336699 (ya da #369) dir.

RGB renk modeli

#377D88 color RGB value is (55,125,136).

  • kırmız ton 55;
  • yeşil ton 125;
  • mavi ton 136.
RGB:
(55,125,136)
(22%,49%,53%)

RGB bağlantıları ve doygunluk

R 55 of 255 = 22%
G 125 of 255 = 49%
B 136 of 255 = 53%

55
125
136

R + G + B ~ 41%. #377D88 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 125 + 136 = 316 (100%)
R 55 of 316 ~ 17.41%
G 125 of 316 ~ 39.56%
B 136 of 316 ~ 43.04%

%17.41
%39.56
%43.04

CMYK RENK MODELİ

#377D88 rengi CMYK tonu (60,8,0,47).

  • camgöbeği tonu 59.56%
  • eflatun tonu 8.09%
  • sarı tonu 0.00%
  • ana renk tonu 46.67%
CMYK:
(60,8,0,47)
C60M8Y0K47 
(60%,8%,0%,47%)
(0.60/0.08/0.00/0.47)	

CMYK yüzdeleri

%59.56
%8.09
%0
%46.67

Codes

Color #377D88 in popluar color models

377D88
RGB55125136
HSL188°42.41%37.45%
HSB/HSV188°59.56%53.33%
CMYK59.56%8.09%0.00%
46.67%

Color #377D88 in popluar number systems.

HEX377D88
Decimal55125136
Binary110111111110110001000
Octal67175210

Shades and tints

Shades of #377D88

#377D88
(55,125,136)
#32727C
(50,114,124)
#2D6770
(45,103,112)
#285C64
(40,92,100)
#235158
(35,81,88)
#1E464C
(30,70,76)
#193B40
(25,59,64)
#143034
(20,48,52)
#0F2528
(15,37,40)
#0A1A1C
(10,26,28)
#050F10
(5,15,16)
#000000
(0,0,0)

Tints of #377D88

#377D88
(55,125,136)
#498892
(73,136,146)
#5B939C
(91,147,156)
#6D9EA6
(109,158,166)
#7FA9B0
(127,169,176)
#91B4BA
(145,180,186)
#A3BFC4
(163,191,196)
#B5CACE
(181,202,206)
#C7D5D8
(199,213,216)
#D9E0E2
(217,224,226)
#EBEBEC
(235,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #377D88 color. Also use rgb(55,125,136) instead hex code.

Text Font Color

.myTextColor { color: #377D88; }

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

This text font color is #377D88.


Background Color

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

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

This div background color is #377D88.


Border color

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

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

This div border color is #377D88.


Opacity

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

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

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

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

This text has shadow with #377D88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #377D88 on black background.


Color preview on white background

This text has color #377D88 on white background.



Black color preview on #377D88 background

This text has black color on #377D88 background.


White color preview on #377D88 background

This text has white color on #377D88 background.