COLOR #386A00

HEX: #386A00
RGB: (56,106,0)

Color info

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

RGB color model

#386A00 color RGB value is (56,106,0).

  • red value is 56;
  • green value is 106;
  • blue value is 0.
RGB:
(56,106,0)
(22%,42%,0%)

RGB channels and saturation

R 56 of 255 = 22%
G 106 of 255 = 42%
B 0 of 255 = 0%

56
106
0

R + G + B ~ 21%. #386A00 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 106 + 0 = 162 (100%)
R 56 of 162 ~ 34.57%
G 106 of 162 ~ 65.43%
B 0 of 162 ~ 0%

%34.57
%65.43

CMYK color model

#386A00 color CMYK value is (47,0,100,58).

  • cyan value is 47.17%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 58.43%
CMYK:
(47,0,100,58)
C47M0Y100K58 
(47%,0%,100%,58%)
(0.47/0.00/1.00/0.58)	

CMYK percentages

%47.17
%0
%100
%58.43

Codes

Color #386A00 in popluar color models

386A00
RGB561060
HSL88°100.00%20.78%
HSB/HSV88°100.00%41.57%
CMYK47.17%0.00%100.00%
58.43%

Color #386A00 in popluar number systems.

HEX386A00
Decimal561060
Binary11100011010100
Octal701520

Shades and tints

Shades of #386A00

#386A00
(56,106,0)
#336100
(51,97,0)
#2E5800
(46,88,0)
#294F00
(41,79,0)
#244600
(36,70,0)
#1F3D00
(31,61,0)
#1A3400
(26,52,0)
#152B00
(21,43,0)
#102200
(16,34,0)
#0B1900
(11,25,0)
#061000
(6,16,0)
#000000
(0,0,0)

Tints of #386A00

#386A00
(56,106,0)
#4A7717
(74,119,23)
#5C842E
(92,132,46)
#6E9145
(110,145,69)
#809E5C
(128,158,92)
#92AB73
(146,171,115)
#A4B88A
(164,184,138)
#B6C5A1
(182,197,161)
#C8D2B8
(200,210,184)
#DADFCF
(218,223,207)
#ECECE6
(236,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #386A00 color. Also use rgb(56,106,0) instead hex code.

Text Font Color

.myTextColor { color: #386A00; }

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

This text font color is #386A00.


Background Color

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

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

This div background color is #386A00.


Border color

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

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

This div border color is #386A00.


Opacity

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

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

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

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

This text has shadow with #386A00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #386A00 on black background.


Color preview on white background

This text has color #386A00 on white background.



Black color preview on #386A00 background

This text has black color on #386A00 background.


White color preview on #386A00 background

This text has white color on #386A00 background.