COLOR #3B174F

HEX: #3B174F RGB: (59,23,79)

Color info

#3B174F contains red, green and blue colors in about the same proportion. Web safe color of #3B174F is #330066 (or #306).

RGB color model

#3B174F color RGB value is (59,23,79).

RGB: (59,23,79) (23%, 9%, 31%)

RGB channels and saturation

R 59 of 255 = 23%
G 23 of 255 = 9%
B 79 of 255 = 31%

59
23
79

R + G + B ~ 21%. #3B174F is dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 23 + 79 = 161 (100%)
R 59 of 161 ~ 36.65%
G 23 of 161 ~ 14.29%
B 79 of 161 ~ 49.07'%

%36.65
%14.29
%49.07

CMYK color model

#3B174F color CMYK value is (25,71,0,69).

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

CMYK: (25,71,0,69)
C25M71Y0K69 (25%, 71%, 0%, 69%)
(0.25 / 0.71 / 0.00 / 0.69)

CMYK percentages

%25.32
%70.89
%0
%69.02

Codes

Color #3B174F in popluar color models

3B 17 4F
RGB 59 23 79
HSL 279° 54.90% 20.00%
HSB/HSV 279° 70.89% 30.98%
CMYK 25.32% 70.89% 0.00%
69.02%

Color #3B174F in popluar number systems.

HEX 3B 17 4F
Decimal 59 23 79
Binary 111011 10111 1001111
Octal 73 27 117

Shades and tints

Shades of #3B174F

#3B174F
(59,23,79)
#361548
(54,21,72)
#311341
(49,19,65)
#2C113A
(44,17,58)
#270F33
(39,15,51)
#220D2C
(34,13,44)
#1D0B25
(29,11,37)
#18091E
(24,9,30)
#130717
(19,7,23)
#0E0510
(14,5,16)
#090309
(9,3,9)
#000000
(0,0,0)

Tints of #3B174F

#3B174F
(59,23,79)
#4C2C5F
(76,44,95)
#5D416F
(93,65,111)
#6E567F
(110,86,127)
#7F6B8F
(127,107,143)
#90809F
(144,128,159)
#A195AF
(161,149,175)
#B2AABF
(178,170,191)
#C3BFCF
(195,191,207)
#D4D4DF
(212,212,223)
#E5E9EF
(229,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B174F; }

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

This text font color is #3B174F.

Background Color

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

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

This div background color is #3B174F.

Border color

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

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

This div border color is #3B174F.

Opacity

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

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

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

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

This text has shadow with #3B174F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B174F.

Preview

Color preview on black background

This text has color #3B174F on black background.


Color preview on white background

This text has color #3B174F on white background.


Black color preview on #3B174F background

This text has black color on #3B174F background.


White color preview on #3B174F background

This text has white color on #3B174F background.


Related colors

Complementary color

Complementary color for #hex is #C4E8B0.


I love getcolorcode.com

Triadic colors

1 #4F3B17 and #174F3B with #3B174F are triadic colors.

2 #4F173B and #173B4F with #3B174F are triadic colors.