COLOR #38A873

HEX: #38A873
RGB: (56,168,115)

Color info

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

RGB color model

#38A873 color RGB value is (56,168,115).

  • red value is 56;
  • green value is 168;
  • blue value is 115.
RGB:
(56,168,115)
(22%,66%,45%)

RGB channels and saturation

R 56 of 255 = 22%
G 168 of 255 = 66%
B 115 of 255 = 45%

56
168
115

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

Portions of RGB colors in percentages

R + G + B =
56 + 168 + 115 = 339 (100%)
R 56 of 339 ~ 16.52%
G 168 of 339 ~ 49.56%
B 115 of 339 ~ 33.92%

%16.52
%49.56
%33.92

CMYK color model

#38A873 color CMYK value is (67,0,32,34).

  • cyan value is 66.67%
  • magenta value is 0.00%
  • yellow value is 31.55%
  • key color value is 34.12%
CMYK:
(67,0,32,34)
C67M0Y32K34 
(67%,0%,32%,34%)
(0.67/0.00/0.32/0.34)	

CMYK percentages

%66.67
%0
%31.55
%34.12

Codes

Color #38A873 in popluar color models

38A873
RGB56168115
HSL152°50.00%43.92%
HSB/HSV152°66.67%65.88%
CMYK66.67%0.00%31.55%
34.12%

Color #38A873 in popluar number systems.

HEX38A873
Decimal56168115
Binary111000101010001110011
Octal70250163

Shades and tints

Shades of #38A873

#38A873
(56,168,115)
#339969
(51,153,105)
#2E8A5F
(46,138,95)
#297B55
(41,123,85)
#246C4B
(36,108,75)
#1F5D41
(31,93,65)
#1A4E37
(26,78,55)
#153F2D
(21,63,45)
#103023
(16,48,35)
#0B2119
(11,33,25)
#06120F
(6,18,15)
#000000
(0,0,0)

Tints of #38A873

#38A873
(56,168,115)
#4AAF7F
(74,175,127)
#5CB68B
(92,182,139)
#6EBD97
(110,189,151)
#80C4A3
(128,196,163)
#92CBAF
(146,203,175)
#A4D2BB
(164,210,187)
#B6D9C7
(182,217,199)
#C8E0D3
(200,224,211)
#DAE7DF
(218,231,223)
#ECEEEB
(236,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #38A873 color. Also use rgb(56,168,115) instead hex code.

Text Font Color

.myTextColor { color: #38A873; }

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

This text font color is #38A873.


Background Color

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

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

This div background color is #38A873.


Border color

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

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

This div border color is #38A873.


Opacity

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

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

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

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

This text has shadow with #38A873 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38A873 on black background.


Color preview on white background

This text has color #38A873 on white background.



Black color preview on #38A873 background

This text has black color on #38A873 background.


White color preview on #38A873 background

This text has white color on #38A873 background.