COLOR #388B23

HEX: #388B23
RGB: (56,139,35)

Color info

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

RGB color model

#388B23 color RGB value is (56,139,35).

  • red value is 56;
  • green value is 139;
  • blue value is 35.
RGB: (56,139,35) (22%,55%,14%)

RGB channels and saturation

R 56 of 255 = 22%
G 139 of 255 = 55%
B 35 of 255 = 14%

56
139
35

R + G + B ~ 30%. #388B23 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 139 + 35 = 230 (100%)
R 56 of 230 ~ 24.35%
G 139 of 230 ~ 60.43%
B 35 of 230 ~ 15.22%

%24.35
%60.43
%15.22

CMYK color model

#388B23 color CMYK value is (60,0,75,45).

  • cyan value is 59.71%
  • magenta value is 0.00%
  • yellow value is 74.82%
  • key color value is 45.49%
CMYK: (60,0,75,45) C60M0Y75K45 (60%,0%,75%,45%) (0.60/0.00/0.75/0.45)

CMYK percentages

%59.71
%0
%74.82
%45.49

Codes

Color #388B23 in popluar color models

388B23
RGB5613935
HSL108°59.77%34.12%
HSB/HSV108°74.82%54.51%
CMYK59.71%0.00%74.82%
45.49%

Color #388B23 in popluar number systems.

HEX388B23
Decimal5613935
Binary11100010001011100011
Octal7021343

Shades and tints

Shades of #388B23

#388B23
(56,139,35)
#337F20
(51,127,32)
#2E731D
(46,115,29)
#29671A
(41,103,26)
#245B17
(36,91,23)
#1F4F14
(31,79,20)
#1A4311
(26,67,17)
#15370E
(21,55,14)
#102B0B
(16,43,11)
#0B1F08
(11,31,8)
#061305
(6,19,5)
#000000
(0,0,0)

Tints of #388B23

#388B23
(56,139,35)
#4A9537
(74,149,55)
#5C9F4B
(92,159,75)
#6EA95F
(110,169,95)
#80B373
(128,179,115)
#92BD87
(146,189,135)
#A4C79B
(164,199,155)
#B6D1AF
(182,209,175)
#C8DBC3
(200,219,195)
#DAE5D7
(218,229,215)
#ECEFEB
(236,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #388B23 color. Also use rgb(56,139,35) instead hex code.

Text Font Color

.myTextColor { color: #388B23; }

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

This text font color is #388B23.


Background Color

.myBgColor { background-color: #388B23; }

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

This div background color is #388B23.


Border color

.myBorderColor { border: 1px solid #388B23; }

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

This div border color is #388B23.


Opacity

.myOpacity80 { color: #388B23; opacity: 0.8; }

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

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

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

This text has shadow with #388B23 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #388B23 on black background.


Color preview on white background

This text has color #388B23 on white background.



Black color preview on #388B23 background

This text has black color on #388B23 background.


White color preview on #388B23 background

This text has white color on #388B23 background.