COLOR #388848

HEX: #388848
RGB: (56,136,72)

Color info

#388848 contains mainly green color. Web safe color of #388848 is #339933 (or #393).

RGB color model

#388848 color RGB value is (56,136,72).

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

RGB channels and saturation

R 56 of 255 = 22%
G 136 of 255 = 53%
B 72 of 255 = 28%

56
136
72

R + G + B ~ 34%. #388848 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 136 + 72 = 264 (100%)
R 56 of 264 ~ 21.21%
G 136 of 264 ~ 51.52%
B 72 of 264 ~ 27.27%

%21.21
%51.52
%27.27

CMYK color model

#388848 color CMYK value is (59,0,47,47).

  • cyan value is 58.82%
  • magenta value is 0.00%
  • yellow value is 47.06%
  • key color value is 46.67%
CMYK:
(59,0,47,47)
C59M0Y47K47 
(59%,0%,47%,47%)
(0.59/0.00/0.47/0.47)	

CMYK percentages

%58.82
%0
%47.06
%46.67

Codes

Color #388848 in popluar color models

388848
RGB5613672
HSL132°41.67%37.65%
HSB/HSV132°58.82%53.33%
CMYK58.82%0.00%47.06%
46.67%

Color #388848 in popluar number systems.

HEX388848
Decimal5613672
Binary111000100010001001000
Octal70210110

Shades and tints

Shades of #388848

#388848
(56,136,72)
#337C42
(51,124,66)
#2E703C
(46,112,60)
#296436
(41,100,54)
#245830
(36,88,48)
#1F4C2A
(31,76,42)
#1A4024
(26,64,36)
#15341E
(21,52,30)
#102818
(16,40,24)
#0B1C12
(11,28,18)
#06100C
(6,16,12)
#000000
(0,0,0)

Tints of #388848

#388848
(56,136,72)
#4A9258
(74,146,88)
#5C9C68
(92,156,104)
#6EA678
(110,166,120)
#80B088
(128,176,136)
#92BA98
(146,186,152)
#A4C4A8
(164,196,168)
#B6CEB8
(182,206,184)
#C8D8C8
(200,216,200)
#DAE2D8
(218,226,216)
#ECECE8
(236,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #388848; }

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

This text font color is #388848.


Background Color

.myBgColor { background-color: #388848; }

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

This div background color is #388848.


Border color

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

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

This div border color is #388848.


Opacity

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

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

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

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

This text has shadow with #388848 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #388848 on black background.


Color preview on white background

This text has color #388848 on white background.



Black color preview on #388848 background

This text has black color on #388848 background.


White color preview on #388848 background

This text has white color on #388848 background.