COLOR #340E03

HEX: #340E03
RGB: (52,14,3)

Color info

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

RGB color model

#340E03 color RGB value is (52,14,3).

  • red value is 52;
  • green value is 14;
  • blue value is 3.
RGB:
(52,14,3)
(20%,5%,1%)

RGB channels and saturation

R 52 of 255 = 20%
G 14 of 255 = 5%
B 3 of 255 = 1%

52
14
3

R + G + B ~ 9%. #340E03 is dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 14 + 3 = 69 (100%)
R 52 of 69 ~ 75.36%
G 14 of 69 ~ 20.29%
B 3 of 69 ~ 4.35%

%75.36
%20.29

CMYK color model

#340E03 color CMYK value is (0,73,94,80).

  • cyan value is 0.00%
  • magenta value is 73.08%
  • yellow value is 94.23%
  • key color value is 79.61%
CMYK:
(0,73,94,80)
C0M73Y94K80 
(0%,73%,94%,80%)
(0.00/0.73/0.94/0.80)	

CMYK percentages

%0
%73.08
%94.23
%79.61

Codes

Color #340E03 in popluar color models

340E03
RGB52143
HSL13°89.09%10.78%
HSB/HSV13°94.23%20.39%
CMYK0.00%73.08%94.23%
79.61%

Color #340E03 in popluar number systems.

HEX340E03
Decimal52143
Binary110100111011
Octal64163

Shades and tints

Shades of #340E03

#340E03
(52,14,3)
#300D03
(48,13,3)
#2C0C03
(44,12,3)
#280B03
(40,11,3)
#240A03
(36,10,3)
#200903
(32,9,3)
#1C0803
(28,8,3)
#180703
(24,7,3)
#140603
(20,6,3)
#100503
(16,5,3)
#0C0403
(12,4,3)
#000000
(0,0,0)

Tints of #340E03

#340E03
(52,14,3)
#462319
(70,35,25)
#58382F
(88,56,47)
#6A4D45
(106,77,69)
#7C625B
(124,98,91)
#8E7771
(142,119,113)
#A08C87
(160,140,135)
#B2A19D
(178,161,157)
#C4B6B3
(196,182,179)
#D6CBC9
(214,203,201)
#E8E0DF
(232,224,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #340E03 color. Also use rgb(52,14,3) instead hex code.

Text Font Color

.myTextColor { color: #340E03; }

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

This text font color is #340E03.


Background Color

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

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

This div background color is #340E03.


Border color

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

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

This div border color is #340E03.


Opacity

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

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

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

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

This text has shadow with #340E03 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #340E03 on black background.


Color preview on white background

This text has color #340E03 on white background.



Black color preview on #340E03 background

This text has black color on #340E03 background.


White color preview on #340E03 background

This text has white color on #340E03 background.