COLOR #376B64

HEX: #376B64
RGB: (55,107,100)

Renk bilgisi

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

RGB renk modeli

#376B64 color RGB value is (55,107,100).

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

RGB bağlantıları ve doygunluk

R 55 of 255 = 22%
G 107 of 255 = 42%
B 100 of 255 = 39%

55
107
100

R + G + B ~ 34%. #376B64 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 107 + 100 = 262 (100%)
R 55 of 262 ~ 20.99%
G 107 of 262 ~ 40.84%
B 100 of 262 ~ 38.17%

%20.99
%40.84
%38.17

CMYK RENK MODELİ

#376B64 rengi CMYK tonu (49,0,7,58).

  • camgöbeği tonu 48.60%
  • eflatun tonu 0.00%
  • sarı tonu 6.54%
  • ana renk tonu 58.04%
CMYK:
(49,0,7,58)
C49M0Y7K58 
(49%,0%,7%,58%)
(0.49/0.00/0.07/0.58)	

CMYK yüzdeleri

%48.6
%0
%6.54
%58.04

Codes

Color #376B64 in popluar color models

376B64
RGB55107100
HSL172°32.10%31.76%
HSB/HSV172°48.60%41.96%
CMYK48.60%0.00%6.54%
58.04%

Color #376B64 in popluar number systems.

HEX376B64
Decimal55107100
Binary11011111010111100100
Octal67153144

Shades and tints

Shades of #376B64

#376B64
(55,107,100)
#32625B
(50,98,91)
#2D5952
(45,89,82)
#285049
(40,80,73)
#234740
(35,71,64)
#1E3E37
(30,62,55)
#19352E
(25,53,46)
#142C25
(20,44,37)
#0F231C
(15,35,28)
#0A1A13
(10,26,19)
#05110A
(5,17,10)
#000000
(0,0,0)

Tints of #376B64

#376B64
(55,107,100)
#497872
(73,120,114)
#5B8580
(91,133,128)
#6D928E
(109,146,142)
#7F9F9C
(127,159,156)
#91ACAA
(145,172,170)
#A3B9B8
(163,185,184)
#B5C6C6
(181,198,198)
#C7D3D4
(199,211,212)
#D9E0E2
(217,224,226)
#EBEDF0
(235,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #376B64; }

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

This text font color is #376B64.


Background Color

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

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

This div background color is #376B64.


Border color

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

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

This div border color is #376B64.


Opacity

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

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

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

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

This text has shadow with #376B64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376B64 on black background.


Color preview on white background

This text has color #376B64 on white background.



Black color preview on #376B64 background

This text has black color on #376B64 background.


White color preview on #376B64 background

This text has white color on #376B64 background.