COLOR #396373

HEX: #396373
RGB: (57,99,115)

Renk bilgisi

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

RGB renk modeli

#396373 color RGB value is (57,99,115).

  • kırmız ton 57;
  • yeşil ton 99;
  • mavi ton 115.
RGB:
(57,99,115)
(22%,39%,45%)

RGB bağlantıları ve doygunluk

R 57 of 255 = 22%
G 99 of 255 = 39%
B 115 of 255 = 45%

57
99
115

R + G + B ~ 35%. #396373 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
57 + 99 + 115 = 271 (100%)
R 57 of 271 ~ 21.03%
G 99 of 271 ~ 36.53%
B 115 of 271 ~ 42.44%

%21.03
%36.53
%42.44

CMYK RENK MODELİ

#396373 rengi CMYK tonu (50,14,0,55).

  • camgöbeği tonu 50.43%
  • eflatun tonu 13.91%
  • sarı tonu 0.00%
  • ana renk tonu 54.90%
CMYK:
(50,14,0,55)
C50M14Y0K55 
(50%,14%,0%,55%)
(0.50/0.14/0.00/0.55)	

CMYK yüzdeleri

%50.43
%13.91
%0
%54.9

Codes

Color #396373 in popluar color models

396373
RGB5799115
HSL197°33.72%33.73%
HSB/HSV197°50.43%45.10%
CMYK50.43%13.91%0.00%
54.90%

Color #396373 in popluar number systems.

HEX396373
Decimal5799115
Binary11100111000111110011
Octal71143163

Shades and tints

Shades of #396373

#396373
(57,99,115)
#345A69
(52,90,105)
#2F515F
(47,81,95)
#2A4855
(42,72,85)
#253F4B
(37,63,75)
#203641
(32,54,65)
#1B2D37
(27,45,55)
#16242D
(22,36,45)
#111B23
(17,27,35)
#0C1219
(12,18,25)
#07090F
(7,9,15)
#000000
(0,0,0)

Tints of #396373

#396373
(57,99,115)
#4B717F
(75,113,127)
#5D7F8B
(93,127,139)
#6F8D97
(111,141,151)
#819BA3
(129,155,163)
#93A9AF
(147,169,175)
#A5B7BB
(165,183,187)
#B7C5C7
(183,197,199)
#C9D3D3
(201,211,211)
#DBE1DF
(219,225,223)
#EDEFEB
(237,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #396373 color. Also use rgb(57,99,115) instead hex code.

Text Font Color

.myTextColor { color: #396373; }

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

This text font color is #396373.


Background Color

.myBgColor { background-color: #396373; }

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

This div background color is #396373.


Border color

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

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

This div border color is #396373.


Opacity

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

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

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

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

This text has shadow with #396373 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #396373 on black background.


Color preview on white background

This text has color #396373 on white background.



Black color preview on #396373 background

This text has black color on #396373 background.


White color preview on #396373 background

This text has white color on #396373 background.