COLOR #38BB73

HEX: #38BB73 RGB: (56,187,115)

Color info

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

RGB color model

#38BB73 color RGB value is (56,187,115).

RGB: (56,187,115) (22%, 73%, 45%)

RGB channels and saturation

R 56 of 255 = 22%
G 187 of 255 = 73%
B 115 of 255 = 45%

56
187
115

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

Portions of RGB colors in percentages

R + G + B = 56 + 187 + 115 = 358 (100%)
R 56 of 358 ~ 15.64%
G 187 of 358 ~ 52.23%
B 115 of 358 ~ 32.12'%

%15.64
%52.23
%32.12

CMYK color model

#38BB73 color CMYK value is (70,0,39,27).

  • cyan value is 70.05%
  • magenta value is 0.00%
  • yellow value is 38.50%
  • key color value is 26.67%

CMYK: (70,0,39,27)
C70M0Y39K27 (70%, 0%, 39%, 27%)
(0.70 / 0.00 / 0.39 / 0.27)

CMYK percentages

%70.05
%0
%38.5
%26.67

Codes

Color #38BB73 in popluar color models

38 BB 73
RGB 56 187 115
HSL 147° 53.91% 47.65%
HSB/HSV 147° 70.05% 73.33%
CMYK 70.05% 0.00% 38.50%
26.67%

Color #38BB73 in popluar number systems.

HEX 38 BB 73
Decimal 56 187 115
Binary 111000 10111011 1110011
Octal 70 273 163

Shades and tints

Shades of #38BB73

#38BB73
(56,187,115)
#33AA69
(51,170,105)
#2E995F
(46,153,95)
#298855
(41,136,85)
#24774B
(36,119,75)
#1F6641
(31,102,65)
#1A5537
(26,85,55)
#15442D
(21,68,45)
#103323
(16,51,35)
#0B2219
(11,34,25)
#06110F
(6,17,15)
#000000
(0,0,0)

Tints of #38BB73

#38BB73
(56,187,115)
#4AC17F
(74,193,127)
#5CC78B
(92,199,139)
#6ECD97
(110,205,151)
#80D3A3
(128,211,163)
#92D9AF
(146,217,175)
#A4DFBB
(164,223,187)
#B6E5C7
(182,229,199)
#C8EBD3
(200,235,211)
#DAF1DF
(218,241,223)
#ECF7EB
(236,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #38BB73; }

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

This text font color is #38BB73.

Background Color

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

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

This div background color is #38BB73.

Border color

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

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

This div border color is #38BB73.

Opacity

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

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

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

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

This text has shadow with #38BB73 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #38BB73.

Preview

Color preview on black background

This text has color #38BB73 on black background.


Color preview on white background

This text has color #38BB73 on white background.


Black color preview on #38BB73 background

This text has black color on #38BB73 background.


White color preview on #38BB73 background

This text has white color on #38BB73 background.


Related colors

Complementary color

Complementary color for #hex is #C7448C.


I love getcolorcode.com

Triadic colors

1 #7338BB and #BB7338 with #38BB73 are triadic colors.

2 #73BB38 and #BB3873 with #38BB73 are triadic colors.