COLOR #3B4F4C

HEX: #3B4F4C RGB: (59,79,76)

Color info

#3B4F4C contains red, green and blue colors in about the same proportion. Web safe color of #3B4F4C is #336633 (or #363).

RGB color model

#3B4F4C color RGB value is (59,79,76).

RGB: (59,79,76) (23%, 31%, 30%)

RGB channels and saturation

R 59 of 255 = 23%
G 79 of 255 = 31%
B 76 of 255 = 30%

59
79
76

R + G + B ~ 28%. #3B4F4C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 79 + 76 = 214 (100%)
R 59 of 214 ~ 27.57%
G 79 of 214 ~ 36.92%
B 76 of 214 ~ 35.51'%

%27.57
%36.92
%35.51

CMYK color model

#3B4F4C color CMYK value is (25,0,4,69).

  • cyan value is 25.32%
  • magenta value is 0.00%
  • yellow value is 3.80%
  • key color value is 69.02%

CMYK: (25,0,4,69)
C25M0Y4K69 (25%, 0%, 4%, 69%)
(0.25 / 0.00 / 0.04 / 0.69)

CMYK percentages

%25.32
%0
%3.8
%69.02

Codes

Color #3B4F4C in popluar color models

3B 4F 4C
RGB 59 79 76
HSL 171° 14.49% 27.06%
HSB/HSV 171° 25.32% 30.98%
CMYK 25.32% 0.00% 3.80%
69.02%

Color #3B4F4C in popluar number systems.

HEX 3B 4F 4C
Decimal 59 79 76
Binary 111011 1001111 1001100
Octal 73 117 114

Shades and tints

Shades of #3B4F4C

#3B4F4C
(59,79,76)
#364846
(54,72,70)
#314140
(49,65,64)
#2C3A3A
(44,58,58)
#273334
(39,51,52)
#222C2E
(34,44,46)
#1D2528
(29,37,40)
#181E22
(24,30,34)
#13171C
(19,23,28)
#0E1016
(14,16,22)
#090910
(9,9,16)
#000000
(0,0,0)

Tints of #3B4F4C

#3B4F4C
(59,79,76)
#4C5F5C
(76,95,92)
#5D6F6C
(93,111,108)
#6E7F7C
(110,127,124)
#7F8F8C
(127,143,140)
#909F9C
(144,159,156)
#A1AFAC
(161,175,172)
#B2BFBC
(178,191,188)
#C3CFCC
(195,207,204)
#D4DFDC
(212,223,220)
#E5EFEC
(229,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B4F4C; }

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

This text font color is #3B4F4C.

Background Color

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

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

This div background color is #3B4F4C.

Border color

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

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

This div border color is #3B4F4C.

Opacity

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

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

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

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

This text has shadow with #3B4F4C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B4F4C.

Preview

Color preview on black background

This text has color #3B4F4C on black background.


Color preview on white background

This text has color #3B4F4C on white background.


Black color preview on #3B4F4C background

This text has black color on #3B4F4C background.


White color preview on #3B4F4C background

This text has white color on #3B4F4C background.


Related colors

Complementary color

Complementary color for #hex is #C4B0B3.


I love getcolorcode.com

Triadic colors

1 #4C3B4F and #4F4C3B with #3B4F4C are triadic colors.

2 #4C4F3B and #4F3B4C with #3B4F4C are triadic colors.