COLOR #386B0D

HEX: #386B0D
RGB: (56,107,13)

Color info

#386B0D contains mainly red and green colors. Web safe color of #386B0D is #336600 (or #360).

RGB color model

#386B0D color RGB value is (56,107,13).

  • red value is 56;
  • green value is 107;
  • blue value is 13.
RGB:
(56,107,13)
(22%,42%,5%)

RGB channels and saturation

R 56 of 255 = 22%
G 107 of 255 = 42%
B 13 of 255 = 5%

56
107
13

R + G + B ~ 23%. #386B0D is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 107 + 13 = 176 (100%)
R 56 of 176 ~ 31.82%
G 107 of 176 ~ 60.8%
B 13 of 176 ~ 7.39%

%31.82
%60.8

CMYK color model

#386B0D color CMYK value is (48,0,88,58).

  • cyan value is 47.66%
  • magenta value is 0.00%
  • yellow value is 87.85%
  • key color value is 58.04%
CMYK:
(48,0,88,58)
C48M0Y88K58 
(48%,0%,88%,58%)
(0.48/0.00/0.88/0.58)	

CMYK percentages

%47.66
%0
%87.85
%58.04

Codes

Color #386B0D in popluar color models

386B0D
RGB5610713
HSL93°78.33%23.53%
HSB/HSV93°87.85%41.96%
CMYK47.66%0.00%87.85%
58.04%

Color #386B0D in popluar number systems.

HEX386B0D
Decimal5610713
Binary11100011010111101
Octal7015315

Shades and tints

Shades of #386B0D

#386B0D
(56,107,13)
#33620C
(51,98,12)
#2E590B
(46,89,11)
#29500A
(41,80,10)
#244709
(36,71,9)
#1F3E08
(31,62,8)
#1A3507
(26,53,7)
#152C06
(21,44,6)
#102305
(16,35,5)
#0B1A04
(11,26,4)
#061103
(6,17,3)
#000000
(0,0,0)

Tints of #386B0D

#386B0D
(56,107,13)
#4A7823
(74,120,35)
#5C8539
(92,133,57)
#6E924F
(110,146,79)
#809F65
(128,159,101)
#92AC7B
(146,172,123)
#A4B991
(164,185,145)
#B6C6A7
(182,198,167)
#C8D3BD
(200,211,189)
#DAE0D3
(218,224,211)
#ECEDE9
(236,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #386B0D color. Also use rgb(56,107,13) instead hex code.

Text Font Color

.myTextColor { color: #386B0D; }

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

This text font color is #386B0D.


Background Color

.myBgColor { background-color: #386B0D; }

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

This div background color is #386B0D.


Border color

.myBorderColor { border: 1px solid #386B0D; }

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

This div border color is #386B0D.


Opacity

.myOpacity80 { color: #386B0D; opacity: 0.8; }

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

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

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

This text has shadow with #386B0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #386B0D on black background.


Color preview on white background

This text has color #386B0D on white background.



Black color preview on #386B0D background

This text has black color on #386B0D background.


White color preview on #386B0D background

This text has white color on #386B0D background.