COLOR #34303F

HEX: #34303F
RGB: (52,48,63)

Color info

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

RGB color model

#34303F color RGB value is (52,48,63).

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

RGB channels and saturation

R 52 of 255 = 20%
G 48 of 255 = 19%
B 63 of 255 = 25%

52
48
63

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

Portions of RGB colors in percentages

R + G + B =
52 + 48 + 63 = 163 (100%)
R 52 of 163 ~ 31.9%
G 48 of 163 ~ 29.45%
B 63 of 163 ~ 38.65%

%31.9
%29.45
%38.65

CMYK color model

#34303F color CMYK value is (17,24,0,75).

  • cyan value is 17.46%
  • magenta value is 23.81%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(17,24,0,75)
C17M24Y0K75 
(17%,24%,0%,75%)
(0.17/0.24/0.00/0.75)	

CMYK percentages

%17.46
%23.81
%0
%75.29

Codes

Color #34303F in popluar color models

34303F
RGB524863
HSL256°13.51%21.76%
HSB/HSV256°23.81%24.71%
CMYK17.46%23.81%0.00%
75.29%

Color #34303F in popluar number systems.

HEX34303F
Decimal524863
Binary110100110000111111
Octal646077

Shades and tints

Shades of #34303F

#34303F
(52,48,63)
#302C3A
(48,44,58)
#2C2835
(44,40,53)
#282430
(40,36,48)
#24202B
(36,32,43)
#201C26
(32,28,38)
#1C1821
(28,24,33)
#18141C
(24,20,28)
#141017
(20,16,23)
#100C12
(16,12,18)
#0C080D
(12,8,13)
#000000
(0,0,0)

Tints of #34303F

#34303F
(52,48,63)
#464250
(70,66,80)
#585461
(88,84,97)
#6A6672
(106,102,114)
#7C7883
(124,120,131)
#8E8A94
(142,138,148)
#A09CA5
(160,156,165)
#B2AEB6
(178,174,182)
#C4C0C7
(196,192,199)
#D6D2D8
(214,210,216)
#E8E4E9
(232,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #34303F; }

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

This text font color is #34303F.


Background Color

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

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

This div background color is #34303F.


Border color

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

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

This div border color is #34303F.


Opacity

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

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

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

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

This text has shadow with #34303F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #34303F on black background.


Color preview on white background

This text has color #34303F on white background.



Black color preview on #34303F background

This text has black color on #34303F background.


White color preview on #34303F background

This text has white color on #34303F background.