COLOR #386F09

HEX: #386F09
RGB: (56,111,9)

Color info

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

RGB color model

#386F09 color RGB value is (56,111,9).

  • red value is 56;
  • green value is 111;
  • blue value is 9.
RGB:
(56,111,9)
(22%,44%,4%)

RGB channels and saturation

R 56 of 255 = 22%
G 111 of 255 = 44%
B 9 of 255 = 4%

56
111
9

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

Portions of RGB colors in percentages

R + G + B =
56 + 111 + 9 = 176 (100%)
R 56 of 176 ~ 31.82%
G 111 of 176 ~ 63.07%
B 9 of 176 ~ 5.11%

%31.82
%63.07

CMYK color model

#386F09 color CMYK value is (50,0,92,56).

  • cyan value is 49.55%
  • magenta value is 0.00%
  • yellow value is 91.89%
  • key color value is 56.47%
CMYK:
(50,0,92,56)
C50M0Y92K56 
(50%,0%,92%,56%)
(0.50/0.00/0.92/0.56)	

CMYK percentages

%49.55
%0
%91.89
%56.47

Codes

Color #386F09 in popluar color models

386F09
RGB561119
HSL92°85.00%23.53%
HSB/HSV92°91.89%43.53%
CMYK49.55%0.00%91.89%
56.47%

Color #386F09 in popluar number systems.

HEX386F09
Decimal561119
Binary11100011011111001
Octal7015711

Shades and tints

Shades of #386F09

#386F09
(56,111,9)
#336509
(51,101,9)
#2E5B09
(46,91,9)
#295109
(41,81,9)
#244709
(36,71,9)
#1F3D09
(31,61,9)
#1A3309
(26,51,9)
#152909
(21,41,9)
#101F09
(16,31,9)
#0B1509
(11,21,9)
#060B09
(6,11,9)
#000000
(0,0,0)

Tints of #386F09

#386F09
(56,111,9)
#4A7C1F
(74,124,31)
#5C8935
(92,137,53)
#6E964B
(110,150,75)
#80A361
(128,163,97)
#92B077
(146,176,119)
#A4BD8D
(164,189,141)
#B6CAA3
(182,202,163)
#C8D7B9
(200,215,185)
#DAE4CF
(218,228,207)
#ECF1E5
(236,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #386F09 color. Also use rgb(56,111,9) instead hex code.

Text Font Color

.myTextColor { color: #386F09; }

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

This text font color is #386F09.


Background Color

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

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

This div background color is #386F09.


Border color

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

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

This div border color is #386F09.


Opacity

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

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

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

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

This text has shadow with #386F09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #386F09 on black background.


Color preview on white background

This text has color #386F09 on white background.



Black color preview on #386F09 background

This text has black color on #386F09 background.


White color preview on #386F09 background

This text has white color on #386F09 background.