COLOR #3B8C53

HEX: #3B8C53 RGB: (59,140,83)

Color info

#3B8C53 contains mainly green and blue colors. Web safe color of #3B8C53 is #339966 (or #396).

RGB color model

#3B8C53 color RGB value is (59,140,83).

RGB: (59,140,83) (23%, 55%, 33%)

RGB channels and saturation

R 59 of 255 = 23%
G 140 of 255 = 55%
B 83 of 255 = 33%

59
140
83

R + G + B ~ 37%. #3B8C53 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 140 + 83 = 282 (100%)
R 59 of 282 ~ 20.92%
G 140 of 282 ~ 49.65%
B 83 of 282 ~ 29.43'%

%20.92
%49.65
%29.43

CMYK color model

#3B8C53 color CMYK value is (58,0,41,45).

  • cyan value is 57.86%
  • magenta value is 0.00%
  • yellow value is 40.71%
  • key color value is 45.10%

CMYK: (58,0,41,45)
C58M0Y41K45 (58%, 0%, 41%, 45%)
(0.58 / 0.00 / 0.41 / 0.45)

CMYK percentages

%57.86
%0
%40.71
%45.1

Codes

Color #3B8C53 in popluar color models

3B 8C 53
RGB 59 140 83
HSL 138° 40.70% 39.02%
HSB/HSV 138° 57.86% 54.90%
CMYK 57.86% 0.00% 40.71%
45.10%

Color #3B8C53 in popluar number systems.

HEX 3B 8C 53
Decimal 59 140 83
Binary 111011 10001100 1010011
Octal 73 214 123

Shades and tints

Shades of #3B8C53

#3B8C53
(59,140,83)
#36804C
(54,128,76)
#317445
(49,116,69)
#2C683E
(44,104,62)
#275C37
(39,92,55)
#225030
(34,80,48)
#1D4429
(29,68,41)
#183822
(24,56,34)
#132C1B
(19,44,27)
#0E2014
(14,32,20)
#09140D
(9,20,13)
#000000
(0,0,0)

Tints of #3B8C53

#3B8C53
(59,140,83)
#4C9662
(76,150,98)
#5DA071
(93,160,113)
#6EAA80
(110,170,128)
#7FB48F
(127,180,143)
#90BE9E
(144,190,158)
#A1C8AD
(161,200,173)
#B2D2BC
(178,210,188)
#C3DCCB
(195,220,203)
#D4E6DA
(212,230,218)
#E5F0E9
(229,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B8C53 color. Also use rgb(59,140,83) instead hex code.

Text Font Color

.myTextColor { color: #3B8C53; }

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

This text font color is #3B8C53.

Background Color

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

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

This div background color is #3B8C53.

Border color

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

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

This div border color is #3B8C53.

Opacity

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

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

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

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

This text has shadow with #3B8C53 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B8C53.

Preview

Color preview on black background

This text has color #3B8C53 on black background.


Color preview on white background

This text has color #3B8C53 on white background.


Black color preview on #3B8C53 background

This text has black color on #3B8C53 background.


White color preview on #3B8C53 background

This text has white color on #3B8C53 background.


Related colors

Complementary color

Complementary color for #hex is #C473AC.


I love getcolorcode.com

Triadic colors

1 #533B8C and #8C533B with #3B8C53 are triadic colors.

2 #538C3B and #8C3B53 with #3B8C53 are triadic colors.