COLOR #34363F

HEX: #34363F
RGB: (52,54,63)

Color info

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

RGB color model

#34363F color RGB value is (52,54,63).

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

RGB channels and saturation

R 52 of 255 = 20%
G 54 of 255 = 21%
B 63 of 255 = 25%

52
54
63

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

Portions of RGB colors in percentages

R + G + B =
52 + 54 + 63 = 169 (100%)
R 52 of 169 ~ 30.77%
G 54 of 169 ~ 31.95%
B 63 of 169 ~ 37.28%

%30.77
%31.95
%37.28

CMYK color model

#34363F color CMYK value is (17,14,0,75).

  • cyan value is 17.46%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(17,14,0,75)
C17M14Y0K75 
(17%,14%,0%,75%)
(0.17/0.14/0.00/0.75)	

CMYK percentages

%17.46
%14.29
%0
%75.29

Codes

Color #34363F in popluar color models

34363F
RGB525463
HSL229°9.57%22.55%
HSB/HSV229°17.46%24.71%
CMYK17.46%14.29%0.00%
75.29%

Color #34363F in popluar number systems.

HEX34363F
Decimal525463
Binary110100110110111111
Octal646677

Shades and tints

Shades of #34363F

#34363F
(52,54,63)
#30323A
(48,50,58)
#2C2E35
(44,46,53)
#282A30
(40,42,48)
#24262B
(36,38,43)
#202226
(32,34,38)
#1C1E21
(28,30,33)
#181A1C
(24,26,28)
#141617
(20,22,23)
#101212
(16,18,18)
#0C0E0D
(12,14,13)
#000000
(0,0,0)

Tints of #34363F

#34363F
(52,54,63)
#464850
(70,72,80)
#585A61
(88,90,97)
#6A6C72
(106,108,114)
#7C7E83
(124,126,131)
#8E9094
(142,144,148)
#A0A2A5
(160,162,165)
#B2B4B6
(178,180,182)
#C4C6C7
(196,198,199)
#D6D8D8
(214,216,216)
#E8EAE9
(232,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #34363F; }

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

This text font color is #34363F.


Background Color

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

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

This div background color is #34363F.


Border color

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

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

This div border color is #34363F.


Opacity

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

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

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

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

This text has shadow with #34363F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #34363F on black background.


Color preview on white background

This text has color #34363F on white background.



Black color preview on #34363F background

This text has black color on #34363F background.


White color preview on #34363F background

This text has white color on #34363F background.