COLOR #388361

HEX: #388361
RGB: (56,131,97)

Color info

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

RGB color model

#388361 color RGB value is (56,131,97).

  • red value is 56;
  • green value is 131;
  • blue value is 97.
RGB:
(56,131,97)
(22%,51%,38%)

RGB channels and saturation

R 56 of 255 = 22%
G 131 of 255 = 51%
B 97 of 255 = 38%

56
131
97

R + G + B ~ 37%. #388361 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 131 + 97 = 284 (100%)
R 56 of 284 ~ 19.72%
G 131 of 284 ~ 46.13%
B 97 of 284 ~ 34.15%

%19.72
%46.13
%34.15

CMYK color model

#388361 color CMYK value is (57,0,26,49).

  • cyan value is 57.25%
  • magenta value is 0.00%
  • yellow value is 25.95%
  • key color value is 48.63%
CMYK:
(57,0,26,49)
C57M0Y26K49 
(57%,0%,26%,49%)
(0.57/0.00/0.26/0.49)	

CMYK percentages

%57.25
%0
%25.95
%48.63

Codes

Color #388361 in popluar color models

388361
RGB5613197
HSL153°40.11%36.67%
HSB/HSV153°57.25%51.37%
CMYK57.25%0.00%25.95%
48.63%

Color #388361 in popluar number systems.

HEX388361
Decimal5613197
Binary111000100000111100001
Octal70203141

Shades and tints

Shades of #388361

#388361
(56,131,97)
#337859
(51,120,89)
#2E6D51
(46,109,81)
#296249
(41,98,73)
#245741
(36,87,65)
#1F4C39
(31,76,57)
#1A4131
(26,65,49)
#153629
(21,54,41)
#102B21
(16,43,33)
#0B2019
(11,32,25)
#061511
(6,21,17)
#000000
(0,0,0)

Tints of #388361

#388361
(56,131,97)
#4A8E6F
(74,142,111)
#5C997D
(92,153,125)
#6EA48B
(110,164,139)
#80AF99
(128,175,153)
#92BAA7
(146,186,167)
#A4C5B5
(164,197,181)
#B6D0C3
(182,208,195)
#C8DBD1
(200,219,209)
#DAE6DF
(218,230,223)
#ECF1ED
(236,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #388361 color. Also use rgb(56,131,97) instead hex code.

Text Font Color

.myTextColor { color: #388361; }

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

This text font color is #388361.


Background Color

.myBgColor { background-color: #388361; }

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

This div background color is #388361.


Border color

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

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

This div border color is #388361.


Opacity

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

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

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

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

This text has shadow with #388361 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #388361 on black background.


Color preview on white background

This text has color #388361 on white background.



Black color preview on #388361 background

This text has black color on #388361 background.


White color preview on #388361 background

This text has white color on #388361 background.