COLOR #3BAE4A

HEX: #3BAE4A RGB: (59,174,74)

Color info

#3BAE4A contains mainly green color. Web safe color of #3BAE4A is #339933 (or #393).

RGB color model

#3BAE4A color RGB value is (59,174,74).

RGB: (59,174,74) (23%, 68%, 29%)

RGB channels and saturation

R 59 of 255 = 23%
G 174 of 255 = 68%
B 74 of 255 = 29%

59
174
74

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

Portions of RGB colors in percentages

R + G + B = 59 + 174 + 74 = 307 (100%)
R 59 of 307 ~ 19.22%
G 174 of 307 ~ 56.68%
B 74 of 307 ~ 24.1'%

%19.22
%56.68
%24.1

CMYK color model

#3BAE4A color CMYK value is (66,0,57,32).

  • cyan value is 66.09%
  • magenta value is 0.00%
  • yellow value is 57.47%
  • key color value is 31.76%

CMYK: (66,0,57,32)
C66M0Y57K32 (66%, 0%, 57%, 32%)
(0.66 / 0.00 / 0.57 / 0.32)

CMYK percentages

%66.09
%0
%57.47
%31.76

Codes

Color #3BAE4A in popluar color models

3B AE 4A
RGB 59 174 74
HSL 128° 49.36% 45.69%
HSB/HSV 128° 66.09% 68.24%
CMYK 66.09% 0.00% 57.47%
31.76%

Color #3BAE4A in popluar number systems.

HEX 3B AE 4A
Decimal 59 174 74
Binary 111011 10101110 1001010
Octal 73 256 112

Shades and tints

Shades of #3BAE4A

#3BAE4A
(59,174,74)
#369F44
(54,159,68)
#31903E
(49,144,62)
#2C8138
(44,129,56)
#277232
(39,114,50)
#22632C
(34,99,44)
#1D5426
(29,84,38)
#184520
(24,69,32)
#13361A
(19,54,26)
#0E2714
(14,39,20)
#09180E
(9,24,14)
#000000
(0,0,0)

Tints of #3BAE4A

#3BAE4A
(59,174,74)
#4CB55A
(76,181,90)
#5DBC6A
(93,188,106)
#6EC37A
(110,195,122)
#7FCA8A
(127,202,138)
#90D19A
(144,209,154)
#A1D8AA
(161,216,170)
#B2DFBA
(178,223,186)
#C3E6CA
(195,230,202)
#D4EDDA
(212,237,218)
#E5F4EA
(229,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3BAE4A color. Also use rgb(59,174,74) instead hex code.

Text Font Color

.myTextColor { color: #3BAE4A; }

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

This text font color is #3BAE4A.

Background Color

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

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

This div background color is #3BAE4A.

Border color

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

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

This div border color is #3BAE4A.

Opacity

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

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

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

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

This text has shadow with #3BAE4A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3BAE4A.

Preview

Color preview on black background

This text has color #3BAE4A on black background.


Color preview on white background

This text has color #3BAE4A on white background.


Black color preview on #3BAE4A background

This text has black color on #3BAE4A background.


White color preview on #3BAE4A background

This text has white color on #3BAE4A background.


Related colors

Complementary color

Complementary color for #hex is #C451B5.


I love getcolorcode.com

Triadic colors

1 #4A3BAE and #AE4A3B with #3BAE4A are triadic colors.

2 #4AAE3B and #AE3B4A with #3BAE4A are triadic colors.