COLOR #396261

HEX: #396261
RGB: (57,98,97)

Color info

#396261 contains red, green and blue colors in about the same proportion. Web safe color of #396261 is #336666 (or #366).

RGB color model

#396261 color RGB value is (57,98,97).

  • red value is 57;
  • green value is 98;
  • blue value is 97.
RGB:
(57,98,97)
(22%,38%,38%)

RGB channels and saturation

R 57 of 255 = 22%
G 98 of 255 = 38%
B 97 of 255 = 38%

57
98
97

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

Portions of RGB colors in percentages

R + G + B =
57 + 98 + 97 = 252 (100%)
R 57 of 252 ~ 22.62%
G 98 of 252 ~ 38.89%
B 97 of 252 ~ 38.49%

%22.62
%38.89
%38.49

CMYK color model

#396261 color CMYK value is (42,0,1,62).

  • cyan value is 41.84%
  • magenta value is 0.00%
  • yellow value is 1.02%
  • key color value is 61.57%
CMYK:
(42,0,1,62)
C42M0Y1K62 
(42%,0%,1%,62%)
(0.42/0.00/0.01/0.62)	

CMYK percentages

%41.84
%0
%1.02
%61.57

Codes

Color #396261 in popluar color models

396261
RGB579897
HSL179°26.45%30.39%
HSB/HSV179°41.84%38.43%
CMYK41.84%0.00%1.02%
61.57%

Color #396261 in popluar number systems.

HEX396261
Decimal579897
Binary11100111000101100001
Octal71142141

Shades and tints

Shades of #396261

#396261
(57,98,97)
#345A59
(52,90,89)
#2F5251
(47,82,81)
#2A4A49
(42,74,73)
#254241
(37,66,65)
#203A39
(32,58,57)
#1B3231
(27,50,49)
#162A29
(22,42,41)
#112221
(17,34,33)
#0C1A19
(12,26,25)
#071211
(7,18,17)
#000000
(0,0,0)

Tints of #396261

#396261
(57,98,97)
#4B706F
(75,112,111)
#5D7E7D
(93,126,125)
#6F8C8B
(111,140,139)
#819A99
(129,154,153)
#93A8A7
(147,168,167)
#A5B6B5
(165,182,181)
#B7C4C3
(183,196,195)
#C9D2D1
(201,210,209)
#DBE0DF
(219,224,223)
#EDEEED
(237,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #396261 color. Also use rgb(57,98,97) instead hex code.

Text Font Color

.myTextColor { color: #396261; }

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

This text font color is #396261.


Background Color

.myBgColor { background-color: #396261; }

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

This div background color is #396261.


Border color

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

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

This div border color is #396261.


Opacity

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

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

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

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

This text has shadow with #396261 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #396261 on black background.


Color preview on white background

This text has color #396261 on white background.



Black color preview on #396261 background

This text has black color on #396261 background.


White color preview on #396261 background

This text has white color on #396261 background.