COLOR #386149

HEX: #386149
RGB: (56,97,73)

Color info

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

RGB color model

#386149 color RGB value is (56,97,73).

  • red value is 56;
  • green value is 97;
  • blue value is 73.
RGB:
(56,97,73)
(22%,38%,29%)

RGB channels and saturation

R 56 of 255 = 22%
G 97 of 255 = 38%
B 73 of 255 = 29%

56
97
73

R + G + B ~ 30%. #386149 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 97 + 73 = 226 (100%)
R 56 of 226 ~ 24.78%
G 97 of 226 ~ 42.92%
B 73 of 226 ~ 32.3%

%24.78
%42.92
%32.3

CMYK color model

#386149 color CMYK value is (42,0,25,62).

  • cyan value is 42.27%
  • magenta value is 0.00%
  • yellow value is 24.74%
  • key color value is 61.96%
CMYK:
(42,0,25,62)
C42M0Y25K62 
(42%,0%,25%,62%)
(0.42/0.00/0.25/0.62)	

CMYK percentages

%42.27
%0
%24.74
%61.96

Codes

Color #386149 in popluar color models

386149
RGB569773
HSL145°26.80%30.00%
HSB/HSV145°42.27%38.04%
CMYK42.27%0.00%24.74%
61.96%

Color #386149 in popluar number systems.

HEX386149
Decimal569773
Binary11100011000011001001
Octal70141111

Shades and tints

Shades of #386149

#386149
(56,97,73)
#335943
(51,89,67)
#2E513D
(46,81,61)
#294937
(41,73,55)
#244131
(36,65,49)
#1F392B
(31,57,43)
#1A3125
(26,49,37)
#15291F
(21,41,31)
#102119
(16,33,25)
#0B1913
(11,25,19)
#06110D
(6,17,13)
#000000
(0,0,0)

Tints of #386149

#386149
(56,97,73)
#4A6F59
(74,111,89)
#5C7D69
(92,125,105)
#6E8B79
(110,139,121)
#809989
(128,153,137)
#92A799
(146,167,153)
#A4B5A9
(164,181,169)
#B6C3B9
(182,195,185)
#C8D1C9
(200,209,201)
#DADFD9
(218,223,217)
#ECEDE9
(236,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #386149 color. Also use rgb(56,97,73) instead hex code.

Text Font Color

.myTextColor { color: #386149; }

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

This text font color is #386149.


Background Color

.myBgColor { background-color: #386149; }

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

This div background color is #386149.


Border color

.myBorderColor { border: 1px solid #386149; }

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

This div border color is #386149.


Opacity

.myOpacity80 { color: #386149; opacity: 0.8; }

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

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

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

This text has shadow with #386149 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #386149 on black background.


Color preview on white background

This text has color #386149 on white background.



Black color preview on #386149 background

This text has black color on #386149 background.


White color preview on #386149 background

This text has white color on #386149 background.