COLOR #3B384B

HEX: #3B384B
RGB: (59,56,75)

Color info

#3B384B contains red, green and blue colors in about the same proportion. Web safe color of #3B384B is #333333 (or #333).

RGB color model

#3B384B color RGB value is (59,56,75).

  • red value is 59;
  • green value is 56;
  • blue value is 75.
RGB:
(59,56,75)
(23%,22%,29%)

RGB channels and saturation

R 59 of 255 = 23%
G 56 of 255 = 22%
B 75 of 255 = 29%

59
56
75

R + G + B ~ 25%. #3B384B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 56 + 75 = 190 (100%)
R 59 of 190 ~ 31.05%
G 56 of 190 ~ 29.47%
B 75 of 190 ~ 39.47%

%31.05
%29.47
%39.47

CMYK color model

#3B384B color CMYK value is (21,25,0,71).

  • cyan value is 21.33%
  • magenta value is 25.33%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(21,25,0,71)
C21M25Y0K71 
(21%,25%,0%,71%)
(0.21/0.25/0.00/0.71)	

CMYK percentages

%21.33
%25.33
%0
%70.59

Codes

Color #3B384B in popluar color models

3B384B
RGB595675
HSL249°14.50%25.69%
HSB/HSV249°25.33%29.41%
CMYK21.33%25.33%0.00%
70.59%

Color #3B384B in popluar number systems.

HEX3B384B
Decimal595675
Binary1110111110001001011
Octal7370113

Shades and tints

Shades of #3B384B

#3B384B
(59,56,75)
#363345
(54,51,69)
#312E3F
(49,46,63)
#2C2939
(44,41,57)
#272433
(39,36,51)
#221F2D
(34,31,45)
#1D1A27
(29,26,39)
#181521
(24,21,33)
#13101B
(19,16,27)
#0E0B15
(14,11,21)
#09060F
(9,6,15)
#000000
(0,0,0)

Tints of #3B384B

#3B384B
(59,56,75)
#4C4A5B
(76,74,91)
#5D5C6B
(93,92,107)
#6E6E7B
(110,110,123)
#7F808B
(127,128,139)
#90929B
(144,146,155)
#A1A4AB
(161,164,171)
#B2B6BB
(178,182,187)
#C3C8CB
(195,200,203)
#D4DADB
(212,218,219)
#E5ECEB
(229,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B384B color. Also use rgb(59,56,75) instead hex code.

Text Font Color

.myTextColor { color: #3B384B; }

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

This text font color is #3B384B.


Background Color

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

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

This div background color is #3B384B.


Border color

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

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

This div border color is #3B384B.


Opacity

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

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

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

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

This text has shadow with #3B384B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B384B on black background.


Color preview on white background

This text has color #3B384B on white background.



Black color preview on #3B384B background

This text has black color on #3B384B background.


White color preview on #3B384B background

This text has white color on #3B384B background.