COLOR #376F4C

HEX: #376F4C
RGB: (55,111,76)

Renk bilgisi

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

RGB renk modeli

#376F4C color RGB value is (55,111,76).

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

RGB bağlantıları ve doygunluk

R 55 of 255 = 22%
G 111 of 255 = 44%
B 76 of 255 = 30%

55
111
76

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

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 111 + 76 = 242 (100%)
R 55 of 242 ~ 22.73%
G 111 of 242 ~ 45.87%
B 76 of 242 ~ 31.4%

%22.73
%45.87
%31.4

CMYK RENK MODELİ

#376F4C rengi CMYK tonu (50,0,32,56).

  • camgöbeği tonu 50.45%
  • eflatun tonu 0.00%
  • sarı tonu 31.53%
  • ana renk tonu 56.47%
CMYK:
(50,0,32,56)
C50M0Y32K56 
(50%,0%,32%,56%)
(0.50/0.00/0.32/0.56)	

CMYK yüzdeleri

%50.45
%0
%31.53
%56.47

Codes

Color #376F4C in popluar color models

376F4C
RGB5511176
HSL143°33.73%32.55%
HSB/HSV143°50.45%43.53%
CMYK50.45%0.00%31.53%
56.47%

Color #376F4C in popluar number systems.

HEX376F4C
Decimal5511176
Binary11011111011111001100
Octal67157114

Shades and tints

Shades of #376F4C

#376F4C
(55,111,76)
#326546
(50,101,70)
#2D5B40
(45,91,64)
#28513A
(40,81,58)
#234734
(35,71,52)
#1E3D2E
(30,61,46)
#193328
(25,51,40)
#142922
(20,41,34)
#0F1F1C
(15,31,28)
#0A1516
(10,21,22)
#050B10
(5,11,16)
#000000
(0,0,0)

Tints of #376F4C

#376F4C
(55,111,76)
#497C5C
(73,124,92)
#5B896C
(91,137,108)
#6D967C
(109,150,124)
#7FA38C
(127,163,140)
#91B09C
(145,176,156)
#A3BDAC
(163,189,172)
#B5CABC
(181,202,188)
#C7D7CC
(199,215,204)
#D9E4DC
(217,228,220)
#EBF1EC
(235,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #376F4C; }

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

This text font color is #376F4C.


Background Color

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

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

This div background color is #376F4C.


Border color

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

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

This div border color is #376F4C.


Opacity

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

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

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

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

This text has shadow with #376F4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376F4C on black background.


Color preview on white background

This text has color #376F4C on white background.



Black color preview on #376F4C background

This text has black color on #376F4C background.


White color preview on #376F4C background

This text has white color on #376F4C background.