COLOR #3B654F

HEX: #3B654F
RGB: (59,101,79)

Color info

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

RGB color model

#3B654F color RGB value is (59,101,79).

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

RGB channels and saturation

R 59 of 255 = 23%
G 101 of 255 = 40%
B 79 of 255 = 31%

59
101
79

R + G + B ~ 31%. #3B654F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 101 + 79 = 239 (100%)
R 59 of 239 ~ 24.69%
G 101 of 239 ~ 42.26%
B 79 of 239 ~ 33.05%

%24.69
%42.26
%33.05

CMYK color model

#3B654F color CMYK value is (42,0,22,60).

  • cyan value is 41.58%
  • magenta value is 0.00%
  • yellow value is 21.78%
  • key color value is 60.39%
CMYK:
(42,0,22,60)
C42M0Y22K60 
(42%,0%,22%,60%)
(0.42/0.00/0.22/0.60)	

CMYK percentages

%41.58
%0
%21.78
%60.39

Codes

Color #3B654F in popluar color models

3B654F
RGB5910179
HSL149°26.25%31.37%
HSB/HSV149°41.58%39.61%
CMYK41.58%0.00%21.78%
60.39%

Color #3B654F in popluar number systems.

HEX3B654F
Decimal5910179
Binary11101111001011001111
Octal73145117

Shades and tints

Shades of #3B654F

#3B654F
(59,101,79)
#365C48
(54,92,72)
#315341
(49,83,65)
#2C4A3A
(44,74,58)
#274133
(39,65,51)
#22382C
(34,56,44)
#1D2F25
(29,47,37)
#18261E
(24,38,30)
#131D17
(19,29,23)
#0E1410
(14,20,16)
#090B09
(9,11,9)
#000000
(0,0,0)

Tints of #3B654F

#3B654F
(59,101,79)
#4C735F
(76,115,95)
#5D816F
(93,129,111)
#6E8F7F
(110,143,127)
#7F9D8F
(127,157,143)
#90AB9F
(144,171,159)
#A1B9AF
(161,185,175)
#B2C7BF
(178,199,191)
#C3D5CF
(195,213,207)
#D4E3DF
(212,227,223)
#E5F1EF
(229,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B654F; }

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

This text font color is #3B654F.


Background Color

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

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

This div background color is #3B654F.


Border color

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

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

This div border color is #3B654F.


Opacity

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

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

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

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

This text has shadow with #3B654F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B654F on black background.


Color preview on white background

This text has color #3B654F on white background.



Black color preview on #3B654F background

This text has black color on #3B654F background.


White color preview on #3B654F background

This text has white color on #3B654F background.