COLOR #34363B

HEX: #34363B
RGB: (52,54,59)

Color info

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

RGB color model

#34363B color RGB value is (52,54,59).

  • red value is 52;
  • green value is 54;
  • blue value is 59.
RGB:
(52,54,59)
(20%,21%,23%)

RGB channels and saturation

R 52 of 255 = 20%
G 54 of 255 = 21%
B 59 of 255 = 23%

52
54
59

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

Portions of RGB colors in percentages

R + G + B =
52 + 54 + 59 = 165 (100%)
R 52 of 165 ~ 31.52%
G 54 of 165 ~ 32.73%
B 59 of 165 ~ 35.76%

%31.52
%32.73
%35.76

CMYK color model

#34363B color CMYK value is (12,8,0,77).

  • cyan value is 11.86%
  • magenta value is 8.47%
  • yellow value is 0.00%
  • key color value is 76.86%
CMYK:
(12,8,0,77)
C12M8Y0K77 
(12%,8%,0%,77%)
(0.12/0.08/0.00/0.77)	

CMYK percentages

%11.86
%8.47
%0
%76.86

Codes

Color #34363B in popluar color models

34363B
RGB525459
HSL223°6.31%21.76%
HSB/HSV223°11.86%23.14%
CMYK11.86%8.47%0.00%
76.86%

Color #34363B in popluar number systems.

HEX34363B
Decimal525459
Binary110100110110111011
Octal646673

Shades and tints

Shades of #34363B

#34363B
(52,54,59)
#303236
(48,50,54)
#2C2E31
(44,46,49)
#282A2C
(40,42,44)
#242627
(36,38,39)
#202222
(32,34,34)
#1C1E1D
(28,30,29)
#181A18
(24,26,24)
#141613
(20,22,19)
#10120E
(16,18,14)
#0C0E09
(12,14,9)
#000000
(0,0,0)

Tints of #34363B

#34363B
(52,54,59)
#46484C
(70,72,76)
#585A5D
(88,90,93)
#6A6C6E
(106,108,110)
#7C7E7F
(124,126,127)
#8E9090
(142,144,144)
#A0A2A1
(160,162,161)
#B2B4B2
(178,180,178)
#C4C6C3
(196,198,195)
#D6D8D4
(214,216,212)
#E8EAE5
(232,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #34363B color. Also use rgb(52,54,59) instead hex code.

Text Font Color

.myTextColor { color: #34363B; }

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

This text font color is #34363B.


Background Color

.myBgColor { background-color: #34363B; }

<div style="background-color:#34363B">Inner text</div>

This div background color is #34363B.


Border color

.myBorderColor { border: 1px solid #34363B; }

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

This div border color is #34363B.


Opacity

.myOpacity80 { color: #34363B; opacity: 0.8; }

<p style="color:#34363B;opacity:0.8;">80%</p>

Text with #34363B 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 #34363B;}

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

This text has shadow with #34363B color.

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

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

This text has shadow with #34363B primary color and red secondary color.


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

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

This text has shadow with #34363B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #34363B on black background.


Color preview on white background

This text has color #34363B on white background.



Black color preview on #34363B background

This text has black color on #34363B background.


White color preview on #34363B background

This text has white color on #34363B background.