COLOR #388500

HEX: #388500
RGB: (56,133,0)

Color info

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

RGB color model

#388500 color RGB value is (56,133,0).

  • red value is 56;
  • green value is 133;
  • blue value is 0.
RGB:
(56,133,0)
(22%,52%,0%)

RGB channels and saturation

R 56 of 255 = 22%
G 133 of 255 = 52%
B 0 of 255 = 0%

56
133
0

R + G + B ~ 25%. #388500 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 133 + 0 = 189 (100%)
R 56 of 189 ~ 29.63%
G 133 of 189 ~ 70.37%
B 0 of 189 ~ 0%

%29.63
%70.37

CMYK color model

#388500 color CMYK value is (58,0,100,48).

  • cyan value is 57.89%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 47.84%
CMYK:
(58,0,100,48)
C58M0Y100K48 
(58%,0%,100%,48%)
(0.58/0.00/1.00/0.48)	

CMYK percentages

%57.89
%0
%100
%47.84

Codes

Color #388500 in popluar color models

388500
RGB561330
HSL95°100.00%26.08%
HSB/HSV95°100.00%52.16%
CMYK57.89%0.00%100.00%
47.84%

Color #388500 in popluar number systems.

HEX388500
Decimal561330
Binary111000100001010
Octal702050

Shades and tints

Shades of #388500

#388500
(56,133,0)
#337900
(51,121,0)
#2E6D00
(46,109,0)
#296100
(41,97,0)
#245500
(36,85,0)
#1F4900
(31,73,0)
#1A3D00
(26,61,0)
#153100
(21,49,0)
#102500
(16,37,0)
#0B1900
(11,25,0)
#060D00
(6,13,0)
#000000
(0,0,0)

Tints of #388500

#388500
(56,133,0)
#4A9017
(74,144,23)
#5C9B2E
(92,155,46)
#6EA645
(110,166,69)
#80B15C
(128,177,92)
#92BC73
(146,188,115)
#A4C78A
(164,199,138)
#B6D2A1
(182,210,161)
#C8DDB8
(200,221,184)
#DAE8CF
(218,232,207)
#ECF3E6
(236,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #388500 color. Also use rgb(56,133,0) instead hex code.

Text Font Color

.myTextColor { color: #388500; }

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

This text font color is #388500.


Background Color

.myBgColor { background-color: #388500; }

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

This div background color is #388500.


Border color

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

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

This div border color is #388500.


Opacity

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

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

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

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

This text has shadow with #388500 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #388500 on black background.


Color preview on white background

This text has color #388500 on white background.



Black color preview on #388500 background

This text has black color on #388500 background.


White color preview on #388500 background

This text has white color on #388500 background.