COLOR #386729

HEX: #386729
RGB: (56,103,41)

Color info

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

RGB color model

#386729 color RGB value is (56,103,41).

  • red value is 56;
  • green value is 103;
  • blue value is 41.
RGB:
(56,103,41)
(22%,40%,16%)

RGB channels and saturation

R 56 of 255 = 22%
G 103 of 255 = 40%
B 41 of 255 = 16%

56
103
41

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

Portions of RGB colors in percentages

R + G + B =
56 + 103 + 41 = 200 (100%)
R 56 of 200 ~ 28%
G 103 of 200 ~ 51.5%
B 41 of 200 ~ 20.5%

%28
%51.5
%20.5

CMYK color model

#386729 color CMYK value is (46,0,60,60).

  • cyan value is 45.63%
  • magenta value is 0.00%
  • yellow value is 60.19%
  • key color value is 59.61%
CMYK:
(46,0,60,60)
C46M0Y60K60 
(46%,0%,60%,60%)
(0.46/0.00/0.60/0.60)	

CMYK percentages

%45.63
%0
%60.19
%59.61

Codes

Color #386729 in popluar color models

386729
RGB5610341
HSL105°43.06%28.24%
HSB/HSV105°60.19%40.39%
CMYK45.63%0.00%60.19%
59.61%

Color #386729 in popluar number systems.

HEX386729
Decimal5610341
Binary1110001100111101001
Octal7014751

Shades and tints

Shades of #386729

#386729
(56,103,41)
#335E26
(51,94,38)
#2E5523
(46,85,35)
#294C20
(41,76,32)
#24431D
(36,67,29)
#1F3A1A
(31,58,26)
#1A3117
(26,49,23)
#152814
(21,40,20)
#101F11
(16,31,17)
#0B160E
(11,22,14)
#060D0B
(6,13,11)
#000000
(0,0,0)

Tints of #386729

#386729
(56,103,41)
#4A743C
(74,116,60)
#5C814F
(92,129,79)
#6E8E62
(110,142,98)
#809B75
(128,155,117)
#92A888
(146,168,136)
#A4B59B
(164,181,155)
#B6C2AE
(182,194,174)
#C8CFC1
(200,207,193)
#DADCD4
(218,220,212)
#ECE9E7
(236,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #386729 color. Also use rgb(56,103,41) instead hex code.

Text Font Color

.myTextColor { color: #386729; }

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

This text font color is #386729.


Background Color

.myBgColor { background-color: #386729; }

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

This div background color is #386729.


Border color

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

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

This div border color is #386729.


Opacity

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

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

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

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

This text has shadow with #386729 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #386729 on black background.


Color preview on white background

This text has color #386729 on white background.



Black color preview on #386729 background

This text has black color on #386729 background.


White color preview on #386729 background

This text has white color on #386729 background.