COLOR #388810

HEX: #388810
RGB: (56,136,16)

Color info

#388810 contains mainly green color. Web safe color of #388810 is #339900 (or #390).

RGB color model

#388810 color RGB value is (56,136,16).

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

RGB channels and saturation

R 56 of 255 = 22%
G 136 of 255 = 53%
B 16 of 255 = 6%

56
136
16

R + G + B ~ 27%. #388810 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 136 + 16 = 208 (100%)
R 56 of 208 ~ 26.92%
G 136 of 208 ~ 65.38%
B 16 of 208 ~ 7.69%

%26.92
%65.38

CMYK color model

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

  • cyan value is 58.82%
  • magenta value is 0.00%
  • yellow value is 88.24%
  • key color value is 46.67%
CMYK:
(59,0,88,47)
C59M0Y88K47 
(59%,0%,88%,47%)
(0.59/0.00/0.88/0.47)	

CMYK percentages

%58.82
%0
%88.24
%46.67

Codes

Color #388810 in popluar color models

388810
RGB5613616
HSL100°78.95%29.80%
HSB/HSV100°88.24%53.33%
CMYK58.82%0.00%88.24%
46.67%

Color #388810 in popluar number systems.

HEX388810
Decimal5613616
Binary1110001000100010000
Octal7021020

Shades and tints

Shades of #388810

#388810
(56,136,16)
#337C0F
(51,124,15)
#2E700E
(46,112,14)
#29640D
(41,100,13)
#24580C
(36,88,12)
#1F4C0B
(31,76,11)
#1A400A
(26,64,10)
#153409
(21,52,9)
#102808
(16,40,8)
#0B1C07
(11,28,7)
#061006
(6,16,6)
#000000
(0,0,0)

Tints of #388810

#388810
(56,136,16)
#4A9225
(74,146,37)
#5C9C3A
(92,156,58)
#6EA64F
(110,166,79)
#80B064
(128,176,100)
#92BA79
(146,186,121)
#A4C48E
(164,196,142)
#B6CEA3
(182,206,163)
#C8D8B8
(200,216,184)
#DAE2CD
(218,226,205)
#ECECE2
(236,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #388810; }

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

This text font color is #388810.


Background Color

.myBgColor { background-color: #388810; }

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

This div background color is #388810.


Border color

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

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

This div border color is #388810.


Opacity

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

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

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

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

This text has shadow with #388810 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #388810 on black background.


Color preview on white background

This text has color #388810 on white background.



Black color preview on #388810 background

This text has black color on #388810 background.


White color preview on #388810 background

This text has white color on #388810 background.