COLOR #386D45

HEX: #386D45
RGB: (56,109,69)

Color info

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

RGB color model

#386D45 color RGB value is (56,109,69).

  • red value is 56;
  • green value is 109;
  • blue value is 69.
RGB:
(56,109,69)
(22%,43%,27%)

RGB channels and saturation

R 56 of 255 = 22%
G 109 of 255 = 43%
B 69 of 255 = 27%

56
109
69

R + G + B ~ 31%. #386D45 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 109 + 69 = 234 (100%)
R 56 of 234 ~ 23.93%
G 109 of 234 ~ 46.58%
B 69 of 234 ~ 29.49%

%23.93
%46.58
%29.49

CMYK color model

#386D45 color CMYK value is (49,0,37,57).

  • cyan value is 48.62%
  • magenta value is 0.00%
  • yellow value is 36.70%
  • key color value is 57.25%
CMYK:
(49,0,37,57)
C49M0Y37K57 
(49%,0%,37%,57%)
(0.49/0.00/0.37/0.57)	

CMYK percentages

%48.62
%0
%36.7
%57.25

Codes

Color #386D45 in popluar color models

386D45
RGB5610969
HSL135°32.12%32.35%
HSB/HSV135°48.62%42.75%
CMYK48.62%0.00%36.70%
57.25%

Color #386D45 in popluar number systems.

HEX386D45
Decimal5610969
Binary11100011011011000101
Octal70155105

Shades and tints

Shades of #386D45

#386D45
(56,109,69)
#33643F
(51,100,63)
#2E5B39
(46,91,57)
#295233
(41,82,51)
#24492D
(36,73,45)
#1F4027
(31,64,39)
#1A3721
(26,55,33)
#152E1B
(21,46,27)
#102515
(16,37,21)
#0B1C0F
(11,28,15)
#061309
(6,19,9)
#000000
(0,0,0)

Tints of #386D45

#386D45
(56,109,69)
#4A7A55
(74,122,85)
#5C8765
(92,135,101)
#6E9475
(110,148,117)
#80A185
(128,161,133)
#92AE95
(146,174,149)
#A4BBA5
(164,187,165)
#B6C8B5
(182,200,181)
#C8D5C5
(200,213,197)
#DAE2D5
(218,226,213)
#ECEFE5
(236,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #386D45; }

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

This text font color is #386D45.


Background Color

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

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

This div background color is #386D45.


Border color

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

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

This div border color is #386D45.


Opacity

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

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

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

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

This text has shadow with #386D45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #386D45 on black background.


Color preview on white background

This text has color #386D45 on white background.



Black color preview on #386D45 background

This text has black color on #386D45 background.


White color preview on #386D45 background

This text has white color on #386D45 background.