COLOR #376357

HEX: #376357
RGB: (55,99,87)

Renk bilgisi

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

RGB renk modeli

#376357 color RGB value is (55,99,87).

  • kırmız ton 55;
  • yeşil ton 99;
  • mavi ton 87.
RGB:
(55,99,87)
(22%,39%,34%)

RGB bağlantıları ve doygunluk

R 55 of 255 = 22%
G 99 of 255 = 39%
B 87 of 255 = 34%

55
99
87

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

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 99 + 87 = 241 (100%)
R 55 of 241 ~ 22.82%
G 99 of 241 ~ 41.08%
B 87 of 241 ~ 36.1%

%22.82
%41.08
%36.1

CMYK RENK MODELİ

#376357 rengi CMYK tonu (44,0,12,61).

  • camgöbeği tonu 44.44%
  • eflatun tonu 0.00%
  • sarı tonu 12.12%
  • ana renk tonu 61.18%
CMYK:
(44,0,12,61)
C44M0Y12K61 
(44%,0%,12%,61%)
(0.44/0.00/0.12/0.61)	

CMYK yüzdeleri

%44.44
%0
%12.12
%61.18

Codes

Color #376357 in popluar color models

376357
RGB559987
HSL164°28.57%30.20%
HSB/HSV164°44.44%38.82%
CMYK44.44%0.00%12.12%
61.18%

Color #376357 in popluar number systems.

HEX376357
Decimal559987
Binary11011111000111010111
Octal67143127

Shades and tints

Shades of #376357

#376357
(55,99,87)
#325A50
(50,90,80)
#2D5149
(45,81,73)
#284842
(40,72,66)
#233F3B
(35,63,59)
#1E3634
(30,54,52)
#192D2D
(25,45,45)
#142426
(20,36,38)
#0F1B1F
(15,27,31)
#0A1218
(10,18,24)
#050911
(5,9,17)
#000000
(0,0,0)

Tints of #376357

#376357
(55,99,87)
#497166
(73,113,102)
#5B7F75
(91,127,117)
#6D8D84
(109,141,132)
#7F9B93
(127,155,147)
#91A9A2
(145,169,162)
#A3B7B1
(163,183,177)
#B5C5C0
(181,197,192)
#C7D3CF
(199,211,207)
#D9E1DE
(217,225,222)
#EBEFED
(235,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #376357 color. Also use rgb(55,99,87) instead hex code.

Text Font Color

.myTextColor { color: #376357; }

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

This text font color is #376357.


Background Color

.myBgColor { background-color: #376357; }

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

This div background color is #376357.


Border color

.myBorderColor { border: 1px solid #376357; }

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

This div border color is #376357.


Opacity

.myOpacity80 { color: #376357; opacity: 0.8; }

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

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

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

This text has shadow with #376357 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376357 on black background.


Color preview on white background

This text has color #376357 on white background.



Black color preview on #376357 background

This text has black color on #376357 background.


White color preview on #376357 background

This text has white color on #376357 background.