COLOR #378B76

HEX: #378B76
RGB: (55,139,118)

Renk bilgisi

#378B76 contains mainly green and blue colors. #378B76 ‘ nin web güvenlik rengi #339966 (ya da #396) dir.

RGB renk modeli

#378B76 color RGB value is (55,139,118).

  • kırmız ton 55;
  • yeşil ton 139;
  • mavi ton 118.
RGB:
(55,139,118)
(22%,55%,46%)

RGB bağlantıları ve doygunluk

R 55 of 255 = 22%
G 139 of 255 = 55%
B 118 of 255 = 46%

55
139
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 139 + 118 = 312 (100%)
R 55 of 312 ~ 17.63%
G 139 of 312 ~ 44.55%
B 118 of 312 ~ 37.82%

%17.63
%44.55
%37.82

CMYK RENK MODELİ

#378B76 rengi CMYK tonu (60,0,15,45).

  • camgöbeği tonu 60.43%
  • eflatun tonu 0.00%
  • sarı tonu 15.11%
  • ana renk tonu 45.49%
CMYK:
(60,0,15,45)
C60M0Y15K45 
(60%,0%,15%,45%)
(0.60/0.00/0.15/0.45)	

CMYK yüzdeleri

%60.43
%0
%15.11
%45.49

Codes

Color #378B76 in popluar color models

378B76
RGB55139118
HSL165°43.30%38.04%
HSB/HSV165°60.43%54.51%
CMYK60.43%0.00%15.11%
45.49%

Color #378B76 in popluar number systems.

HEX378B76
Decimal55139118
Binary110111100010111110110
Octal67213166

Shades and tints

Shades of #378B76

#378B76
(55,139,118)
#327F6C
(50,127,108)
#2D7362
(45,115,98)
#286758
(40,103,88)
#235B4E
(35,91,78)
#1E4F44
(30,79,68)
#19433A
(25,67,58)
#143730
(20,55,48)
#0F2B26
(15,43,38)
#0A1F1C
(10,31,28)
#051312
(5,19,18)
#000000
(0,0,0)

Tints of #378B76

#378B76
(55,139,118)
#499582
(73,149,130)
#5B9F8E
(91,159,142)
#6DA99A
(109,169,154)
#7FB3A6
(127,179,166)
#91BDB2
(145,189,178)
#A3C7BE
(163,199,190)
#B5D1CA
(181,209,202)
#C7DBD6
(199,219,214)
#D9E5E2
(217,229,226)
#EBEFEE
(235,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #378B76 color. Also use rgb(55,139,118) instead hex code.

Text Font Color

.myTextColor { color: #378B76; }

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

This text font color is #378B76.


Background Color

.myBgColor { background-color: #378B76; }

<div style="background-color:#378B76">Inner text</div>

This div background color is #378B76.


Border color

.myBorderColor { border: 1px solid #378B76; }

<div style="border:3px solid #378B76">Div</div>

This div border color is #378B76.


Opacity

.myOpacity80 { color: #378B76; opacity: 0.8; }

<p style="color:#378B76;opacity:0.8;">80%</p>

Text with #378B76 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 #378B76;}

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

This text has shadow with #378B76 color.

.textShadow {text-shadow: 3px 3px 1px #378B76, 3px 3px 1px red;}

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

This text has shadow with #378B76 primary color and red secondary color.


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

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

This text has shadow with #378B76 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #378B76 on black background.


Color preview on white background

This text has color #378B76 on white background.



Black color preview on #378B76 background

This text has black color on #378B76 background.


White color preview on #378B76 background

This text has white color on #378B76 background.