COLOR #376F82

HEX: #376F82
RGB: (55,111,130)

Renk bilgisi

#376F82 contains mainly green and blue colors. #376F82 ‘ nin web güvenlik rengi #336699 (ya da #369) dir.

RGB renk modeli

#376F82 color RGB value is (55,111,130).

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

RGB bağlantıları ve doygunluk

R 55 of 255 = 22%
G 111 of 255 = 44%
B 130 of 255 = 51%

55
111
130

R + G + B ~ 39%. #376F82 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 111 + 130 = 296 (100%)
R 55 of 296 ~ 18.58%
G 111 of 296 ~ 37.5%
B 130 of 296 ~ 43.92%

%18.58
%37.5
%43.92

CMYK RENK MODELİ

#376F82 rengi CMYK tonu (58,15,0,49).

  • camgöbeği tonu 57.69%
  • eflatun tonu 14.62%
  • sarı tonu 0.00%
  • ana renk tonu 49.02%
CMYK:
(58,15,0,49)
C58M15Y0K49 
(58%,15%,0%,49%)
(0.58/0.15/0.00/0.49)	

CMYK yüzdeleri

%57.69
%14.62
%0
%49.02

Codes

Color #376F82 in popluar color models

376F82
RGB55111130
HSL195°40.54%36.27%
HSB/HSV195°57.69%50.98%
CMYK57.69%14.62%0.00%
49.02%

Color #376F82 in popluar number systems.

HEX376F82
Decimal55111130
Binary110111110111110000010
Octal67157202

Shades and tints

Shades of #376F82

#376F82
(55,111,130)
#326577
(50,101,119)
#2D5B6C
(45,91,108)
#285161
(40,81,97)
#234756
(35,71,86)
#1E3D4B
(30,61,75)
#193340
(25,51,64)
#142935
(20,41,53)
#0F1F2A
(15,31,42)
#0A151F
(10,21,31)
#050B14
(5,11,20)
#000000
(0,0,0)

Tints of #376F82

#376F82
(55,111,130)
#497C8D
(73,124,141)
#5B8998
(91,137,152)
#6D96A3
(109,150,163)
#7FA3AE
(127,163,174)
#91B0B9
(145,176,185)
#A3BDC4
(163,189,196)
#B5CACF
(181,202,207)
#C7D7DA
(199,215,218)
#D9E4E5
(217,228,229)
#EBF1F0
(235,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #376F82; }

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

This text font color is #376F82.


Background Color

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

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

This div background color is #376F82.


Border color

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

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

This div border color is #376F82.


Opacity

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

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

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

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

This text has shadow with #376F82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376F82 on black background.


Color preview on white background

This text has color #376F82 on white background.



Black color preview on #376F82 background

This text has black color on #376F82 background.


White color preview on #376F82 background

This text has white color on #376F82 background.