COLOR #386248

HEX: #386248
RGB: (56,98,72)

Color info

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

RGB color model

#386248 color RGB value is (56,98,72).

  • red value is 56;
  • green value is 98;
  • blue value is 72.
RGB:
(56,98,72)
(22%,38%,28%)

RGB channels and saturation

R 56 of 255 = 22%
G 98 of 255 = 38%
B 72 of 255 = 28%

56
98
72

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

Portions of RGB colors in percentages

R + G + B =
56 + 98 + 72 = 226 (100%)
R 56 of 226 ~ 24.78%
G 98 of 226 ~ 43.36%
B 72 of 226 ~ 31.86%

%24.78
%43.36
%31.86

CMYK color model

#386248 color CMYK value is (43,0,27,62).

  • cyan value is 42.86%
  • magenta value is 0.00%
  • yellow value is 26.53%
  • key color value is 61.57%
CMYK:
(43,0,27,62)
C43M0Y27K62 
(43%,0%,27%,62%)
(0.43/0.00/0.27/0.62)	

CMYK percentages

%42.86
%0
%26.53
%61.57

Codes

Color #386248 in popluar color models

386248
RGB569872
HSL143°27.27%30.20%
HSB/HSV143°42.86%38.43%
CMYK42.86%0.00%26.53%
61.57%

Color #386248 in popluar number systems.

HEX386248
Decimal569872
Binary11100011000101001000
Octal70142110

Shades and tints

Shades of #386248

#386248
(56,98,72)
#335A42
(51,90,66)
#2E523C
(46,82,60)
#294A36
(41,74,54)
#244230
(36,66,48)
#1F3A2A
(31,58,42)
#1A3224
(26,50,36)
#152A1E
(21,42,30)
#102218
(16,34,24)
#0B1A12
(11,26,18)
#06120C
(6,18,12)
#000000
(0,0,0)

Tints of #386248

#386248
(56,98,72)
#4A7058
(74,112,88)
#5C7E68
(92,126,104)
#6E8C78
(110,140,120)
#809A88
(128,154,136)
#92A898
(146,168,152)
#A4B6A8
(164,182,168)
#B6C4B8
(182,196,184)
#C8D2C8
(200,210,200)
#DAE0D8
(218,224,216)
#ECEEE8
(236,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #386248 color. Also use rgb(56,98,72) instead hex code.

Text Font Color

.myTextColor { color: #386248; }

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

This text font color is #386248.


Background Color

.myBgColor { background-color: #386248; }

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

This div background color is #386248.


Border color

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

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

This div border color is #386248.


Opacity

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

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

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

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

This text has shadow with #386248 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #386248 on black background.


Color preview on white background

This text has color #386248 on white background.



Black color preview on #386248 background

This text has black color on #386248 background.


White color preview on #386248 background

This text has white color on #386248 background.