COLOR #376B58

HEX: #376B58
RGB: (55,107,88)

Renk bilgisi

#376B58 contains red, green and blue colors in about the same proportion. #376B58 ‘ nin web güvenlik rengi #336666 (ya da #366) dir.

RGB renk modeli

#376B58 color RGB value is (55,107,88).

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

RGB bağlantıları ve doygunluk

R 55 of 255 = 22%
G 107 of 255 = 42%
B 88 of 255 = 35%

55
107
88

R + G + B ~ 33%. #376B58 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 107 + 88 = 250 (100%)
R 55 of 250 ~ 22%
G 107 of 250 ~ 42.8%
B 88 of 250 ~ 35.2%

%22
%42.8
%35.2

CMYK RENK MODELİ

#376B58 rengi CMYK tonu (49,0,18,58).

  • camgöbeği tonu 48.60%
  • eflatun tonu 0.00%
  • sarı tonu 17.76%
  • ana renk tonu 58.04%
CMYK:
(49,0,18,58)
C49M0Y18K58 
(49%,0%,18%,58%)
(0.49/0.00/0.18/0.58)	

CMYK yüzdeleri

%48.6
%0
%17.76
%58.04

Codes

Color #376B58 in popluar color models

376B58
RGB5510788
HSL158°32.10%31.76%
HSB/HSV158°48.60%41.96%
CMYK48.60%0.00%17.76%
58.04%

Color #376B58 in popluar number systems.

HEX376B58
Decimal5510788
Binary11011111010111011000
Octal67153130

Shades and tints

Shades of #376B58

#376B58
(55,107,88)
#326250
(50,98,80)
#2D5948
(45,89,72)
#285040
(40,80,64)
#234738
(35,71,56)
#1E3E30
(30,62,48)
#193528
(25,53,40)
#142C20
(20,44,32)
#0F2318
(15,35,24)
#0A1A10
(10,26,16)
#051108
(5,17,8)
#000000
(0,0,0)

Tints of #376B58

#376B58
(55,107,88)
#497867
(73,120,103)
#5B8576
(91,133,118)
#6D9285
(109,146,133)
#7F9F94
(127,159,148)
#91ACA3
(145,172,163)
#A3B9B2
(163,185,178)
#B5C6C1
(181,198,193)
#C7D3D0
(199,211,208)
#D9E0DF
(217,224,223)
#EBEDEE
(235,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #376B58 color. Also use rgb(55,107,88) instead hex code.

Text Font Color

.myTextColor { color: #376B58; }

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

This text font color is #376B58.


Background Color

.myBgColor { background-color: #376B58; }

<div style="background-color:#376B58">Inner text</div>

This div background color is #376B58.


Border color

.myBorderColor { border: 1px solid #376B58; }

<div style="border:3px solid #376B58">Div</div>

This div border color is #376B58.


Opacity

.myOpacity80 { color: #376B58; opacity: 0.8; }

<p style="color:#376B58;opacity:0.8;">80%</p>

Text with #376B58 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 #376B58;}

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

This text has shadow with #376B58 color.

.textShadow {text-shadow: 3px 3px 1px #376B58, 3px 3px 1px red;}

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

This text has shadow with #376B58 primary color and red secondary color.


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

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

This text has shadow with #376B58 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376B58 on black background.


Color preview on white background

This text has color #376B58 on white background.



Black color preview on #376B58 background

This text has black color on #376B58 background.


White color preview on #376B58 background

This text has white color on #376B58 background.