COLOR #376B54

HEX: #376B54
RGB: (55,107,84)

Renk bilgisi

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

RGB renk modeli

#376B54 color RGB value is (55,107,84).

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

RGB bağlantıları ve doygunluk

R 55 of 255 = 22%
G 107 of 255 = 42%
B 84 of 255 = 33%

55
107
84

R + G + B ~ 32%. #376B54 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 107 + 84 = 246 (100%)
R 55 of 246 ~ 22.36%
G 107 of 246 ~ 43.5%
B 84 of 246 ~ 34.15%

%22.36
%43.5
%34.15

CMYK RENK MODELİ

#376B54 rengi CMYK tonu (49,0,21,58).

  • camgöbeği tonu 48.60%
  • eflatun tonu 0.00%
  • sarı tonu 21.50%
  • ana renk tonu 58.04%
CMYK:
(49,0,21,58)
C49M0Y21K58 
(49%,0%,21%,58%)
(0.49/0.00/0.21/0.58)	

CMYK yüzdeleri

%48.6
%0
%21.5
%58.04

Codes

Color #376B54 in popluar color models

376B54
RGB5510784
HSL153°32.10%31.76%
HSB/HSV153°48.60%41.96%
CMYK48.60%0.00%21.50%
58.04%

Color #376B54 in popluar number systems.

HEX376B54
Decimal5510784
Binary11011111010111010100
Octal67153124

Shades and tints

Shades of #376B54

#376B54
(55,107,84)
#32624D
(50,98,77)
#2D5946
(45,89,70)
#28503F
(40,80,63)
#234738
(35,71,56)
#1E3E31
(30,62,49)
#19352A
(25,53,42)
#142C23
(20,44,35)
#0F231C
(15,35,28)
#0A1A15
(10,26,21)
#05110E
(5,17,14)
#000000
(0,0,0)

Tints of #376B54

#376B54
(55,107,84)
#497863
(73,120,99)
#5B8572
(91,133,114)
#6D9281
(109,146,129)
#7F9F90
(127,159,144)
#91AC9F
(145,172,159)
#A3B9AE
(163,185,174)
#B5C6BD
(181,198,189)
#C7D3CC
(199,211,204)
#D9E0DB
(217,224,219)
#EBEDEA
(235,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #376B54; }

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

This text font color is #376B54.


Background Color

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

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

This div background color is #376B54.


Border color

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

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

This div border color is #376B54.


Opacity

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

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

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

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

This text has shadow with #376B54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376B54 on black background.


Color preview on white background

This text has color #376B54 on white background.



Black color preview on #376B54 background

This text has black color on #376B54 background.


White color preview on #376B54 background

This text has white color on #376B54 background.