COLOR #396653

HEX: #396653
RGB: (57,102,83)

Color info

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

RGB color model

#396653 color RGB value is (57,102,83).

  • red value is 57;
  • green value is 102;
  • blue value is 83.
RGB:
(57,102,83)
(22%,40%,33%)

RGB channels and saturation

R 57 of 255 = 22%
G 102 of 255 = 40%
B 83 of 255 = 33%

57
102
83

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

Portions of RGB colors in percentages

R + G + B =
57 + 102 + 83 = 242 (100%)
R 57 of 242 ~ 23.55%
G 102 of 242 ~ 42.15%
B 83 of 242 ~ 34.3%

%23.55
%42.15
%34.3

CMYK color model

#396653 color CMYK value is (44,0,19,60).

  • cyan value is 44.12%
  • magenta value is 0.00%
  • yellow value is 18.63%
  • key color value is 60.00%
CMYK:
(44,0,19,60)
C44M0Y19K60 
(44%,0%,19%,60%)
(0.44/0.00/0.19/0.60)	

CMYK percentages

%44.12
%0
%18.63
%60

Codes

Color #396653 in popluar color models

396653
RGB5710283
HSL155°28.30%31.18%
HSB/HSV155°44.12%40.00%
CMYK44.12%0.00%18.63%
60.00%

Color #396653 in popluar number systems.

HEX396653
Decimal5710283
Binary11100111001101010011
Octal71146123

Shades and tints

Shades of #396653

#396653
(57,102,83)
#345D4C
(52,93,76)
#2F5445
(47,84,69)
#2A4B3E
(42,75,62)
#254237
(37,66,55)
#203930
(32,57,48)
#1B3029
(27,48,41)
#162722
(22,39,34)
#111E1B
(17,30,27)
#0C1514
(12,21,20)
#070C0D
(7,12,13)
#000000
(0,0,0)

Tints of #396653

#396653
(57,102,83)
#4B7362
(75,115,98)
#5D8071
(93,128,113)
#6F8D80
(111,141,128)
#819A8F
(129,154,143)
#93A79E
(147,167,158)
#A5B4AD
(165,180,173)
#B7C1BC
(183,193,188)
#C9CECB
(201,206,203)
#DBDBDA
(219,219,218)
#EDE8E9
(237,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #396653 color. Also use rgb(57,102,83) instead hex code.

Text Font Color

.myTextColor { color: #396653; }

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

This text font color is #396653.


Background Color

.myBgColor { background-color: #396653; }

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

This div background color is #396653.


Border color

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

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

This div border color is #396653.


Opacity

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

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

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

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

This text has shadow with #396653 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #396653 on black background.


Color preview on white background

This text has color #396653 on white background.



Black color preview on #396653 background

This text has black color on #396653 background.


White color preview on #396653 background

This text has white color on #396653 background.