COLOR #3B8364

HEX: #3B8364
RGB: (59,131,100)

Color info

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

RGB color model

#3B8364 color RGB value is (59,131,100).

  • red value is 59;
  • green value is 131;
  • blue value is 100.
RGB:
(59,131,100)
(23%,51%,39%)

RGB channels and saturation

R 59 of 255 = 23%
G 131 of 255 = 51%
B 100 of 255 = 39%

59
131
100

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

Portions of RGB colors in percentages

R + G + B =
59 + 131 + 100 = 290 (100%)
R 59 of 290 ~ 20.34%
G 131 of 290 ~ 45.17%
B 100 of 290 ~ 34.48%

%20.34
%45.17
%34.48

CMYK color model

#3B8364 color CMYK value is (55,0,24,49).

  • cyan value is 54.96%
  • magenta value is 0.00%
  • yellow value is 23.66%
  • key color value is 48.63%
CMYK:
(55,0,24,49)
C55M0Y24K49 
(55%,0%,24%,49%)
(0.55/0.00/0.24/0.49)	

CMYK percentages

%54.96
%0
%23.66
%48.63

Codes

Color #3B8364 in popluar color models

3B8364
RGB59131100
HSL154°37.89%37.25%
HSB/HSV154°54.96%51.37%
CMYK54.96%0.00%23.66%
48.63%

Color #3B8364 in popluar number systems.

HEX3B8364
Decimal59131100
Binary111011100000111100100
Octal73203144

Shades and tints

Shades of #3B8364

#3B8364
(59,131,100)
#36785B
(54,120,91)
#316D52
(49,109,82)
#2C6249
(44,98,73)
#275740
(39,87,64)
#224C37
(34,76,55)
#1D412E
(29,65,46)
#183625
(24,54,37)
#132B1C
(19,43,28)
#0E2013
(14,32,19)
#09150A
(9,21,10)
#000000
(0,0,0)

Tints of #3B8364

#3B8364
(59,131,100)
#4C8E72
(76,142,114)
#5D9980
(93,153,128)
#6EA48E
(110,164,142)
#7FAF9C
(127,175,156)
#90BAAA
(144,186,170)
#A1C5B8
(161,197,184)
#B2D0C6
(178,208,198)
#C3DBD4
(195,219,212)
#D4E6E2
(212,230,226)
#E5F1F0
(229,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B8364 color. Also use rgb(59,131,100) instead hex code.

Text Font Color

.myTextColor { color: #3B8364; }

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

This text font color is #3B8364.


Background Color

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

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

This div background color is #3B8364.


Border color

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

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

This div border color is #3B8364.


Opacity

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

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

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

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

This text has shadow with #3B8364 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B8364 on black background.


Color preview on white background

This text has color #3B8364 on white background.



Black color preview on #3B8364 background

This text has black color on #3B8364 background.


White color preview on #3B8364 background

This text has white color on #3B8364 background.