COLOR #386636

HEX: #386636
RGB: (56,102,54)

Color info

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

RGB color model

#386636 color RGB value is (56,102,54).

  • red value is 56;
  • green value is 102;
  • blue value is 54.
RGB: (56,102,54) (22%,40%,21%)

RGB channels and saturation

R 56 of 255 = 22%
G 102 of 255 = 40%
B 54 of 255 = 21%

56
102
54

R + G + B ~ 28%. #386636 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 102 + 54 = 212 (100%)
R 56 of 212 ~ 26.42%
G 102 of 212 ~ 48.11%
B 54 of 212 ~ 25.47%

%26.42
%48.11
%25.47

CMYK color model

#386636 color CMYK value is (45,0,47,60).

  • cyan value is 45.10%
  • magenta value is 0.00%
  • yellow value is 47.06%
  • key color value is 60.00%
CMYK: (45,0,47,60) C45M0Y47K60 (45%,0%,47%,60%) (0.45/0.00/0.47/0.60)

CMYK percentages

%45.1
%0
%47.06
%60

Codes

Color #386636 in popluar color models

386636
RGB5610254
HSL118°30.77%30.59%
HSB/HSV118°47.06%40.00%
CMYK45.10%0.00%47.06%
60.00%

Color #386636 in popluar number systems.

HEX386636
Decimal5610254
Binary1110001100110110110
Octal7014666

Shades and tints

Shades of #386636

#386636
(56,102,54)
#335D32
(51,93,50)
#2E542E
(46,84,46)
#294B2A
(41,75,42)
#244226
(36,66,38)
#1F3922
(31,57,34)
#1A301E
(26,48,30)
#15271A
(21,39,26)
#101E16
(16,30,22)
#0B1512
(11,21,18)
#060C0E
(6,12,14)
#000000
(0,0,0)

Tints of #386636

#386636
(56,102,54)
#4A7348
(74,115,72)
#5C805A
(92,128,90)
#6E8D6C
(110,141,108)
#809A7E
(128,154,126)
#92A790
(146,167,144)
#A4B4A2
(164,180,162)
#B6C1B4
(182,193,180)
#C8CEC6
(200,206,198)
#DADBD8
(218,219,216)
#ECE8EA
(236,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #386636 color. Also use rgb(56,102,54) instead hex code.

Text Font Color

.myTextColor { color: #386636; }

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

This text font color is #386636.


Background Color

.myBgColor { background-color: #386636; }

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

This div background color is #386636.


Border color

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

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

This div border color is #386636.


Opacity

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

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

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

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

This text has shadow with #386636 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #386636 on black background.


Color preview on white background

This text has color #386636 on white background.



Black color preview on #386636 background

This text has black color on #386636 background.


White color preview on #386636 background

This text has white color on #386636 background.