COLOR #388463

HEX: #388463
RGB: (56,132,99)

Color info

#388463 contains mainly green and blue colors. Web safe color of #388463 is #339966 (or #396).

RGB color model

#388463 color RGB value is (56,132,99).

  • red value is 56;
  • green value is 132;
  • blue value is 99.
RGB:
(56,132,99)
(22%,52%,39%)

RGB channels and saturation

R 56 of 255 = 22%
G 132 of 255 = 52%
B 99 of 255 = 39%

56
132
99

R + G + B ~ 38%. #388463 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 132 + 99 = 287 (100%)
R 56 of 287 ~ 19.51%
G 132 of 287 ~ 45.99%
B 99 of 287 ~ 34.49%

%19.51
%45.99
%34.49

CMYK color model

#388463 color CMYK value is (58,0,25,48).

  • cyan value is 57.58%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 48.24%
CMYK:
(58,0,25,48)
C58M0Y25K48 
(58%,0%,25%,48%)
(0.58/0.00/0.25/0.48)	

CMYK percentages

%57.58
%0
%25
%48.24

Codes

Color #388463 in popluar color models

388463
RGB5613299
HSL154°40.43%36.86%
HSB/HSV154°57.58%51.76%
CMYK57.58%0.00%25.00%
48.24%

Color #388463 in popluar number systems.

HEX388463
Decimal5613299
Binary111000100001001100011
Octal70204143

Shades and tints

Shades of #388463

#388463
(56,132,99)
#33785A
(51,120,90)
#2E6C51
(46,108,81)
#296048
(41,96,72)
#24543F
(36,84,63)
#1F4836
(31,72,54)
#1A3C2D
(26,60,45)
#153024
(21,48,36)
#10241B
(16,36,27)
#0B1812
(11,24,18)
#060C09
(6,12,9)
#000000
(0,0,0)

Tints of #388463

#388463
(56,132,99)
#4A8F71
(74,143,113)
#5C9A7F
(92,154,127)
#6EA58D
(110,165,141)
#80B09B
(128,176,155)
#92BBA9
(146,187,169)
#A4C6B7
(164,198,183)
#B6D1C5
(182,209,197)
#C8DCD3
(200,220,211)
#DAE7E1
(218,231,225)
#ECF2EF
(236,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #388463 color. Also use rgb(56,132,99) instead hex code.

Text Font Color

.myTextColor { color: #388463; }

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

This text font color is #388463.


Background Color

.myBgColor { background-color: #388463; }

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

This div background color is #388463.


Border color

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

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

This div border color is #388463.


Opacity

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

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

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

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

This text has shadow with #388463 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #388463 on black background.


Color preview on white background

This text has color #388463 on white background.



Black color preview on #388463 background

This text has black color on #388463 background.


White color preview on #388463 background

This text has white color on #388463 background.