COLOR #3B6454

HEX: #3B6454
RGB: (59,100,84)

Color info

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

RGB color model

#3B6454 color RGB value is (59,100,84).

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

RGB channels and saturation

R 59 of 255 = 23%
G 100 of 255 = 39%
B 84 of 255 = 33%

59
100
84

R + G + B ~ 32%. #3B6454 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 100 + 84 = 243 (100%)
R 59 of 243 ~ 24.28%
G 100 of 243 ~ 41.15%
B 84 of 243 ~ 34.57%

%24.28
%41.15
%34.57

CMYK color model

#3B6454 color CMYK value is (41,0,16,61).

  • cyan value is 41.00%
  • magenta value is 0.00%
  • yellow value is 16.00%
  • key color value is 60.78%
CMYK:
(41,0,16,61)
C41M0Y16K61 
(41%,0%,16%,61%)
(0.41/0.00/0.16/0.61)	

CMYK percentages

%41
%0
%16
%60.78

Codes

Color #3B6454 in popluar color models

3B6454
RGB5910084
HSL157°25.79%31.18%
HSB/HSV157°41.00%39.22%
CMYK41.00%0.00%16.00%
60.78%

Color #3B6454 in popluar number systems.

HEX3B6454
Decimal5910084
Binary11101111001001010100
Octal73144124

Shades and tints

Shades of #3B6454

#3B6454
(59,100,84)
#365B4D
(54,91,77)
#315246
(49,82,70)
#2C493F
(44,73,63)
#274038
(39,64,56)
#223731
(34,55,49)
#1D2E2A
(29,46,42)
#182523
(24,37,35)
#131C1C
(19,28,28)
#0E1315
(14,19,21)
#090A0E
(9,10,14)
#000000
(0,0,0)

Tints of #3B6454

#3B6454
(59,100,84)
#4C7263
(76,114,99)
#5D8072
(93,128,114)
#6E8E81
(110,142,129)
#7F9C90
(127,156,144)
#90AA9F
(144,170,159)
#A1B8AE
(161,184,174)
#B2C6BD
(178,198,189)
#C3D4CC
(195,212,204)
#D4E2DB
(212,226,219)
#E5F0EA
(229,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B6454; }

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

This text font color is #3B6454.


Background Color

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

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

This div background color is #3B6454.


Border color

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

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

This div border color is #3B6454.


Opacity

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

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

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

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

This text has shadow with #3B6454 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B6454 on black background.


Color preview on white background

This text has color #3B6454 on white background.



Black color preview on #3B6454 background

This text has black color on #3B6454 background.


White color preview on #3B6454 background

This text has white color on #3B6454 background.