COLOR #386853

HEX: #386853
RGB: (56,104,83)

Color info

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

RGB color model

#386853 color RGB value is (56,104,83).

  • red value is 56;
  • green value is 104;
  • blue value is 83.
RGB:
(56,104,83)
(22%,41%,33%)

RGB channels and saturation

R 56 of 255 = 22%
G 104 of 255 = 41%
B 83 of 255 = 33%

56
104
83

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

Portions of RGB colors in percentages

R + G + B =
56 + 104 + 83 = 243 (100%)
R 56 of 243 ~ 23.05%
G 104 of 243 ~ 42.8%
B 83 of 243 ~ 34.16%

%23.05
%42.8
%34.16

CMYK color model

#386853 color CMYK value is (46,0,20,59).

  • cyan value is 46.15%
  • magenta value is 0.00%
  • yellow value is 20.19%
  • key color value is 59.22%
CMYK:
(46,0,20,59)
C46M0Y20K59 
(46%,0%,20%,59%)
(0.46/0.00/0.20/0.59)	

CMYK percentages

%46.15
%0
%20.19
%59.22

Codes

Color #386853 in popluar color models

386853
RGB5610483
HSL154°30.00%31.37%
HSB/HSV154°46.15%40.78%
CMYK46.15%0.00%20.19%
59.22%

Color #386853 in popluar number systems.

HEX386853
Decimal5610483
Binary11100011010001010011
Octal70150123

Shades and tints

Shades of #386853

#386853
(56,104,83)
#335F4C
(51,95,76)
#2E5645
(46,86,69)
#294D3E
(41,77,62)
#244437
(36,68,55)
#1F3B30
(31,59,48)
#1A3229
(26,50,41)
#152922
(21,41,34)
#10201B
(16,32,27)
#0B1714
(11,23,20)
#060E0D
(6,14,13)
#000000
(0,0,0)

Tints of #386853

#386853
(56,104,83)
#4A7562
(74,117,98)
#5C8271
(92,130,113)
#6E8F80
(110,143,128)
#809C8F
(128,156,143)
#92A99E
(146,169,158)
#A4B6AD
(164,182,173)
#B6C3BC
(182,195,188)
#C8D0CB
(200,208,203)
#DADDDA
(218,221,218)
#ECEAE9
(236,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #386853 color. Also use rgb(56,104,83) instead hex code.

Text Font Color

.myTextColor { color: #386853; }

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

This text font color is #386853.


Background Color

.myBgColor { background-color: #386853; }

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

This div background color is #386853.


Border color

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

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

This div border color is #386853.


Opacity

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

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

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

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

This text has shadow with #386853 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #386853 on black background.


Color preview on white background

This text has color #386853 on white background.



Black color preview on #386853 background

This text has black color on #386853 background.


White color preview on #386853 background

This text has white color on #386853 background.