COLOR #38AB44

HEX: #38AB44 RGB: (56,171,68)

Color info

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

RGB color model

#38AB44 color RGB value is (56,171,68).

RGB: (56,171,68) (22%, 67%, 27%)

RGB channels and saturation

R 56 of 255 = 22%
G 171 of 255 = 67%
B 68 of 255 = 27%

56
171
68

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

Portions of RGB colors in percentages

R + G + B = 56 + 171 + 68 = 295 (100%)
R 56 of 295 ~ 18.98%
G 171 of 295 ~ 57.97%
B 68 of 295 ~ 23.05'%

%18.98
%57.97
%23.05

CMYK color model

#38AB44 color CMYK value is (67,0,60,33).

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

CMYK: (67,0,60,33)
C67M0Y60K33 (67%, 0%, 60%, 33%)
(0.67 / 0.00 / 0.60 / 0.33)

CMYK percentages

%67.25
%0
%60.23
%32.94

Codes

Color #38AB44 in popluar color models

38 AB 44
RGB 56 171 68
HSL 126° 50.66% 44.51%
HSB/HSV 126° 67.25% 67.06%
CMYK 67.25% 0.00% 60.23%
32.94%

Color #38AB44 in popluar number systems.

HEX 38 AB 44
Decimal 56 171 68
Binary 111000 10101011 1000100
Octal 70 253 104

Shades and tints

Shades of #38AB44

#38AB44
(56,171,68)
#339C3E
(51,156,62)
#2E8D38
(46,141,56)
#297E32
(41,126,50)
#246F2C
(36,111,44)
#1F6026
(31,96,38)
#1A5120
(26,81,32)
#15421A
(21,66,26)
#103314
(16,51,20)
#0B240E
(11,36,14)
#061508
(6,21,8)
#000000
(0,0,0)

Tints of #38AB44

#38AB44
(56,171,68)
#4AB255
(74,178,85)
#5CB966
(92,185,102)
#6EC077
(110,192,119)
#80C788
(128,199,136)
#92CE99
(146,206,153)
#A4D5AA
(164,213,170)
#B6DCBB
(182,220,187)
#C8E3CC
(200,227,204)
#DAEADD
(218,234,221)
#ECF1EE
(236,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #38AB44; }

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

This text font color is #38AB44.

Background Color

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

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

This div background color is #38AB44.

Border color

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

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

This div border color is #38AB44.

Opacity

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

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

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

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

This text has shadow with #38AB44 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #38AB44.

Preview

Color preview on black background

This text has color #38AB44 on black background.


Color preview on white background

This text has color #38AB44 on white background.


Black color preview on #38AB44 background

This text has black color on #38AB44 background.


White color preview on #38AB44 background

This text has white color on #38AB44 background.


Related colors

Complementary color

Complementary color for #hex is #C754BB.


I love getcolorcode.com

Triadic colors

1 #4438AB and #AB4438 with #38AB44 are triadic colors.

2 #44AB38 and #AB3844 with #38AB44 are triadic colors.