COLOR #3A8863

HEX: #3A8863
RGB: (58,136,99)

Color info

#3A8863 contains mainly green and blue colors. Web safe color of #3A8863 is #339966 (or #396).

RGB color model

#3A8863 color RGB value is (58,136,99).

  • red value is 58;
  • green value is 136;
  • blue value is 99.
RGB:
(58,136,99)
(23%,53%,39%)

RGB channels and saturation

R 58 of 255 = 23%
G 136 of 255 = 53%
B 99 of 255 = 39%

58
136
99

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

Portions of RGB colors in percentages

R + G + B =
58 + 136 + 99 = 293 (100%)
R 58 of 293 ~ 19.8%
G 136 of 293 ~ 46.42%
B 99 of 293 ~ 33.79%

%19.8
%46.42
%33.79

CMYK color model

#3A8863 color CMYK value is (57,0,27,47).

  • cyan value is 57.35%
  • magenta value is 0.00%
  • yellow value is 27.21%
  • key color value is 46.67%
CMYK:
(57,0,27,47)
C57M0Y27K47 
(57%,0%,27%,47%)
(0.57/0.00/0.27/0.47)	

CMYK percentages

%57.35
%0
%27.21
%46.67

Codes

Color #3A8863 in popluar color models

3A8863
RGB5813699
HSL152°40.21%38.04%
HSB/HSV152°57.35%53.33%
CMYK57.35%0.00%27.21%
46.67%

Color #3A8863 in popluar number systems.

HEX3A8863
Decimal5813699
Binary111010100010001100011
Octal72210143

Shades and tints

Shades of #3A8863

#3A8863
(58,136,99)
#357C5A
(53,124,90)
#307051
(48,112,81)
#2B6448
(43,100,72)
#26583F
(38,88,63)
#214C36
(33,76,54)
#1C402D
(28,64,45)
#173424
(23,52,36)
#12281B
(18,40,27)
#0D1C12
(13,28,18)
#081009
(8,16,9)
#000000
(0,0,0)

Tints of #3A8863

#3A8863
(58,136,99)
#4B9271
(75,146,113)
#5C9C7F
(92,156,127)
#6DA68D
(109,166,141)
#7EB09B
(126,176,155)
#8FBAA9
(143,186,169)
#A0C4B7
(160,196,183)
#B1CEC5
(177,206,197)
#C2D8D3
(194,216,211)
#D3E2E1
(211,226,225)
#E4ECEF
(228,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A8863 color. Also use rgb(58,136,99) instead hex code.

Text Font Color

.myTextColor { color: #3A8863; }

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

This text font color is #3A8863.


Background Color

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

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

This div background color is #3A8863.


Border color

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

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

This div border color is #3A8863.


Opacity

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

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

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

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

This text has shadow with #3A8863 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A8863 on black background.


Color preview on white background

This text has color #3A8863 on white background.



Black color preview on #3A8863 background

This text has black color on #3A8863 background.


White color preview on #3A8863 background

This text has white color on #3A8863 background.