COLOR #3A8F41

HEX: #3A8F41 RGB: (58,143,65)

Color info

#3A8F41 contains mainly green color. Web safe color of #3A8F41 is #339933 (or #393).

RGB color model

#3A8F41 color RGB value is (58,143,65).

RGB: (58,143,65) (23%, 56%, 25%)

RGB channels and saturation

R 58 of 255 = 23%
G 143 of 255 = 56%
B 65 of 255 = 25%

58
143
65

R + G + B ~ 35%. #3A8F41 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 58 + 143 + 65 = 266 (100%)
R 58 of 266 ~ 21.8%
G 143 of 266 ~ 53.76%
B 65 of 266 ~ 24.44'%

%21.8
%53.76
%24.44

CMYK color model

#3A8F41 color CMYK value is (59,0,55,44).

  • cyan value is 59.44%
  • magenta value is 0.00%
  • yellow value is 54.55%
  • key color value is 43.92%

CMYK: (59,0,55,44)
C59M0Y55K44 (59%, 0%, 55%, 44%)
(0.59 / 0.00 / 0.55 / 0.44)

CMYK percentages

%59.44
%0
%54.55
%43.92

Codes

Color #3A8F41 in popluar color models

3A 8F 41
RGB 58 143 65
HSL 125° 42.29% 39.41%
HSB/HSV 125° 59.44% 56.08%
CMYK 59.44% 0.00% 54.55%
43.92%

Color #3A8F41 in popluar number systems.

HEX 3A 8F 41
Decimal 58 143 65
Binary 111010 10001111 1000001
Octal 72 217 101

Shades and tints

Shades of #3A8F41

#3A8F41
(58,143,65)
#35823C
(53,130,60)
#307537
(48,117,55)
#2B6832
(43,104,50)
#265B2D
(38,91,45)
#214E28
(33,78,40)
#1C4123
(28,65,35)
#17341E
(23,52,30)
#122719
(18,39,25)
#0D1A14
(13,26,20)
#080D0F
(8,13,15)
#000000
(0,0,0)

Tints of #3A8F41

#3A8F41
(58,143,65)
#4B9952
(75,153,82)
#5CA363
(92,163,99)
#6DAD74
(109,173,116)
#7EB785
(126,183,133)
#8FC196
(143,193,150)
#A0CBA7
(160,203,167)
#B1D5B8
(177,213,184)
#C2DFC9
(194,223,201)
#D3E9DA
(211,233,218)
#E4F3EB
(228,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A8F41 color. Also use rgb(58,143,65) instead hex code.

Text Font Color

.myTextColor { color: #3A8F41; }

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

This text font color is #3A8F41.

Background Color

.myBgColor { background-color: #3A8F41; }

<div style="background-color:#3A8F41">Inner text</div>

This div background color is #3A8F41.

Border color

.myBorderColor { border: 1px solid #3A8F41; }

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

This div border color is #3A8F41.

Opacity

.myOpacity80 { color: #3A8F41; opacity: 0.8; }

<p style="color:#3A8F41;opacity:0.8;">80%</p>

Text with #3A8F41 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 #3A8F41;}

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

This text has shadow with #3A8F41 color.


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

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

This text has shadow with #3A8F41 primary color and red secondary color.


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

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

This text has shadow with #3A8F41 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #3A8F41.

Preview

Color preview on black background

This text has color #3A8F41 on black background.


Color preview on white background

This text has color #3A8F41 on white background.


Black color preview on #3A8F41 background

This text has black color on #3A8F41 background.


White color preview on #3A8F41 background

This text has white color on #3A8F41 background.


Related colors

Complementary color

Complementary color for #hex is #C570BE.


I love getcolorcode.com

Triadic colors

1 #413A8F and #8F413A with #3A8F41 are triadic colors.

2 #418F3A and #8F3A41 with #3A8F41 are triadic colors.