COLOR #3B754F

HEX: #3B754F
RGB: (59,117,79)

Color info

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

RGB color model

#3B754F color RGB value is (59,117,79).

  • red value is 59;
  • green value is 117;
  • blue value is 79.
RGB:
(59,117,79)
(23%,46%,31%)

RGB channels and saturation

R 59 of 255 = 23%
G 117 of 255 = 46%
B 79 of 255 = 31%

59
117
79

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

Portions of RGB colors in percentages

R + G + B =
59 + 117 + 79 = 255 (100%)
R 59 of 255 ~ 23.14%
G 117 of 255 ~ 45.88%
B 79 of 255 ~ 30.98%

%23.14
%45.88
%30.98

CMYK color model

#3B754F color CMYK value is (50,0,32,54).

  • cyan value is 49.57%
  • magenta value is 0.00%
  • yellow value is 32.48%
  • key color value is 54.12%
CMYK:
(50,0,32,54)
C50M0Y32K54 
(50%,0%,32%,54%)
(0.50/0.00/0.32/0.54)	

CMYK percentages

%49.57
%0
%32.48
%54.12

Codes

Color #3B754F in popluar color models

3B754F
RGB5911779
HSL141°32.95%34.51%
HSB/HSV141°49.57%45.88%
CMYK49.57%0.00%32.48%
54.12%

Color #3B754F in popluar number systems.

HEX3B754F
Decimal5911779
Binary11101111101011001111
Octal73165117

Shades and tints

Shades of #3B754F

#3B754F
(59,117,79)
#366B48
(54,107,72)
#316141
(49,97,65)
#2C573A
(44,87,58)
#274D33
(39,77,51)
#22432C
(34,67,44)
#1D3925
(29,57,37)
#182F1E
(24,47,30)
#132517
(19,37,23)
#0E1B10
(14,27,16)
#091109
(9,17,9)
#000000
(0,0,0)

Tints of #3B754F

#3B754F
(59,117,79)
#4C815F
(76,129,95)
#5D8D6F
(93,141,111)
#6E997F
(110,153,127)
#7FA58F
(127,165,143)
#90B19F
(144,177,159)
#A1BDAF
(161,189,175)
#B2C9BF
(178,201,191)
#C3D5CF
(195,213,207)
#D4E1DF
(212,225,223)
#E5EDEF
(229,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B754F color. Also use rgb(59,117,79) instead hex code.

Text Font Color

.myTextColor { color: #3B754F; }

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

This text font color is #3B754F.


Background Color

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

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

This div background color is #3B754F.


Border color

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

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

This div border color is #3B754F.


Opacity

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

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

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

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

This text has shadow with #3B754F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B754F on black background.


Color preview on white background

This text has color #3B754F on white background.



Black color preview on #3B754F background

This text has black color on #3B754F background.


White color preview on #3B754F background

This text has white color on #3B754F background.