COLOR #34363C

HEX: #34363C RGB: (52,54,60)

Color info

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

RGB color model

#34363C color RGB value is (52,54,60).

RGB: (52,54,60) (20%, 21%, 24%)

RGB channels and saturation

R 52 of 255 = 20%
G 54 of 255 = 21%
B 60 of 255 = 24%

52
54
60

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

Portions of RGB colors in percentages

R + G + B = 52 + 54 + 60 = 166 (100%)
R 52 of 166 ~ 31.33%
G 54 of 166 ~ 32.53%
B 60 of 166 ~ 36.14'%

%31.33
%32.53
%36.14

CMYK color model

#34363C color CMYK value is (13,10,0,76).

  • cyan value is 13.33%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 76.47%

CMYK: (13,10,0,76)
C13M10Y0K76 (13%, 10%, 0%, 76%)
(0.13 / 0.10 / 0.00 / 0.76)

CMYK percentages

%13.33
%10
%0
%76.47

Codes

Color #34363C in popluar color models

34 36 3C
RGB 52 54 60
HSL 225° 7.14% 21.96%
HSB/HSV 225° 13.33% 23.53%
CMYK 13.33% 10.00% 0.00%
76.47%

Color #34363C in popluar number systems.

HEX 34 36 3C
Decimal 52 54 60
Binary 110100 110110 111100
Octal 64 66 74

Shades and tints

Shades of #34363C

#34363C
(52,54,60)
#303237
(48,50,55)
#2C2E32
(44,46,50)
#282A2D
(40,42,45)
#242628
(36,38,40)
#202223
(32,34,35)
#1C1E1E
(28,30,30)
#181A19
(24,26,25)
#141614
(20,22,20)
#10120F
(16,18,15)
#0C0E0A
(12,14,10)
#000000
(0,0,0)

Tints of #34363C

#34363C
(52,54,60)
#46484D
(70,72,77)
#585A5E
(88,90,94)
#6A6C6F
(106,108,111)
#7C7E80
(124,126,128)
#8E9091
(142,144,145)
#A0A2A2
(160,162,162)
#B2B4B3
(178,180,179)
#C4C6C4
(196,198,196)
#D6D8D5
(214,216,213)
#E8EAE6
(232,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #34363C; }

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

This text font color is #34363C.

Background Color

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

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

This div background color is #34363C.

Border color

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

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

This div border color is #34363C.

Opacity

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

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

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

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

This text has shadow with #34363C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #34363C.

Preview

Color preview on black background

This text has color #34363C on black background.


Color preview on white background

This text has color #34363C on white background.


Black color preview on #34363C background

This text has black color on #34363C background.


White color preview on #34363C background

This text has white color on #34363C background.


Related colors

Complementary color

Complementary color for #hex is #CBC9C3.


I love getcolorcode.com

Triadic colors

1 #3C3436 and #363C34 with #34363C are triadic colors.

2 #3C3634 and #36343C with #34363C are triadic colors.