COLOR #340504

HEX: #340504 RGB: (52,5,4)

Color info

#340504 contains red, green and blue colors in about the same proportion. Web safe color of #340504 is #330000 (or #300).

RGB color model

#340504 color RGB value is (52,5,4).

RGB: (52,5,4) (20%, 2%, 2%)

RGB channels and saturation

R 52 of 255 = 20%
G 5 of 255 = 2%
B 4 of 255 = 2%

52
5
4

R + G + B ~ 8%. #340504 is dark color.

Portions of RGB colors in percentages

R + G + B = 52 + 5 + 4 = 61 (100%)
R 52 of 61 ~ 85.25%
G 5 of 61 ~ 8.2%
B 4 of 61 ~ 6.56'%

%85.25

CMYK color model

#340504 color CMYK value is (0,90,92,80).

  • cyan value is 0.00%
  • magenta value is 90.38%
  • yellow value is 92.31%
  • key color value is 79.61%

CMYK: (0,90,92,80)
C0M90Y92K80 (0%, 90%, 92%, 80%)
(0.00 / 0.90 / 0.92 / 0.80)

CMYK percentages

%0
%90.38
%92.31
%79.61

Codes

Color #340504 in popluar color models

34 05 04
RGB 52 5 4
HSL 85.71% 10.98%
HSB/HSV 92.31% 20.39%
CMYK 0.00% 90.38% 92.31%
79.61%

Color #340504 in popluar number systems.

HEX 34 05 04
Decimal 52 5 4
Binary 110100 101 100
Octal 64 5 4

Shades and tints

Shades of #340504

#340504
(52,5,4)
#300504
(48,5,4)
#2C0504
(44,5,4)
#280504
(40,5,4)
#240504
(36,5,4)
#200504
(32,5,4)
#1C0504
(28,5,4)
#180504
(24,5,4)
#140504
(20,5,4)
#100504
(16,5,4)
#0C0504
(12,5,4)
#000000
(0,0,0)

Tints of #340504

#340504
(52,5,4)
#461B1A
(70,27,26)
#583130
(88,49,48)
#6A4746
(106,71,70)
#7C5D5C
(124,93,92)
#8E7372
(142,115,114)
#A08988
(160,137,136)
#B29F9E
(178,159,158)
#C4B5B4
(196,181,180)
#D6CBCA
(214,203,202)
#E8E1E0
(232,225,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #340504 color. Also use rgb(52,5,4) instead hex code.

Text Font Color

.myTextColor { color: #340504; }

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

This text font color is #340504.

Background Color

.myBgColor { background-color: #340504; }

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

This div background color is #340504.

Border color

.myBorderColor { border: 1px solid #340504; }

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

This div border color is #340504.

Opacity

.myOpacity80 { color: #340504; opacity: 0.8; }

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

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

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

This text has shadow with #340504 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #340504.

Preview

Color preview on black background

This text has color #340504 on black background.


Color preview on white background

This text has color #340504 on white background.


Black color preview on #340504 background

This text has black color on #340504 background.


White color preview on #340504 background

This text has white color on #340504 background.


Related colors

Complementary color

Complementary color for #hex is #CBFAFB.


I love getcolorcode.com

Triadic colors

1 #043405 and #050434 with #340504 are triadic colors.

2 #040534 and #053404 with #340504 are triadic colors.