COLOR #386527

HEX: #386527
RGB: (56,101,39)

Color info

#386527 contains mainly red and green colors. Web safe color of #386527 is #336633 (or #363).

RGB color model

#386527 color RGB value is (56,101,39).

  • red value is 56;
  • green value is 101;
  • blue value is 39.
RGB:
(56,101,39)
(22%,40%,15%)

RGB channels and saturation

R 56 of 255 = 22%
G 101 of 255 = 40%
B 39 of 255 = 15%

56
101
39

R + G + B ~ 26%. #386527 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 101 + 39 = 196 (100%)
R 56 of 196 ~ 28.57%
G 101 of 196 ~ 51.53%
B 39 of 196 ~ 19.9%

%28.57
%51.53
%19.9

CMYK color model

#386527 color CMYK value is (45,0,61,60).

  • cyan value is 44.55%
  • magenta value is 0.00%
  • yellow value is 61.39%
  • key color value is 60.39%
CMYK:
(45,0,61,60)
C45M0Y61K60 
(45%,0%,61%,60%)
(0.45/0.00/0.61/0.60)	

CMYK percentages

%44.55
%0
%61.39
%60.39

Codes

Color #386527 in popluar color models

386527
RGB5610139
HSL104°44.29%27.45%
HSB/HSV104°61.39%39.61%
CMYK44.55%0.00%61.39%
60.39%

Color #386527 in popluar number systems.

HEX386527
Decimal5610139
Binary1110001100101100111
Octal7014547

Shades and tints

Shades of #386527

#386527
(56,101,39)
#335C24
(51,92,36)
#2E5321
(46,83,33)
#294A1E
(41,74,30)
#24411B
(36,65,27)
#1F3818
(31,56,24)
#1A2F15
(26,47,21)
#152612
(21,38,18)
#101D0F
(16,29,15)
#0B140C
(11,20,12)
#060B09
(6,11,9)
#000000
(0,0,0)

Tints of #386527

#386527
(56,101,39)
#4A733A
(74,115,58)
#5C814D
(92,129,77)
#6E8F60
(110,143,96)
#809D73
(128,157,115)
#92AB86
(146,171,134)
#A4B999
(164,185,153)
#B6C7AC
(182,199,172)
#C8D5BF
(200,213,191)
#DAE3D2
(218,227,210)
#ECF1E5
(236,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #386527 color. Also use rgb(56,101,39) instead hex code.

Text Font Color

.myTextColor { color: #386527; }

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

This text font color is #386527.


Background Color

.myBgColor { background-color: #386527; }

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

This div background color is #386527.


Border color

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

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

This div border color is #386527.


Opacity

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

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

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

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

This text has shadow with #386527 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #386527 on black background.


Color preview on white background

This text has color #386527 on white background.



Black color preview on #386527 background

This text has black color on #386527 background.


White color preview on #386527 background

This text has white color on #386527 background.