COLOR #38B280

HEX: #38B280
RGB: (56,178,128)

Color info

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

RGB color model

#38B280 color RGB value is (56,178,128).

  • red value is 56;
  • green value is 178;
  • blue value is 128.
RGB:
(56,178,128)
(22%,70%,50%)

RGB channels and saturation

R 56 of 255 = 22%
G 178 of 255 = 70%
B 128 of 255 = 50%

56
178
128

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

Portions of RGB colors in percentages

R + G + B =
56 + 178 + 128 = 362 (100%)
R 56 of 362 ~ 15.47%
G 178 of 362 ~ 49.17%
B 128 of 362 ~ 35.36%

%15.47
%49.17
%35.36

CMYK color model

#38B280 color CMYK value is (69,0,28,30).

  • cyan value is 68.54%
  • magenta value is 0.00%
  • yellow value is 28.09%
  • key color value is 30.20%
CMYK:
(69,0,28,30)
C69M0Y28K30 
(69%,0%,28%,30%)
(0.69/0.00/0.28/0.30)	

CMYK percentages

%68.54
%0
%28.09
%30.2

Codes

Color #38B280 in popluar color models

38B280
RGB56178128
HSL155°52.14%45.88%
HSB/HSV155°68.54%69.80%
CMYK68.54%0.00%28.09%
30.20%

Color #38B280 in popluar number systems.

HEX38B280
Decimal56178128
Binary1110001011001010000000
Octal70262200

Shades and tints

Shades of #38B280

#38B280
(56,178,128)
#33A275
(51,162,117)
#2E926A
(46,146,106)
#29825F
(41,130,95)
#247254
(36,114,84)
#1F6249
(31,98,73)
#1A523E
(26,82,62)
#154233
(21,66,51)
#103228
(16,50,40)
#0B221D
(11,34,29)
#061212
(6,18,18)
#000000
(0,0,0)

Tints of #38B280

#38B280
(56,178,128)
#4AB98B
(74,185,139)
#5CC096
(92,192,150)
#6EC7A1
(110,199,161)
#80CEAC
(128,206,172)
#92D5B7
(146,213,183)
#A4DCC2
(164,220,194)
#B6E3CD
(182,227,205)
#C8EAD8
(200,234,216)
#DAF1E3
(218,241,227)
#ECF8EE
(236,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #38B280 color. Also use rgb(56,178,128) instead hex code.

Text Font Color

.myTextColor { color: #38B280; }

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

This text font color is #38B280.


Background Color

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

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

This div background color is #38B280.


Border color

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

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

This div border color is #38B280.


Opacity

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

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

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

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

This text has shadow with #38B280 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38B280 on black background.


Color preview on white background

This text has color #38B280 on white background.



Black color preview on #38B280 background

This text has black color on #38B280 background.


White color preview on #38B280 background

This text has white color on #38B280 background.