COLOR #386A38

HEX: #386A38
RGB: (56,106,56)

Color info

#386A38 contains red, green and blue colors in about the same proportion. Web safe color of #386A38 is #336633 (or #363).

RGB color model

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

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

RGB channels and saturation

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

56
106
56

R + G + B ~ 29%. #386A38 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 106 + 56 = 218 (100%)
R 56 of 218 ~ 25.69%
G 106 of 218 ~ 48.62%
B 56 of 218 ~ 25.69%

%25.69
%48.62
%25.69

CMYK color model

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

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

CMYK percentages

%47.17
%0
%47.17
%58.43

Codes

Color #386A38 in popluar color models

386A38
RGB5610656
HSL120°30.86%31.76%
HSB/HSV120°47.17%41.57%
CMYK47.17%0.00%47.17%
58.43%

Color #386A38 in popluar number systems.

HEX386A38
Decimal5610656
Binary1110001101010111000
Octal7015270

Shades and tints

Shades of #386A38

#386A38
(56,106,56)
#336133
(51,97,51)
#2E582E
(46,88,46)
#294F29
(41,79,41)
#244624
(36,70,36)
#1F3D1F
(31,61,31)
#1A341A
(26,52,26)
#152B15
(21,43,21)
#102210
(16,34,16)
#0B190B
(11,25,11)
#061006
(6,16,6)
#000000
(0,0,0)

Tints of #386A38

#386A38
(56,106,56)
#4A774A
(74,119,74)
#5C845C
(92,132,92)
#6E916E
(110,145,110)
#809E80
(128,158,128)
#92AB92
(146,171,146)
#A4B8A4
(164,184,164)
#B6C5B6
(182,197,182)
#C8D2C8
(200,210,200)
#DADFDA
(218,223,218)
#ECECEC
(236,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #386A38; }

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

This text font color is #386A38.


Background Color

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

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

This div background color is #386A38.


Border color

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

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

This div border color is #386A38.


Opacity

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

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

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

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

This text has shadow with #386A38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #386A38 on black background.


Color preview on white background

This text has color #386A38 on white background.



Black color preview on #386A38 background

This text has black color on #386A38 background.


White color preview on #386A38 background

This text has white color on #386A38 background.