COLOR #340B23

HEX: #340B23
RGB: (52,11,35)

Color info

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

RGB color model

#340B23 color RGB value is (52,11,35).

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

RGB channels and saturation

R 52 of 255 = 20%
G 11 of 255 = 4%
B 35 of 255 = 14%

52
11
35

R + G + B ~ 13%. #340B23 is dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 11 + 35 = 98 (100%)
R 52 of 98 ~ 53.06%
G 11 of 98 ~ 11.22%
B 35 of 98 ~ 35.71%

%53.06
%11.22
%35.71

CMYK color model

#340B23 color CMYK value is (0,79,33,80).

  • cyan value is 0.00%
  • magenta value is 78.85%
  • yellow value is 32.69%
  • key color value is 79.61%
CMYK:
(0,79,33,80)
C0M79Y33K80 
(0%,79%,33%,80%)
(0.00/0.79/0.33/0.80)	

CMYK percentages

%0
%78.85
%32.69
%79.61

Codes

Color #340B23 in popluar color models

340B23
RGB521135
HSL325°65.08%12.35%
HSB/HSV325°78.85%20.39%
CMYK0.00%78.85%32.69%
79.61%

Color #340B23 in popluar number systems.

HEX340B23
Decimal521135
Binary1101001011100011
Octal641343

Shades and tints

Shades of #340B23

#340B23
(52,11,35)
#300A20
(48,10,32)
#2C091D
(44,9,29)
#28081A
(40,8,26)
#240717
(36,7,23)
#200614
(32,6,20)
#1C0511
(28,5,17)
#18040E
(24,4,14)
#14030B
(20,3,11)
#100208
(16,2,8)
#0C0105
(12,1,5)
#000000
(0,0,0)

Tints of #340B23

#340B23
(52,11,35)
#462137
(70,33,55)
#58374B
(88,55,75)
#6A4D5F
(106,77,95)
#7C6373
(124,99,115)
#8E7987
(142,121,135)
#A08F9B
(160,143,155)
#B2A5AF
(178,165,175)
#C4BBC3
(196,187,195)
#D6D1D7
(214,209,215)
#E8E7EB
(232,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #340B23; }

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

This text font color is #340B23.


Background Color

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

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

This div background color is #340B23.


Border color

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

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

This div border color is #340B23.


Opacity

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

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

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

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

This text has shadow with #340B23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #340B23 on black background.


Color preview on white background

This text has color #340B23 on white background.



Black color preview on #340B23 background

This text has black color on #340B23 background.


White color preview on #340B23 background

This text has white color on #340B23 background.