COLOR #387B29

HEX: #387B29
RGB: (56,123,41)

Color info

#387B29 contains mainly green color. Web safe color of #387B29 is #336633 (or #363).

RGB color model

#387B29 color RGB value is (56,123,41).

  • red value is 56;
  • green value is 123;
  • blue value is 41.
RGB:
(56,123,41)
(22%,48%,16%)

RGB channels and saturation

R 56 of 255 = 22%
G 123 of 255 = 48%
B 41 of 255 = 16%

56
123
41

R + G + B ~ 29%. #387B29 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 123 + 41 = 220 (100%)
R 56 of 220 ~ 25.45%
G 123 of 220 ~ 55.91%
B 41 of 220 ~ 18.64%

%25.45
%55.91
%18.64

CMYK color model

#387B29 color CMYK value is (54,0,67,52).

  • cyan value is 54.47%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 51.76%
CMYK:
(54,0,67,52)
C54M0Y67K52 
(54%,0%,67%,52%)
(0.54/0.00/0.67/0.52)	

CMYK percentages

%54.47
%0
%66.67
%51.76

Codes

Color #387B29 in popluar color models

387B29
RGB5612341
HSL109°50.00%32.16%
HSB/HSV109°66.67%48.24%
CMYK54.47%0.00%66.67%
51.76%

Color #387B29 in popluar number systems.

HEX387B29
Decimal5612341
Binary1110001111011101001
Octal7017351

Shades and tints

Shades of #387B29

#387B29
(56,123,41)
#337026
(51,112,38)
#2E6523
(46,101,35)
#295A20
(41,90,32)
#244F1D
(36,79,29)
#1F441A
(31,68,26)
#1A3917
(26,57,23)
#152E14
(21,46,20)
#102311
(16,35,17)
#0B180E
(11,24,14)
#060D0B
(6,13,11)
#000000
(0,0,0)

Tints of #387B29

#387B29
(56,123,41)
#4A873C
(74,135,60)
#5C934F
(92,147,79)
#6E9F62
(110,159,98)
#80AB75
(128,171,117)
#92B788
(146,183,136)
#A4C39B
(164,195,155)
#B6CFAE
(182,207,174)
#C8DBC1
(200,219,193)
#DAE7D4
(218,231,212)
#ECF3E7
(236,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #387B29 color. Also use rgb(56,123,41) instead hex code.

Text Font Color

.myTextColor { color: #387B29; }

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

This text font color is #387B29.


Background Color

.myBgColor { background-color: #387B29; }

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

This div background color is #387B29.


Border color

.myBorderColor { border: 1px solid #387B29; }

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

This div border color is #387B29.


Opacity

.myOpacity80 { color: #387B29; opacity: 0.8; }

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

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

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

This text has shadow with #387B29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #387B29 on black background.


Color preview on white background

This text has color #387B29 on white background.



Black color preview on #387B29 background

This text has black color on #387B29 background.


White color preview on #387B29 background

This text has white color on #387B29 background.