COLOR #3B7A5C

HEX: #3B7A5C RGB: (59,122,92)

Color info

#3B7A5C contains mainly green and blue colors. Web safe color of #3B7A5C is #336666 (or #366).

RGB color model

#3B7A5C color RGB value is (59,122,92).

RGB: (59,122,92) (23%, 48%, 36%)

RGB channels and saturation

R 59 of 255 = 23%
G 122 of 255 = 48%
B 92 of 255 = 36%

59
122
92

R + G + B ~ 36%. #3B7A5C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 122 + 92 = 273 (100%)
R 59 of 273 ~ 21.61%
G 122 of 273 ~ 44.69%
B 92 of 273 ~ 33.7'%

%21.61
%44.69
%33.7

CMYK color model

#3B7A5C color CMYK value is (52,0,25,52).

  • cyan value is 51.64%
  • magenta value is 0.00%
  • yellow value is 24.59%
  • key color value is 52.16%

CMYK: (52,0,25,52)
C52M0Y25K52 (52%, 0%, 25%, 52%)
(0.52 / 0.00 / 0.25 / 0.52)

CMYK percentages

%51.64
%0
%24.59
%52.16

Codes

Color #3B7A5C in popluar color models

3B 7A 5C
RGB 59 122 92
HSL 151° 34.81% 35.49%
HSB/HSV 151° 51.64% 47.84%
CMYK 51.64% 0.00% 24.59%
52.16%

Color #3B7A5C in popluar number systems.

HEX 3B 7A 5C
Decimal 59 122 92
Binary 111011 1111010 1011100
Octal 73 172 134

Shades and tints

Shades of #3B7A5C

#3B7A5C
(59,122,92)
#366F54
(54,111,84)
#31644C
(49,100,76)
#2C5944
(44,89,68)
#274E3C
(39,78,60)
#224334
(34,67,52)
#1D382C
(29,56,44)
#182D24
(24,45,36)
#13221C
(19,34,28)
#0E1714
(14,23,20)
#090C0C
(9,12,12)
#000000
(0,0,0)

Tints of #3B7A5C

#3B7A5C
(59,122,92)
#4C866A
(76,134,106)
#5D9278
(93,146,120)
#6E9E86
(110,158,134)
#7FAA94
(127,170,148)
#90B6A2
(144,182,162)
#A1C2B0
(161,194,176)
#B2CEBE
(178,206,190)
#C3DACC
(195,218,204)
#D4E6DA
(212,230,218)
#E5F2E8
(229,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B7A5C color. Also use rgb(59,122,92) instead hex code.

Text Font Color

.myTextColor { color: #3B7A5C; }

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

This text font color is #3B7A5C.

Background Color

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

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

This div background color is #3B7A5C.

Border color

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

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

This div border color is #3B7A5C.

Opacity

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

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

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

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

This text has shadow with #3B7A5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B7A5C.

Preview

Color preview on black background

This text has color #3B7A5C on black background.


Color preview on white background

This text has color #3B7A5C on white background.


Black color preview on #3B7A5C background

This text has black color on #3B7A5C background.


White color preview on #3B7A5C background

This text has white color on #3B7A5C background.


Related colors

Complementary color

Complementary color for #hex is #C485A3.


I love getcolorcode.com

Triadic colors

1 #5C3B7A and #7A5C3B with #3B7A5C are triadic colors.

2 #5C7A3B and #7A3B5C with #3B7A5C are triadic colors.