COLOR #386F33

HEX: #386F33
RGB: (56,111,51)

Color info

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

RGB color model

#386F33 color RGB value is (56,111,51).

  • red value is 56;
  • green value is 111;
  • blue value is 51.
RGB:
(56,111,51)
(22%,44%,20%)

RGB channels and saturation

R 56 of 255 = 22%
G 111 of 255 = 44%
B 51 of 255 = 20%

56
111
51

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

Portions of RGB colors in percentages

R + G + B =
56 + 111 + 51 = 218 (100%)
R 56 of 218 ~ 25.69%
G 111 of 218 ~ 50.92%
B 51 of 218 ~ 23.39%

%25.69
%50.92
%23.39

CMYK color model

#386F33 color CMYK value is (50,0,54,56).

  • cyan value is 49.55%
  • magenta value is 0.00%
  • yellow value is 54.05%
  • key color value is 56.47%
CMYK:
(50,0,54,56)
C50M0Y54K56 
(50%,0%,54%,56%)
(0.50/0.00/0.54/0.56)	

CMYK percentages

%49.55
%0
%54.05
%56.47

Codes

Color #386F33 in popluar color models

386F33
RGB5611151
HSL115°37.04%31.76%
HSB/HSV115°54.05%43.53%
CMYK49.55%0.00%54.05%
56.47%

Color #386F33 in popluar number systems.

HEX386F33
Decimal5611151
Binary1110001101111110011
Octal7015763

Shades and tints

Shades of #386F33

#386F33
(56,111,51)
#33652F
(51,101,47)
#2E5B2B
(46,91,43)
#295127
(41,81,39)
#244723
(36,71,35)
#1F3D1F
(31,61,31)
#1A331B
(26,51,27)
#152917
(21,41,23)
#101F13
(16,31,19)
#0B150F
(11,21,15)
#060B0B
(6,11,11)
#000000
(0,0,0)

Tints of #386F33

#386F33
(56,111,51)
#4A7C45
(74,124,69)
#5C8957
(92,137,87)
#6E9669
(110,150,105)
#80A37B
(128,163,123)
#92B08D
(146,176,141)
#A4BD9F
(164,189,159)
#B6CAB1
(182,202,177)
#C8D7C3
(200,215,195)
#DAE4D5
(218,228,213)
#ECF1E7
(236,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #386F33; }

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

This text font color is #386F33.


Background Color

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

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

This div background color is #386F33.


Border color

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

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

This div border color is #386F33.


Opacity

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

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

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

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

This text has shadow with #386F33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #386F33 on black background.


Color preview on white background

This text has color #386F33 on white background.



Black color preview on #386F33 background

This text has black color on #386F33 background.


White color preview on #386F33 background

This text has white color on #386F33 background.