COLOR #376D4B

HEX: #376D4B
RGB: (55,109,75)

Renk bilgisi

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

RGB renk modeli

#376D4B color RGB value is (55,109,75).

  • kırmız ton 55;
  • yeşil ton 109;
  • mavi ton 75.
RGB:
(55,109,75)
(22%,43%,29%)

RGB bağlantıları ve doygunluk

R 55 of 255 = 22%
G 109 of 255 = 43%
B 75 of 255 = 29%

55
109
75

R + G + B ~ 31%. #376D4B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 109 + 75 = 239 (100%)
R 55 of 239 ~ 23.01%
G 109 of 239 ~ 45.61%
B 75 of 239 ~ 31.38%

%23.01
%45.61
%31.38

CMYK RENK MODELİ

#376D4B rengi CMYK tonu (50,0,31,57).

  • camgöbeği tonu 49.54%
  • eflatun tonu 0.00%
  • sarı tonu 31.19%
  • ana renk tonu 57.25%
CMYK:
(50,0,31,57)
C50M0Y31K57 
(50%,0%,31%,57%)
(0.50/0.00/0.31/0.57)	

CMYK yüzdeleri

%49.54
%0
%31.19
%57.25

Codes

Color #376D4B in popluar color models

376D4B
RGB5510975
HSL142°32.93%32.16%
HSB/HSV142°49.54%42.75%
CMYK49.54%0.00%31.19%
57.25%

Color #376D4B in popluar number systems.

HEX376D4B
Decimal5510975
Binary11011111011011001011
Octal67155113

Shades and tints

Shades of #376D4B

#376D4B
(55,109,75)
#326445
(50,100,69)
#2D5B3F
(45,91,63)
#285239
(40,82,57)
#234933
(35,73,51)
#1E402D
(30,64,45)
#193727
(25,55,39)
#142E21
(20,46,33)
#0F251B
(15,37,27)
#0A1C15
(10,28,21)
#05130F
(5,19,15)
#000000
(0,0,0)

Tints of #376D4B

#376D4B
(55,109,75)
#497A5B
(73,122,91)
#5B876B
(91,135,107)
#6D947B
(109,148,123)
#7FA18B
(127,161,139)
#91AE9B
(145,174,155)
#A3BBAB
(163,187,171)
#B5C8BB
(181,200,187)
#C7D5CB
(199,213,203)
#D9E2DB
(217,226,219)
#EBEFEB
(235,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #376D4B color. Also use rgb(55,109,75) instead hex code.

Text Font Color

.myTextColor { color: #376D4B; }

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

This text font color is #376D4B.


Background Color

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

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

This div background color is #376D4B.


Border color

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

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

This div border color is #376D4B.


Opacity

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

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

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

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

This text has shadow with #376D4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376D4B on black background.


Color preview on white background

This text has color #376D4B on white background.



Black color preview on #376D4B background

This text has black color on #376D4B background.


White color preview on #376D4B background

This text has white color on #376D4B background.