COLOR #3B6254

HEX: #3B6254
RGB: (59,98,84)

Color info

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

RGB color model

#3B6254 color RGB value is (59,98,84).

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

RGB channels and saturation

R 59 of 255 = 23%
G 98 of 255 = 38%
B 84 of 255 = 33%

59
98
84

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

Portions of RGB colors in percentages

R + G + B =
59 + 98 + 84 = 241 (100%)
R 59 of 241 ~ 24.48%
G 98 of 241 ~ 40.66%
B 84 of 241 ~ 34.85%

%24.48
%40.66
%34.85

CMYK color model

#3B6254 color CMYK value is (40,0,14,62).

  • cyan value is 39.80%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 61.57%
CMYK:
(40,0,14,62)
C40M0Y14K62 
(40%,0%,14%,62%)
(0.40/0.00/0.14/0.62)	

CMYK percentages

%39.8
%0
%14.29
%61.57

Codes

Color #3B6254 in popluar color models

3B6254
RGB599884
HSL158°24.84%30.78%
HSB/HSV158°39.80%38.43%
CMYK39.80%0.00%14.29%
61.57%

Color #3B6254 in popluar number systems.

HEX3B6254
Decimal599884
Binary11101111000101010100
Octal73142124

Shades and tints

Shades of #3B6254

#3B6254
(59,98,84)
#365A4D
(54,90,77)
#315246
(49,82,70)
#2C4A3F
(44,74,63)
#274238
(39,66,56)
#223A31
(34,58,49)
#1D322A
(29,50,42)
#182A23
(24,42,35)
#13221C
(19,34,28)
#0E1A15
(14,26,21)
#09120E
(9,18,14)
#000000
(0,0,0)

Tints of #3B6254

#3B6254
(59,98,84)
#4C7063
(76,112,99)
#5D7E72
(93,126,114)
#6E8C81
(110,140,129)
#7F9A90
(127,154,144)
#90A89F
(144,168,159)
#A1B6AE
(161,182,174)
#B2C4BD
(178,196,189)
#C3D2CC
(195,210,204)
#D4E0DB
(212,224,219)
#E5EEEA
(229,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B6254; }

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

This text font color is #3B6254.


Background Color

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

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

This div background color is #3B6254.


Border color

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

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

This div border color is #3B6254.


Opacity

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

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

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

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

This text has shadow with #3B6254 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B6254 on black background.


Color preview on white background

This text has color #3B6254 on white background.



Black color preview on #3B6254 background

This text has black color on #3B6254 background.


White color preview on #3B6254 background

This text has white color on #3B6254 background.