COLOR #386625

HEX: #386625
RGB: (56,102,37)

Color info

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

RGB color model

#386625 color RGB value is (56,102,37).

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

RGB channels and saturation

R 56 of 255 = 22%
G 102 of 255 = 40%
B 37 of 255 = 15%

56
102
37

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

Portions of RGB colors in percentages

R + G + B =
56 + 102 + 37 = 195 (100%)
R 56 of 195 ~ 28.72%
G 102 of 195 ~ 52.31%
B 37 of 195 ~ 18.97%

%28.72
%52.31
%18.97

CMYK color model

#386625 color CMYK value is (45,0,64,60).

  • cyan value is 45.10%
  • magenta value is 0.00%
  • yellow value is 63.73%
  • key color value is 60.00%
CMYK:
(45,0,64,60)
C45M0Y64K60 
(45%,0%,64%,60%)
(0.45/0.00/0.64/0.60)	

CMYK percentages

%45.1
%0
%63.73
%60

Codes

Color #386625 in popluar color models

386625
RGB5610237
HSL102°46.76%27.25%
HSB/HSV102°63.73%40.00%
CMYK45.10%0.00%63.73%
60.00%

Color #386625 in popluar number systems.

HEX386625
Decimal5610237
Binary1110001100110100101
Octal7014645

Shades and tints

Shades of #386625

#386625
(56,102,37)
#335D22
(51,93,34)
#2E541F
(46,84,31)
#294B1C
(41,75,28)
#244219
(36,66,25)
#1F3916
(31,57,22)
#1A3013
(26,48,19)
#152710
(21,39,16)
#101E0D
(16,30,13)
#0B150A
(11,21,10)
#060C07
(6,12,7)
#000000
(0,0,0)

Tints of #386625

#386625
(56,102,37)
#4A7338
(74,115,56)
#5C804B
(92,128,75)
#6E8D5E
(110,141,94)
#809A71
(128,154,113)
#92A784
(146,167,132)
#A4B497
(164,180,151)
#B6C1AA
(182,193,170)
#C8CEBD
(200,206,189)
#DADBD0
(218,219,208)
#ECE8E3
(236,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #386625 color. Also use rgb(56,102,37) instead hex code.

Text Font Color

.myTextColor { color: #386625; }

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

This text font color is #386625.


Background Color

.myBgColor { background-color: #386625; }

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

This div background color is #386625.


Border color

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

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

This div border color is #386625.


Opacity

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

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

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

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

This text has shadow with #386625 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #386625 on black background.


Color preview on white background

This text has color #386625 on white background.



Black color preview on #386625 background

This text has black color on #386625 background.


White color preview on #386625 background

This text has white color on #386625 background.