COLOR #38913F

HEX: #38913F RGB: (56,145,63)

Color info

#38913F contains mainly green color. Web safe color of #38913F is #339933 (or #393).

RGB color model

#38913F color RGB value is (56,145,63).

RGB: (56,145,63) (22%, 57%, 25%)

RGB channels and saturation

R 56 of 255 = 22%
G 145 of 255 = 57%
B 63 of 255 = 25%

56
145
63

R + G + B ~ 35%. #38913F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 56 + 145 + 63 = 264 (100%)
R 56 of 264 ~ 21.21%
G 145 of 264 ~ 54.92%
B 63 of 264 ~ 23.86'%

%21.21
%54.92
%23.86

CMYK color model

#38913F color CMYK value is (61,0,57,43).

  • cyan value is 61.38%
  • magenta value is 0.00%
  • yellow value is 56.55%
  • key color value is 43.14%

CMYK: (61,0,57,43)
C61M0Y57K43 (61%, 0%, 57%, 43%)
(0.61 / 0.00 / 0.57 / 0.43)

CMYK percentages

%61.38
%0
%56.55
%43.14

Codes

Color #38913F in popluar color models

38 91 3F
RGB 56 145 63
HSL 125° 44.28% 39.41%
HSB/HSV 125° 61.38% 56.86%
CMYK 61.38% 0.00% 56.55%
43.14%

Color #38913F in popluar number systems.

HEX 38 91 3F
Decimal 56 145 63
Binary 111000 10010001 111111
Octal 70 221 77

Shades and tints

Shades of #38913F

#38913F
(56,145,63)
#33843A
(51,132,58)
#2E7735
(46,119,53)
#296A30
(41,106,48)
#245D2B
(36,93,43)
#1F5026
(31,80,38)
#1A4321
(26,67,33)
#15361C
(21,54,28)
#102917
(16,41,23)
#0B1C12
(11,28,18)
#060F0D
(6,15,13)
#000000
(0,0,0)

Tints of #38913F

#38913F
(56,145,63)
#4A9B50
(74,155,80)
#5CA561
(92,165,97)
#6EAF72
(110,175,114)
#80B983
(128,185,131)
#92C394
(146,195,148)
#A4CDA5
(164,205,165)
#B6D7B6
(182,215,182)
#C8E1C7
(200,225,199)
#DAEBD8
(218,235,216)
#ECF5E9
(236,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #38913F color. Also use rgb(56,145,63) instead hex code.

Text Font Color

.myTextColor { color: #38913F; }

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

This text font color is #38913F.

Background Color

.myBgColor { background-color: #38913F; }

<div style="background-color:#38913F">Inner text</div>

This div background color is #38913F.

Border color

.myBorderColor { border: 1px solid #38913F; }

<div style="border:3px solid #38913F">Div</div>

This div border color is #38913F.

Opacity

.myOpacity80 { color: #38913F; opacity: 0.8; }

<p style="color:#38913F;opacity:0.8;">80%</p>

Text with #38913F 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 #38913F;}

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

This text has shadow with #38913F color.


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

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

This text has shadow with #38913F primary color and red secondary color.


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

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

This text has shadow with #38913F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #38913F.

Preview

Color preview on black background

This text has color #38913F on black background.


Color preview on white background

This text has color #38913F on white background.


Black color preview on #38913F background

This text has black color on #38913F background.


White color preview on #38913F background

This text has white color on #38913F background.


Related colors

Complementary color

Complementary color for #hex is #C76EC0.


I love getcolorcode.com

Triadic colors

1 #3F3891 and #913F38 with #38913F are triadic colors.

2 #3F9138 and #91383F with #38913F are triadic colors.