COLOR #376F53

HEX: #376F53
RGB: (55,111,83)

Renk bilgisi

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

RGB renk modeli

#376F53 color RGB value is (55,111,83).

  • kırmız ton 55;
  • yeşil ton 111;
  • mavi ton 83.
RGB:
(55,111,83)
(22%,44%,33%)

RGB bağlantıları ve doygunluk

R 55 of 255 = 22%
G 111 of 255 = 44%
B 83 of 255 = 33%

55
111
83

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

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 111 + 83 = 249 (100%)
R 55 of 249 ~ 22.09%
G 111 of 249 ~ 44.58%
B 83 of 249 ~ 33.33%

%22.09
%44.58
%33.33

CMYK RENK MODELİ

#376F53 rengi CMYK tonu (50,0,25,56).

  • camgöbeği tonu 50.45%
  • eflatun tonu 0.00%
  • sarı tonu 25.23%
  • ana renk tonu 56.47%
CMYK:
(50,0,25,56)
C50M0Y25K56 
(50%,0%,25%,56%)
(0.50/0.00/0.25/0.56)	

CMYK yüzdeleri

%50.45
%0
%25.23
%56.47

Codes

Color #376F53 in popluar color models

376F53
RGB5511183
HSL150°33.73%32.55%
HSB/HSV150°50.45%43.53%
CMYK50.45%0.00%25.23%
56.47%

Color #376F53 in popluar number systems.

HEX376F53
Decimal5511183
Binary11011111011111010011
Octal67157123

Shades and tints

Shades of #376F53

#376F53
(55,111,83)
#32654C
(50,101,76)
#2D5B45
(45,91,69)
#28513E
(40,81,62)
#234737
(35,71,55)
#1E3D30
(30,61,48)
#193329
(25,51,41)
#142922
(20,41,34)
#0F1F1B
(15,31,27)
#0A1514
(10,21,20)
#050B0D
(5,11,13)
#000000
(0,0,0)

Tints of #376F53

#376F53
(55,111,83)
#497C62
(73,124,98)
#5B8971
(91,137,113)
#6D9680
(109,150,128)
#7FA38F
(127,163,143)
#91B09E
(145,176,158)
#A3BDAD
(163,189,173)
#B5CABC
(181,202,188)
#C7D7CB
(199,215,203)
#D9E4DA
(217,228,218)
#EBF1E9
(235,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #376F53 color. Also use rgb(55,111,83) instead hex code.

Text Font Color

.myTextColor { color: #376F53; }

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

This text font color is #376F53.


Background Color

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

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

This div background color is #376F53.


Border color

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

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

This div border color is #376F53.


Opacity

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

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

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

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

This text has shadow with #376F53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376F53 on black background.


Color preview on white background

This text has color #376F53 on white background.



Black color preview on #376F53 background

This text has black color on #376F53 background.


White color preview on #376F53 background

This text has white color on #376F53 background.