COLOR #396258

HEX: #396258
RGB: (57,98,88)

Color info

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

RGB color model

#396258 color RGB value is (57,98,88).

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

RGB channels and saturation

R 57 of 255 = 22%
G 98 of 255 = 38%
B 88 of 255 = 35%

57
98
88

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

Portions of RGB colors in percentages

R + G + B =
57 + 98 + 88 = 243 (100%)
R 57 of 243 ~ 23.46%
G 98 of 243 ~ 40.33%
B 88 of 243 ~ 36.21%

%23.46
%40.33
%36.21

CMYK color model

#396258 color CMYK value is (42,0,10,62).

  • cyan value is 41.84%
  • magenta value is 0.00%
  • yellow value is 10.20%
  • key color value is 61.57%
CMYK:
(42,0,10,62)
C42M0Y10K62 
(42%,0%,10%,62%)
(0.42/0.00/0.10/0.62)	

CMYK percentages

%41.84
%0
%10.2
%61.57

Codes

Color #396258 in popluar color models

396258
RGB579888
HSL165°26.45%30.39%
HSB/HSV165°41.84%38.43%
CMYK41.84%0.00%10.20%
61.57%

Color #396258 in popluar number systems.

HEX396258
Decimal579888
Binary11100111000101011000
Octal71142130

Shades and tints

Shades of #396258

#396258
(57,98,88)
#345A50
(52,90,80)
#2F5248
(47,82,72)
#2A4A40
(42,74,64)
#254238
(37,66,56)
#203A30
(32,58,48)
#1B3228
(27,50,40)
#162A20
(22,42,32)
#112218
(17,34,24)
#0C1A10
(12,26,16)
#071208
(7,18,8)
#000000
(0,0,0)

Tints of #396258

#396258
(57,98,88)
#4B7067
(75,112,103)
#5D7E76
(93,126,118)
#6F8C85
(111,140,133)
#819A94
(129,154,148)
#93A8A3
(147,168,163)
#A5B6B2
(165,182,178)
#B7C4C1
(183,196,193)
#C9D2D0
(201,210,208)
#DBE0DF
(219,224,223)
#EDEEEE
(237,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #396258; }

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

This text font color is #396258.


Background Color

.myBgColor { background-color: #396258; }

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

This div background color is #396258.


Border color

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

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

This div border color is #396258.


Opacity

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

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

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

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

This text has shadow with #396258 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #396258 on black background.


Color preview on white background

This text has color #396258 on white background.



Black color preview on #396258 background

This text has black color on #396258 background.


White color preview on #396258 background

This text has white color on #396258 background.