COLOR #3BE685

HEX: #3BE685
RGB: (59,230,133)

Color info

#3BE685 contains mainly green color. Web safe color of #3BE685 is #33CC99 (or #3C9).

RGB color model

#3BE685 color RGB value is (59,230,133).

  • red value is 59;
  • green value is 230;
  • blue value is 133.
RGB:
(59,230,133)
(23%,90%,52%)

RGB channels and saturation

R 59 of 255 = 23%
G 230 of 255 = 90%
B 133 of 255 = 52%

59
230
133

R + G + B ~ 55%. #3BE685 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
59 + 230 + 133 = 422 (100%)
R 59 of 422 ~ 13.98%
G 230 of 422 ~ 54.5%
B 133 of 422 ~ 31.52%

%13.98
%54.5
%31.52

CMYK color model

#3BE685 color CMYK value is (74,0,42,10).

  • cyan value is 74.35%
  • magenta value is 0.00%
  • yellow value is 42.17%
  • key color value is 9.80%
CMYK:
(74,0,42,10)
C74M0Y42K10 
(74%,0%,42%,10%)
(0.74/0.00/0.42/0.10)	

CMYK percentages

%74.35
%0
%42.17
%9.8

Codes

Color #3BE685 in popluar color models

3BE685
RGB59230133
HSL146°77.38%56.67%
HSB/HSV146°74.35%90.20%
CMYK74.35%0.00%42.17%
9.80%

Color #3BE685 in popluar number systems.

HEX3BE685
Decimal59230133
Binary1110111110011010000101
Octal73346205

Shades and tints

Shades of #3BE685

#3BE685
(59,230,133)
#36D279
(54,210,121)
#31BE6D
(49,190,109)
#2CAA61
(44,170,97)
#279655
(39,150,85)
#228249
(34,130,73)
#1D6E3D
(29,110,61)
#185A31
(24,90,49)
#134625
(19,70,37)
#0E3219
(14,50,25)
#091E0D
(9,30,13)
#000000
(0,0,0)

Tints of #3BE685

#3BE685
(59,230,133)
#4CE890
(76,232,144)
#5DEA9B
(93,234,155)
#6EECA6
(110,236,166)
#7FEEB1
(127,238,177)
#90F0BC
(144,240,188)
#A1F2C7
(161,242,199)
#B2F4D2
(178,244,210)
#C3F6DD
(195,246,221)
#D4F8E8
(212,248,232)
#E5FAF3
(229,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3BE685 color. Also use rgb(59,230,133) instead hex code.

Text Font Color

.myTextColor { color: #3BE685; }

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

This text font color is #3BE685.


Background Color

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

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

This div background color is #3BE685.


Border color

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

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

This div border color is #3BE685.


Opacity

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

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

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

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

This text has shadow with #3BE685 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3BE685 on black background.


Color preview on white background

This text has color #3BE685 on white background.



Black color preview on #3BE685 background

This text has black color on #3BE685 background.


White color preview on #3BE685 background

This text has white color on #3BE685 background.