COLOR #38CA83

HEX: #38CA83
RGB: (56,202,131)

Color info

#38CA83 contains mainly green color. Web safe color of #38CA83 is #33CC99 (or #3C9).

RGB color model

#38CA83 color RGB value is (56,202,131).

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

RGB channels and saturation

R 56 of 255 = 22%
G 202 of 255 = 79%
B 131 of 255 = 51%

56
202
131

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

Portions of RGB colors in percentages

R + G + B =
56 + 202 + 131 = 389 (100%)
R 56 of 389 ~ 14.4%
G 202 of 389 ~ 51.93%
B 131 of 389 ~ 33.68%

%14.4
%51.93
%33.68

CMYK color model

#38CA83 color CMYK value is (72,0,35,21).

  • cyan value is 72.28%
  • magenta value is 0.00%
  • yellow value is 35.15%
  • key color value is 20.78%
CMYK:
(72,0,35,21)
C72M0Y35K21 
(72%,0%,35%,21%)
(0.72/0.00/0.35/0.21)	

CMYK percentages

%72.28
%0
%35.15
%20.78

Codes

Color #38CA83 in popluar color models

38CA83
RGB56202131
HSL151°57.94%50.59%
HSB/HSV151°72.28%79.22%
CMYK72.28%0.00%35.15%
20.78%

Color #38CA83 in popluar number systems.

HEX38CA83
Decimal56202131
Binary1110001100101010000011
Octal70312203

Shades and tints

Shades of #38CA83

#38CA83
(56,202,131)
#33B878
(51,184,120)
#2EA66D
(46,166,109)
#299462
(41,148,98)
#248257
(36,130,87)
#1F704C
(31,112,76)
#1A5E41
(26,94,65)
#154C36
(21,76,54)
#103A2B
(16,58,43)
#0B2820
(11,40,32)
#061615
(6,22,21)
#000000
(0,0,0)

Tints of #38CA83

#38CA83
(56,202,131)
#4ACE8E
(74,206,142)
#5CD299
(92,210,153)
#6ED6A4
(110,214,164)
#80DAAF
(128,218,175)
#92DEBA
(146,222,186)
#A4E2C5
(164,226,197)
#B6E6D0
(182,230,208)
#C8EADB
(200,234,219)
#DAEEE6
(218,238,230)
#ECF2F1
(236,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #38CA83; }

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

This text font color is #38CA83.


Background Color

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

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

This div background color is #38CA83.


Border color

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

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

This div border color is #38CA83.


Opacity

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

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

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

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

This text has shadow with #38CA83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38CA83 on black background.


Color preview on white background

This text has color #38CA83 on white background.



Black color preview on #38CA83 background

This text has black color on #38CA83 background.


White color preview on #38CA83 background

This text has white color on #38CA83 background.