COLOR #340B32

HEX: #340B32
RGB: (52,11,50)

Color info

#340B32 contains red, green and blue colors in about the same proportion. Web safe color of #340B32 is #330033 (or #303).

RGB color model

#340B32 color RGB value is (52,11,50).

  • red value is 52;
  • green value is 11;
  • blue value is 50.
RGB:
(52,11,50)
(20%,4%,20%)

RGB channels and saturation

R 52 of 255 = 20%
G 11 of 255 = 4%
B 50 of 255 = 20%

52
11
50

R + G + B ~ 15%. #340B32 is dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 11 + 50 = 113 (100%)
R 52 of 113 ~ 46.02%
G 11 of 113 ~ 9.73%
B 50 of 113 ~ 44.25%

%46.02
%9.73
%44.25

CMYK color model

#340B32 color CMYK value is (0,79,4,80).

  • cyan value is 0.00%
  • magenta value is 78.85%
  • yellow value is 3.85%
  • key color value is 79.61%
CMYK:
(0,79,4,80)
C0M79Y4K80 
(0%,79%,4%,80%)
(0.00/0.79/0.04/0.80)	

CMYK percentages

%0
%78.85
%3.85
%79.61

Codes

Color #340B32 in popluar color models

340B32
RGB521150
HSL303°65.08%12.35%
HSB/HSV303°78.85%20.39%
CMYK0.00%78.85%3.85%
79.61%

Color #340B32 in popluar number systems.

HEX340B32
Decimal521150
Binary1101001011110010
Octal641362

Shades and tints

Shades of #340B32

#340B32
(52,11,50)
#300A2E
(48,10,46)
#2C092A
(44,9,42)
#280826
(40,8,38)
#240722
(36,7,34)
#20061E
(32,6,30)
#1C051A
(28,5,26)
#180416
(24,4,22)
#140312
(20,3,18)
#10020E
(16,2,14)
#0C010A
(12,1,10)
#000000
(0,0,0)

Tints of #340B32

#340B32
(52,11,50)
#462144
(70,33,68)
#583756
(88,55,86)
#6A4D68
(106,77,104)
#7C637A
(124,99,122)
#8E798C
(142,121,140)
#A08F9E
(160,143,158)
#B2A5B0
(178,165,176)
#C4BBC2
(196,187,194)
#D6D1D4
(214,209,212)
#E8E7E6
(232,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #340B32 color. Also use rgb(52,11,50) instead hex code.

Text Font Color

.myTextColor { color: #340B32; }

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

This text font color is #340B32.


Background Color

.myBgColor { background-color: #340B32; }

<div style="background-color:#340B32">Inner text</div>

This div background color is #340B32.


Border color

.myBorderColor { border: 1px solid #340B32; }

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

This div border color is #340B32.


Opacity

.myOpacity80 { color: #340B32; opacity: 0.8; }

<p style="color:#340B32;opacity:0.8;">80%</p>

Text with #340B32 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 #340B32;}

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

This text has shadow with #340B32 color.

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

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

This text has shadow with #340B32 primary color and red secondary color.


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

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

This text has shadow with #340B32 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #340B32 on black background.


Color preview on white background

This text has color #340B32 on white background.



Black color preview on #340B32 background

This text has black color on #340B32 background.


White color preview on #340B32 background

This text has white color on #340B32 background.