COLOR #3B7359

HEX: #3B7359
RGB: (59,115,89)

Color info

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

RGB color model

#3B7359 color RGB value is (59,115,89).

  • red value is 59;
  • green value is 115;
  • blue value is 89.
RGB:
(59,115,89)
(23%,45%,35%)

RGB channels and saturation

R 59 of 255 = 23%
G 115 of 255 = 45%
B 89 of 255 = 35%

59
115
89

R + G + B ~ 34%. #3B7359 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 115 + 89 = 263 (100%)
R 59 of 263 ~ 22.43%
G 115 of 263 ~ 43.73%
B 89 of 263 ~ 33.84%

%22.43
%43.73
%33.84

CMYK color model

#3B7359 color CMYK value is (49,0,23,55).

  • cyan value is 48.70%
  • magenta value is 0.00%
  • yellow value is 22.61%
  • key color value is 54.90%
CMYK:
(49,0,23,55)
C49M0Y23K55 
(49%,0%,23%,55%)
(0.49/0.00/0.23/0.55)	

CMYK percentages

%48.7
%0
%22.61
%54.9

Codes

Color #3B7359 in popluar color models

3B7359
RGB5911589
HSL152°32.18%34.12%
HSB/HSV152°48.70%45.10%
CMYK48.70%0.00%22.61%
54.90%

Color #3B7359 in popluar number systems.

HEX3B7359
Decimal5911589
Binary11101111100111011001
Octal73163131

Shades and tints

Shades of #3B7359

#3B7359
(59,115,89)
#366951
(54,105,81)
#315F49
(49,95,73)
#2C5541
(44,85,65)
#274B39
(39,75,57)
#224131
(34,65,49)
#1D3729
(29,55,41)
#182D21
(24,45,33)
#132319
(19,35,25)
#0E1911
(14,25,17)
#090F09
(9,15,9)
#000000
(0,0,0)

Tints of #3B7359

#3B7359
(59,115,89)
#4C7F68
(76,127,104)
#5D8B77
(93,139,119)
#6E9786
(110,151,134)
#7FA395
(127,163,149)
#90AFA4
(144,175,164)
#A1BBB3
(161,187,179)
#B2C7C2
(178,199,194)
#C3D3D1
(195,211,209)
#D4DFE0
(212,223,224)
#E5EBEF
(229,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B7359 color. Also use rgb(59,115,89) instead hex code.

Text Font Color

.myTextColor { color: #3B7359; }

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

This text font color is #3B7359.


Background Color

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

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

This div background color is #3B7359.


Border color

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

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

This div border color is #3B7359.


Opacity

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

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

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

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

This text has shadow with #3B7359 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B7359 on black background.


Color preview on white background

This text has color #3B7359 on white background.



Black color preview on #3B7359 background

This text has black color on #3B7359 background.


White color preview on #3B7359 background

This text has white color on #3B7359 background.