COLOR #3B7052

HEX: #3B7052
RGB: (59,112,82)

Color info

#3B7052 contains red, green and blue colors in about the same proportion. Web safe color of #3B7052 is #336666 (or #366).

RGB color model

#3B7052 color RGB value is (59,112,82).

  • red value is 59;
  • green value is 112;
  • blue value is 82.
RGB:
(59,112,82)
(23%,44%,32%)

RGB channels and saturation

R 59 of 255 = 23%
G 112 of 255 = 44%
B 82 of 255 = 32%

59
112
82

R + G + B ~ 33%. #3B7052 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 112 + 82 = 253 (100%)
R 59 of 253 ~ 23.32%
G 112 of 253 ~ 44.27%
B 82 of 253 ~ 32.41%

%23.32
%44.27
%32.41

CMYK color model

#3B7052 color CMYK value is (47,0,27,56).

  • cyan value is 47.32%
  • magenta value is 0.00%
  • yellow value is 26.79%
  • key color value is 56.08%
CMYK:
(47,0,27,56)
C47M0Y27K56 
(47%,0%,27%,56%)
(0.47/0.00/0.27/0.56)	

CMYK percentages

%47.32
%0
%26.79
%56.08

Codes

Color #3B7052 in popluar color models

3B7052
RGB5911282
HSL146°30.99%33.53%
HSB/HSV146°47.32%43.92%
CMYK47.32%0.00%26.79%
56.08%

Color #3B7052 in popluar number systems.

HEX3B7052
Decimal5911282
Binary11101111100001010010
Octal73160122

Shades and tints

Shades of #3B7052

#3B7052
(59,112,82)
#36664B
(54,102,75)
#315C44
(49,92,68)
#2C523D
(44,82,61)
#274836
(39,72,54)
#223E2F
(34,62,47)
#1D3428
(29,52,40)
#182A21
(24,42,33)
#13201A
(19,32,26)
#0E1613
(14,22,19)
#090C0C
(9,12,12)
#000000
(0,0,0)

Tints of #3B7052

#3B7052
(59,112,82)
#4C7D61
(76,125,97)
#5D8A70
(93,138,112)
#6E977F
(110,151,127)
#7FA48E
(127,164,142)
#90B19D
(144,177,157)
#A1BEAC
(161,190,172)
#B2CBBB
(178,203,187)
#C3D8CA
(195,216,202)
#D4E5D9
(212,229,217)
#E5F2E8
(229,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B7052 color. Also use rgb(59,112,82) instead hex code.

Text Font Color

.myTextColor { color: #3B7052; }

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

This text font color is #3B7052.


Background Color

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

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

This div background color is #3B7052.


Border color

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

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

This div border color is #3B7052.


Opacity

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

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

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

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

This text has shadow with #3B7052 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B7052 on black background.


Color preview on white background

This text has color #3B7052 on white background.



Black color preview on #3B7052 background

This text has black color on #3B7052 background.


White color preview on #3B7052 background

This text has white color on #3B7052 background.