COLOR #3BA492

HEX: #3BA492 RGB: (59,164,146)

Color info

#3BA492 contains mainly green and blue colors. Web safe color of #3BA492 is #339999 (or #399).

RGB color model

#3BA492 color RGB value is (59,164,146).

RGB: (59,164,146) (23%, 64%, 57%)

RGB channels and saturation

R 59 of 255 = 23%
G 164 of 255 = 64%
B 146 of 255 = 57%

59
164
146

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

Portions of RGB colors in percentages

R + G + B = 59 + 164 + 146 = 369 (100%)
R 59 of 369 ~ 15.99%
G 164 of 369 ~ 44.44%
B 146 of 369 ~ 39.57'%

%15.99
%44.44
%39.57

CMYK color model

#3BA492 color CMYK value is (64,0,11,36).

  • cyan value is 64.02%
  • magenta value is 0.00%
  • yellow value is 10.98%
  • key color value is 35.69%

CMYK: (64,0,11,36)
C64M0Y11K36 (64%, 0%, 11%, 36%)
(0.64 / 0.00 / 0.11 / 0.36)

CMYK percentages

%64.02
%0
%10.98
%35.69

Codes

Color #3BA492 in popluar color models

3B A4 92
RGB 59 164 146
HSL 170° 47.09% 43.73%
HSB/HSV 170° 64.02% 64.31%
CMYK 64.02% 0.00% 10.98%
35.69%

Color #3BA492 in popluar number systems.

HEX 3B A4 92
Decimal 59 164 146
Binary 111011 10100100 10010010
Octal 73 244 222

Shades and tints

Shades of #3BA492

#3BA492
(59,164,146)
#369685
(54,150,133)
#318878
(49,136,120)
#2C7A6B
(44,122,107)
#276C5E
(39,108,94)
#225E51
(34,94,81)
#1D5044
(29,80,68)
#184237
(24,66,55)
#13342A
(19,52,42)
#0E261D
(14,38,29)
#091810
(9,24,16)
#000000
(0,0,0)

Tints of #3BA492

#3BA492
(59,164,146)
#4CAC9B
(76,172,155)
#5DB4A4
(93,180,164)
#6EBCAD
(110,188,173)
#7FC4B6
(127,196,182)
#90CCBF
(144,204,191)
#A1D4C8
(161,212,200)
#B2DCD1
(178,220,209)
#C3E4DA
(195,228,218)
#D4ECE3
(212,236,227)
#E5F4EC
(229,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3BA492; }

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

This text font color is #3BA492.

Background Color

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

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

This div background color is #3BA492.

Border color

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

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

This div border color is #3BA492.

Opacity

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

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

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

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

This text has shadow with #3BA492 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3BA492.

Preview

Color preview on black background

This text has color #3BA492 on black background.


Color preview on white background

This text has color #3BA492 on white background.


Black color preview on #3BA492 background

This text has black color on #3BA492 background.


White color preview on #3BA492 background

This text has white color on #3BA492 background.


Related colors

Complementary color

Complementary color for #hex is #C45B6D.


I love getcolorcode.com

Triadic colors

1 #923BA4 and #A4923B with #3BA492 are triadic colors.

2 #92A43B and #A43B92 with #3BA492 are triadic colors.