COLOR #3B7454

HEX: #3B7454
RGB: (59,116,84)

Color info

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

RGB color model

#3B7454 color RGB value is (59,116,84).

  • red value is 59;
  • green value is 116;
  • blue value is 84.
RGB:
(59,116,84)
(23%,45%,33%)

RGB channels and saturation

R 59 of 255 = 23%
G 116 of 255 = 45%
B 84 of 255 = 33%

59
116
84

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

Portions of RGB colors in percentages

R + G + B =
59 + 116 + 84 = 259 (100%)
R 59 of 259 ~ 22.78%
G 116 of 259 ~ 44.79%
B 84 of 259 ~ 32.43%

%22.78
%44.79
%32.43

CMYK color model

#3B7454 color CMYK value is (49,0,28,55).

  • cyan value is 49.14%
  • magenta value is 0.00%
  • yellow value is 27.59%
  • key color value is 54.51%
CMYK:
(49,0,28,55)
C49M0Y28K55 
(49%,0%,28%,55%)
(0.49/0.00/0.28/0.55)	

CMYK percentages

%49.14
%0
%27.59
%54.51

Codes

Color #3B7454 in popluar color models

3B7454
RGB5911684
HSL146°32.57%34.31%
HSB/HSV146°49.14%45.49%
CMYK49.14%0.00%27.59%
54.51%

Color #3B7454 in popluar number systems.

HEX3B7454
Decimal5911684
Binary11101111101001010100
Octal73164124

Shades and tints

Shades of #3B7454

#3B7454
(59,116,84)
#366A4D
(54,106,77)
#316046
(49,96,70)
#2C563F
(44,86,63)
#274C38
(39,76,56)
#224231
(34,66,49)
#1D382A
(29,56,42)
#182E23
(24,46,35)
#13241C
(19,36,28)
#0E1A15
(14,26,21)
#09100E
(9,16,14)
#000000
(0,0,0)

Tints of #3B7454

#3B7454
(59,116,84)
#4C8063
(76,128,99)
#5D8C72
(93,140,114)
#6E9881
(110,152,129)
#7FA490
(127,164,144)
#90B09F
(144,176,159)
#A1BCAE
(161,188,174)
#B2C8BD
(178,200,189)
#C3D4CC
(195,212,204)
#D4E0DB
(212,224,219)
#E5ECEA
(229,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B7454 color. Also use rgb(59,116,84) instead hex code.

Text Font Color

.myTextColor { color: #3B7454; }

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

This text font color is #3B7454.


Background Color

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

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

This div background color is #3B7454.


Border color

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

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

This div border color is #3B7454.


Opacity

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

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

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

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

This text has shadow with #3B7454 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B7454 on black background.


Color preview on white background

This text has color #3B7454 on white background.



Black color preview on #3B7454 background

This text has black color on #3B7454 background.


White color preview on #3B7454 background

This text has white color on #3B7454 background.