COLOR #3B8863

HEX: #3B8863 RGB: (59,136,99)

Color info

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

RGB color model

#3B8863 color RGB value is (59,136,99).

RGB: (59,136,99) (23%, 53%, 39%)

RGB channels and saturation

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

59
136
99

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

Portions of RGB colors in percentages

R + G + B = 59 + 136 + 99 = 294 (100%)
R 59 of 294 ~ 20.07%
G 136 of 294 ~ 46.26%
B 99 of 294 ~ 33.67'%

%20.07
%46.26
%33.67

CMYK color model

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

  • cyan value is 56.62%
  • 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

%56.62
%0
%27.21
%46.67

Codes

Color #3B8863 in popluar color models

3B 88 63
RGB 59 136 99
HSL 151° 39.49% 38.24%
HSB/HSV 151° 56.62% 53.33%
CMYK 56.62% 0.00% 27.21%
46.67%

Color #3B8863 in popluar number systems.

HEX 3B 88 63
Decimal 59 136 99
Binary 111011 10001000 1100011
Octal 73 210 143

Shades and tints

Shades of #3B8863

#3B8863
(59,136,99)
#367C5A
(54,124,90)
#317051
(49,112,81)
#2C6448
(44,100,72)
#27583F
(39,88,63)
#224C36
(34,76,54)
#1D402D
(29,64,45)
#183424
(24,52,36)
#13281B
(19,40,27)
#0E1C12
(14,28,18)
#091009
(9,16,9)
#000000
(0,0,0)

Tints of #3B8863

#3B8863
(59,136,99)
#4C9271
(76,146,113)
#5D9C7F
(93,156,127)
#6EA68D
(110,166,141)
#7FB09B
(127,176,155)
#90BAA9
(144,186,169)
#A1C4B7
(161,196,183)
#B2CEC5
(178,206,197)
#C3D8D3
(195,216,211)
#D4E2E1
(212,226,225)
#E5ECEF
(229,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B8863; }

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

This text font color is #3B8863.

Background Color

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

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

This div background color is #3B8863.

Border color

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

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

This div border color is #3B8863.

Opacity

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

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

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

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

This text has shadow with #3B8863 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B8863.

Preview

Color preview on black background

This text has color #3B8863 on black background.


Color preview on white background

This text has color #3B8863 on white background.


Black color preview on #3B8863 background

This text has black color on #3B8863 background.


White color preview on #3B8863 background

This text has white color on #3B8863 background.


Related colors

Complementary color

Complementary color for #hex is #C4779C.


I love getcolorcode.com

Triadic colors

1 #633B88 and #88633B with #3B8863 are triadic colors.

2 #63883B and #883B63 with #3B8863 are triadic colors.