COLOR #38AB3F

HEX: #38AB3F RGB: (56,171,63)

Color info

#38AB3F contains mainly green color. Web safe color of #38AB3F is #339933 (or #393).

RGB color model

#38AB3F color RGB value is (56,171,63).

RGB: (56,171,63) (22%, 67%, 25%)

RGB channels and saturation

R 56 of 255 = 22%
G 171 of 255 = 67%
B 63 of 255 = 25%

56
171
63

R + G + B ~ 38%. #38AB3F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 56 + 171 + 63 = 290 (100%)
R 56 of 290 ~ 19.31%
G 171 of 290 ~ 58.97%
B 63 of 290 ~ 21.72'%

%19.31
%58.97
%21.72

CMYK color model

#38AB3F color CMYK value is (67,0,63,33).

  • cyan value is 67.25%
  • magenta value is 0.00%
  • yellow value is 63.16%
  • key color value is 32.94%

CMYK: (67,0,63,33)
C67M0Y63K33 (67%, 0%, 63%, 33%)
(0.67 / 0.00 / 0.63 / 0.33)

CMYK percentages

%67.25
%0
%63.16
%32.94

Codes

Color #38AB3F in popluar color models

38 AB 3F
RGB 56 171 63
HSL 124° 50.66% 44.51%
HSB/HSV 124° 67.25% 67.06%
CMYK 67.25% 0.00% 63.16%
32.94%

Color #38AB3F in popluar number systems.

HEX 38 AB 3F
Decimal 56 171 63
Binary 111000 10101011 111111
Octal 70 253 77

Shades and tints

Shades of #38AB3F

#38AB3F
(56,171,63)
#339C3A
(51,156,58)
#2E8D35
(46,141,53)
#297E30
(41,126,48)
#246F2B
(36,111,43)
#1F6026
(31,96,38)
#1A5121
(26,81,33)
#15421C
(21,66,28)
#103317
(16,51,23)
#0B2412
(11,36,18)
#06150D
(6,21,13)
#000000
(0,0,0)

Tints of #38AB3F

#38AB3F
(56,171,63)
#4AB250
(74,178,80)
#5CB961
(92,185,97)
#6EC072
(110,192,114)
#80C783
(128,199,131)
#92CE94
(146,206,148)
#A4D5A5
(164,213,165)
#B6DCB6
(182,220,182)
#C8E3C7
(200,227,199)
#DAEAD8
(218,234,216)
#ECF1E9
(236,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #38AB3F color. Also use rgb(56,171,63) instead hex code.

Text Font Color

.myTextColor { color: #38AB3F; }

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

This text font color is #38AB3F.

Background Color

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

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

This div background color is #38AB3F.

Border color

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

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

This div border color is #38AB3F.

Opacity

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

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

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

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

This text has shadow with #38AB3F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #38AB3F.

Preview

Color preview on black background

This text has color #38AB3F on black background.


Color preview on white background

This text has color #38AB3F on white background.


Black color preview on #38AB3F background

This text has black color on #38AB3F background.


White color preview on #38AB3F background

This text has white color on #38AB3F background.


Related colors

Complementary color

Complementary color for #hex is #C754C0.


I love getcolorcode.com

Triadic colors

1 #3F38AB and #AB3F38 with #38AB3F are triadic colors.

2 #3FAB38 and #AB383F with #38AB3F are triadic colors.