COLOR #386125

HEX: #386125
RGB: (56,97,37)

Color info

#386125 contains mainly red and green colors. Web safe color of #386125 is #336633 (or #363).

RGB color model

#386125 color RGB value is (56,97,37).

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

RGB channels and saturation

R 56 of 255 = 22%
G 97 of 255 = 38%
B 37 of 255 = 15%

56
97
37

R + G + B ~ 25%. #386125 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 97 + 37 = 190 (100%)
R 56 of 190 ~ 29.47%
G 97 of 190 ~ 51.05%
B 37 of 190 ~ 19.47%

%29.47
%51.05
%19.47

CMYK color model

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

  • cyan value is 42.27%
  • magenta value is 0.00%
  • yellow value is 61.86%
  • key color value is 61.96%
CMYK:
(42,0,62,62)
C42M0Y62K62 
(42%,0%,62%,62%)
(0.42/0.00/0.62/0.62)	

CMYK percentages

%42.27
%0
%61.86
%61.96

Codes

Color #386125 in popluar color models

386125
RGB569737
HSL101°44.78%26.27%
HSB/HSV101°61.86%38.04%
CMYK42.27%0.00%61.86%
61.96%

Color #386125 in popluar number systems.

HEX386125
Decimal569737
Binary1110001100001100101
Octal7014145

Shades and tints

Shades of #386125

#386125
(56,97,37)
#335922
(51,89,34)
#2E511F
(46,81,31)
#29491C
(41,73,28)
#244119
(36,65,25)
#1F3916
(31,57,22)
#1A3113
(26,49,19)
#152910
(21,41,16)
#10210D
(16,33,13)
#0B190A
(11,25,10)
#061107
(6,17,7)
#000000
(0,0,0)

Tints of #386125

#386125
(56,97,37)
#4A6F38
(74,111,56)
#5C7D4B
(92,125,75)
#6E8B5E
(110,139,94)
#809971
(128,153,113)
#92A784
(146,167,132)
#A4B597
(164,181,151)
#B6C3AA
(182,195,170)
#C8D1BD
(200,209,189)
#DADFD0
(218,223,208)
#ECEDE3
(236,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #386125; }

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

This text font color is #386125.


Background Color

.myBgColor { background-color: #386125; }

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

This div background color is #386125.


Border color

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

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

This div border color is #386125.


Opacity

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

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

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

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

This text has shadow with #386125 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #386125 on black background.


Color preview on white background

This text has color #386125 on white background.



Black color preview on #386125 background

This text has black color on #386125 background.


White color preview on #386125 background

This text has white color on #386125 background.