COLOR #3BB592

HEX: #3BB592 RGB: (59,181,146)

Color info

#3BB592 contains mainly green and blue colors. Web safe color of #3BB592 is #33CC99 (or #3C9).

RGB color model

#3BB592 color RGB value is (59,181,146).

RGB: (59,181,146) (23%, 71%, 57%)

RGB channels and saturation

R 59 of 255 = 23%
G 181 of 255 = 71%
B 146 of 255 = 57%

59
181
146

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

Portions of RGB colors in percentages

R + G + B = 59 + 181 + 146 = 386 (100%)
R 59 of 386 ~ 15.28%
G 181 of 386 ~ 46.89%
B 146 of 386 ~ 37.82'%

%15.28
%46.89
%37.82

CMYK color model

#3BB592 color CMYK value is (67,0,19,29).

  • cyan value is 67.40%
  • magenta value is 0.00%
  • yellow value is 19.34%
  • key color value is 29.02%

CMYK: (67,0,19,29)
C67M0Y19K29 (67%, 0%, 19%, 29%)
(0.67 / 0.00 / 0.19 / 0.29)

CMYK percentages

%67.4
%0
%19.34
%29.02

Codes

Color #3BB592 in popluar color models

3B B5 92
RGB 59 181 146
HSL 163° 50.83% 47.06%
HSB/HSV 163° 67.40% 70.98%
CMYK 67.40% 0.00% 19.34%
29.02%

Color #3BB592 in popluar number systems.

HEX 3B B5 92
Decimal 59 181 146
Binary 111011 10110101 10010010
Octal 73 265 222

Shades and tints

Shades of #3BB592

#3BB592
(59,181,146)
#36A585
(54,165,133)
#319578
(49,149,120)
#2C856B
(44,133,107)
#27755E
(39,117,94)
#226551
(34,101,81)
#1D5544
(29,85,68)
#184537
(24,69,55)
#13352A
(19,53,42)
#0E251D
(14,37,29)
#091510
(9,21,16)
#000000
(0,0,0)

Tints of #3BB592

#3BB592
(59,181,146)
#4CBB9B
(76,187,155)
#5DC1A4
(93,193,164)
#6EC7AD
(110,199,173)
#7FCDB6
(127,205,182)
#90D3BF
(144,211,191)
#A1D9C8
(161,217,200)
#B2DFD1
(178,223,209)
#C3E5DA
(195,229,218)
#D4EBE3
(212,235,227)
#E5F1EC
(229,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3BB592 color. Also use rgb(59,181,146) instead hex code.

Text Font Color

.myTextColor { color: #3BB592; }

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

This text font color is #3BB592.

Background Color

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

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

This div background color is #3BB592.

Border color

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

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

This div border color is #3BB592.

Opacity

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

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

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

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

This text has shadow with #3BB592 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3BB592.

Preview

Color preview on black background

This text has color #3BB592 on black background.


Color preview on white background

This text has color #3BB592 on white background.


Black color preview on #3BB592 background

This text has black color on #3BB592 background.


White color preview on #3BB592 background

This text has white color on #3BB592 background.


Related colors

Complementary color

Complementary color for #hex is #C44A6D.


I love getcolorcode.com

Triadic colors

1 #923BB5 and #B5923B with #3BB592 are triadic colors.

2 #92B53B and #B53B92 with #3BB592 are triadic colors.