COLOR #38A083

HEX: #38A083
RGB: (56,160,131)

Color info

#38A083 contains mainly green and blue colors. Web safe color of #38A083 is #339999 (or #399).

RGB color model

#38A083 color RGB value is (56,160,131).

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

RGB channels and saturation

R 56 of 255 = 22%
G 160 of 255 = 63%
B 131 of 255 = 51%

56
160
131

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

Portions of RGB colors in percentages

R + G + B =
56 + 160 + 131 = 347 (100%)
R 56 of 347 ~ 16.14%
G 160 of 347 ~ 46.11%
B 131 of 347 ~ 37.75%

%16.14
%46.11
%37.75

CMYK color model

#38A083 color CMYK value is (65,0,18,37).

  • cyan value is 65.00%
  • magenta value is 0.00%
  • yellow value is 18.13%
  • key color value is 37.25%
CMYK:
(65,0,18,37)
C65M0Y18K37 
(65%,0%,18%,37%)
(0.65/0.00/0.18/0.37)	

CMYK percentages

%65
%0
%18.13
%37.25

Codes

Color #38A083 in popluar color models

38A083
RGB56160131
HSL163°48.15%42.35%
HSB/HSV163°65.00%62.75%
CMYK65.00%0.00%18.13%
37.25%

Color #38A083 in popluar number systems.

HEX38A083
Decimal56160131
Binary1110001010000010000011
Octal70240203

Shades and tints

Shades of #38A083

#38A083
(56,160,131)
#339278
(51,146,120)
#2E846D
(46,132,109)
#297662
(41,118,98)
#246857
(36,104,87)
#1F5A4C
(31,90,76)
#1A4C41
(26,76,65)
#153E36
(21,62,54)
#10302B
(16,48,43)
#0B2220
(11,34,32)
#061415
(6,20,21)
#000000
(0,0,0)

Tints of #38A083

#38A083
(56,160,131)
#4AA88E
(74,168,142)
#5CB099
(92,176,153)
#6EB8A4
(110,184,164)
#80C0AF
(128,192,175)
#92C8BA
(146,200,186)
#A4D0C5
(164,208,197)
#B6D8D0
(182,216,208)
#C8E0DB
(200,224,219)
#DAE8E6
(218,232,230)
#ECF0F1
(236,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #38A083; }

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

This text font color is #38A083.


Background Color

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

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

This div background color is #38A083.


Border color

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

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

This div border color is #38A083.


Opacity

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

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

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

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

This text has shadow with #38A083 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38A083 on black background.


Color preview on white background

This text has color #38A083 on white background.



Black color preview on #38A083 background

This text has black color on #38A083 background.


White color preview on #38A083 background

This text has white color on #38A083 background.