COLOR #388F52

HEX: #388F52 RGB: (56,143,82)

Color info

#388F52 contains mainly green color. Web safe color of #388F52 is #339966 (or #396).

RGB color model

#388F52 color RGB value is (56,143,82).

RGB: (56,143,82) (22%, 56%, 32%)

RGB channels and saturation

R 56 of 255 = 22%
G 143 of 255 = 56%
B 82 of 255 = 32%

56
143
82

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

Portions of RGB colors in percentages

R + G + B = 56 + 143 + 82 = 281 (100%)
R 56 of 281 ~ 19.93%
G 143 of 281 ~ 50.89%
B 82 of 281 ~ 29.18'%

%19.93
%50.89
%29.18

CMYK color model

#388F52 color CMYK value is (61,0,43,44).

  • cyan value is 60.84%
  • magenta value is 0.00%
  • yellow value is 42.66%
  • key color value is 43.92%

CMYK: (61,0,43,44)
C61M0Y43K44 (61%, 0%, 43%, 44%)
(0.61 / 0.00 / 0.43 / 0.44)

CMYK percentages

%60.84
%0
%42.66
%43.92

Codes

Color #388F52 in popluar color models

38 8F 52
RGB 56 143 82
HSL 138° 43.72% 39.02%
HSB/HSV 138° 60.84% 56.08%
CMYK 60.84% 0.00% 42.66%
43.92%

Color #388F52 in popluar number systems.

HEX 38 8F 52
Decimal 56 143 82
Binary 111000 10001111 1010010
Octal 70 217 122

Shades and tints

Shades of #388F52

#388F52
(56,143,82)
#33824B
(51,130,75)
#2E7544
(46,117,68)
#29683D
(41,104,61)
#245B36
(36,91,54)
#1F4E2F
(31,78,47)
#1A4128
(26,65,40)
#153421
(21,52,33)
#10271A
(16,39,26)
#0B1A13
(11,26,19)
#060D0C
(6,13,12)
#000000
(0,0,0)

Tints of #388F52

#388F52
(56,143,82)
#4A9961
(74,153,97)
#5CA370
(92,163,112)
#6EAD7F
(110,173,127)
#80B78E
(128,183,142)
#92C19D
(146,193,157)
#A4CBAC
(164,203,172)
#B6D5BB
(182,213,187)
#C8DFCA
(200,223,202)
#DAE9D9
(218,233,217)
#ECF3E8
(236,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #388F52 color. Also use rgb(56,143,82) instead hex code.

Text Font Color

.myTextColor { color: #388F52; }

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

This text font color is #388F52.

Background Color

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

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

This div background color is #388F52.

Border color

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

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

This div border color is #388F52.

Opacity

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

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

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

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

This text has shadow with #388F52 color.


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

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #388F52; -webkit-box-shadow: 1px 1px 3px 2px #388F52; box-shadow:1px 1px 3px 2px #388F52;">
Div content here
</div>

This div box has shadow with color #388F52.

Preview

Color preview on black background

This text has color #388F52 on black background.


Color preview on white background

This text has color #388F52 on white background.


Black color preview on #388F52 background

This text has black color on #388F52 background.


White color preview on #388F52 background

This text has white color on #388F52 background.


Related colors

Complementary color

Complementary color for #hex is #C770AD.


I love getcolorcode.com

Triadic colors

1 #52388F and #8F5238 with #388F52 are triadic colors.

2 #528F38 and #8F3852 with #388F52 are triadic colors.