COLOR #38D671

HEX: #38D671
RGB: (56,214,113)

Color info

#38D671 contains mainly green color. Web safe color of #38D671 is #33CC66 (or #3C6).

RGB color model

#38D671 color RGB value is (56,214,113).

  • red value is 56;
  • green value is 214;
  • blue value is 113.
RGB:
(56,214,113)
(22%,84%,44%)

RGB channels and saturation

R 56 of 255 = 22%
G 214 of 255 = 84%
B 113 of 255 = 44%

56
214
113

R + G + B ~ 50%. #38D671 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
56 + 214 + 113 = 383 (100%)
R 56 of 383 ~ 14.62%
G 214 of 383 ~ 55.87%
B 113 of 383 ~ 29.5%

%14.62
%55.87
%29.5

CMYK color model

#38D671 color CMYK value is (74,0,47,16).

  • cyan value is 73.83%
  • magenta value is 0.00%
  • yellow value is 47.20%
  • key color value is 16.08%
CMYK:
(74,0,47,16)
C74M0Y47K16 
(74%,0%,47%,16%)
(0.74/0.00/0.47/0.16)	

CMYK percentages

%73.83
%0
%47.2
%16.08

Codes

Color #38D671 in popluar color models

38D671
RGB56214113
HSL142°65.83%52.94%
HSB/HSV142°73.83%83.92%
CMYK73.83%0.00%47.20%
16.08%

Color #38D671 in popluar number systems.

HEX38D671
Decimal56214113
Binary111000110101101110001
Octal70326161

Shades and tints

Shades of #38D671

#38D671
(56,214,113)
#33C367
(51,195,103)
#2EB05D
(46,176,93)
#299D53
(41,157,83)
#248A49
(36,138,73)
#1F773F
(31,119,63)
#1A6435
(26,100,53)
#15512B
(21,81,43)
#103E21
(16,62,33)
#0B2B17
(11,43,23)
#06180D
(6,24,13)
#000000
(0,0,0)

Tints of #38D671

#38D671
(56,214,113)
#4AD97D
(74,217,125)
#5CDC89
(92,220,137)
#6EDF95
(110,223,149)
#80E2A1
(128,226,161)
#92E5AD
(146,229,173)
#A4E8B9
(164,232,185)
#B6EBC5
(182,235,197)
#C8EED1
(200,238,209)
#DAF1DD
(218,241,221)
#ECF4E9
(236,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #38D671 color. Also use rgb(56,214,113) instead hex code.

Text Font Color

.myTextColor { color: #38D671; }

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

This text font color is #38D671.


Background Color

.myBgColor { background-color: #38D671; }

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

This div background color is #38D671.


Border color

.myBorderColor { border: 1px solid #38D671; }

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

This div border color is #38D671.


Opacity

.myOpacity80 { color: #38D671; opacity: 0.8; }

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

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

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

This text has shadow with #38D671 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38D671 on black background.


Color preview on white background

This text has color #38D671 on white background.



Black color preview on #38D671 background

This text has black color on #38D671 background.


White color preview on #38D671 background

This text has white color on #38D671 background.