COLOR #386446

HEX: #386446
RGB: (56,100,70)

Color info

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

RGB color model

#386446 color RGB value is (56,100,70).

  • red value is 56;
  • green value is 100;
  • blue value is 70.
RGB:
(56,100,70)
(22%,39%,27%)

RGB channels and saturation

R 56 of 255 = 22%
G 100 of 255 = 39%
B 70 of 255 = 27%

56
100
70

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

Portions of RGB colors in percentages

R + G + B =
56 + 100 + 70 = 226 (100%)
R 56 of 226 ~ 24.78%
G 100 of 226 ~ 44.25%
B 70 of 226 ~ 30.97%

%24.78
%44.25
%30.97

CMYK color model

#386446 color CMYK value is (44,0,30,61).

  • cyan value is 44.00%
  • magenta value is 0.00%
  • yellow value is 30.00%
  • key color value is 60.78%
CMYK:
(44,0,30,61)
C44M0Y30K61 
(44%,0%,30%,61%)
(0.44/0.00/0.30/0.61)	

CMYK percentages

%44
%0
%30
%60.78

Codes

Color #386446 in popluar color models

386446
RGB5610070
HSL139°28.21%30.59%
HSB/HSV139°44.00%39.22%
CMYK44.00%0.00%30.00%
60.78%

Color #386446 in popluar number systems.

HEX386446
Decimal5610070
Binary11100011001001000110
Octal70144106

Shades and tints

Shades of #386446

#386446
(56,100,70)
#335B40
(51,91,64)
#2E523A
(46,82,58)
#294934
(41,73,52)
#24402E
(36,64,46)
#1F3728
(31,55,40)
#1A2E22
(26,46,34)
#15251C
(21,37,28)
#101C16
(16,28,22)
#0B1310
(11,19,16)
#060A0A
(6,10,10)
#000000
(0,0,0)

Tints of #386446

#386446
(56,100,70)
#4A7256
(74,114,86)
#5C8066
(92,128,102)
#6E8E76
(110,142,118)
#809C86
(128,156,134)
#92AA96
(146,170,150)
#A4B8A6
(164,184,166)
#B6C6B6
(182,198,182)
#C8D4C6
(200,212,198)
#DAE2D6
(218,226,214)
#ECF0E6
(236,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #386446 color. Also use rgb(56,100,70) instead hex code.

Text Font Color

.myTextColor { color: #386446; }

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

This text font color is #386446.


Background Color

.myBgColor { background-color: #386446; }

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

This div background color is #386446.


Border color

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

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

This div border color is #386446.


Opacity

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

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

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

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

This text has shadow with #386446 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #386446 on black background.


Color preview on white background

This text has color #386446 on white background.



Black color preview on #386446 background

This text has black color on #386446 background.


White color preview on #386446 background

This text has white color on #386446 background.