COLOR #3BC193

HEX: #3BC193 RGB: (59,193,147)

Color info

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

RGB color model

#3BC193 color RGB value is (59,193,147).

RGB: (59,193,147) (23%, 76%, 58%)

RGB channels and saturation

R 59 of 255 = 23%
G 193 of 255 = 76%
B 147 of 255 = 58%

59
193
147

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

Portions of RGB colors in percentages

R + G + B = 59 + 193 + 147 = 399 (100%)
R 59 of 399 ~ 14.79%
G 193 of 399 ~ 48.37%
B 147 of 399 ~ 36.84'%

%14.79
%48.37
%36.84

CMYK color model

#3BC193 color CMYK value is (69,0,24,24).

  • cyan value is 69.43%
  • magenta value is 0.00%
  • yellow value is 23.83%
  • key color value is 24.31%

CMYK: (69,0,24,24)
C69M0Y24K24 (69%, 0%, 24%, 24%)
(0.69 / 0.00 / 0.24 / 0.24)

CMYK percentages

%69.43
%0
%23.83
%24.31

Codes

Color #3BC193 in popluar color models

3B C1 93
RGB 59 193 147
HSL 159° 53.17% 49.41%
HSB/HSV 159° 69.43% 75.69%
CMYK 69.43% 0.00% 23.83%
24.31%

Color #3BC193 in popluar number systems.

HEX 3B C1 93
Decimal 59 193 147
Binary 111011 11000001 10010011
Octal 73 301 223

Shades and tints

Shades of #3BC193

#3BC193
(59,193,147)
#36B086
(54,176,134)
#319F79
(49,159,121)
#2C8E6C
(44,142,108)
#277D5F
(39,125,95)
#226C52
(34,108,82)
#1D5B45
(29,91,69)
#184A38
(24,74,56)
#13392B
(19,57,43)
#0E281E
(14,40,30)
#091711
(9,23,17)
#000000
(0,0,0)

Tints of #3BC193

#3BC193
(59,193,147)
#4CC69C
(76,198,156)
#5DCBA5
(93,203,165)
#6ED0AE
(110,208,174)
#7FD5B7
(127,213,183)
#90DAC0
(144,218,192)
#A1DFC9
(161,223,201)
#B2E4D2
(178,228,210)
#C3E9DB
(195,233,219)
#D4EEE4
(212,238,228)
#E5F3ED
(229,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3BC193 color. Also use rgb(59,193,147) instead hex code.

Text Font Color

.myTextColor { color: #3BC193; }

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

This text font color is #3BC193.

Background Color

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

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

This div background color is #3BC193.

Border color

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

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

This div border color is #3BC193.

Opacity

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

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

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

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

This text has shadow with #3BC193 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3BC193.

Preview

Color preview on black background

This text has color #3BC193 on black background.


Color preview on white background

This text has color #3BC193 on white background.


Black color preview on #3BC193 background

This text has black color on #3BC193 background.


White color preview on #3BC193 background

This text has white color on #3BC193 background.


Related colors

Complementary color

Complementary color for #hex is #C43E6C.


I love getcolorcode.com

Triadic colors

1 #933BC1 and #C1933B with #3BC193 are triadic colors.

2 #93C13B and #C13B93 with #3BC193 are triadic colors.