COLOR #343B04

HEX: #343B04
RGB: (52,59,4)

Color info

#343B04 contains red, green and blue colors in about the same proportion. Web safe color of #343B04 is #333300 (or #330).

RGB color model

#343B04 color RGB value is (52,59,4).

  • red value is 52;
  • green value is 59;
  • blue value is 4.
RGB:
(52,59,4)
(20%,23%,2%)

RGB channels and saturation

R 52 of 255 = 20%
G 59 of 255 = 23%
B 4 of 255 = 2%

52
59
4

R + G + B ~ 15%. #343B04 is dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 59 + 4 = 115 (100%)
R 52 of 115 ~ 45.22%
G 59 of 115 ~ 51.3%
B 4 of 115 ~ 3.48%

%45.22
%51.3

CMYK color model

#343B04 color CMYK value is (12,0,93,77).

  • cyan value is 11.86%
  • magenta value is 0.00%
  • yellow value is 93.22%
  • key color value is 76.86%
CMYK:
(12,0,93,77)
C12M0Y93K77 
(12%,0%,93%,77%)
(0.12/0.00/0.93/0.77)	

CMYK percentages

%11.86
%0
%93.22
%76.86

Codes

Color #343B04 in popluar color models

343B04
RGB52594
HSL68°87.30%12.35%
HSB/HSV68°93.22%23.14%
CMYK11.86%0.00%93.22%
76.86%

Color #343B04 in popluar number systems.

HEX343B04
Decimal52594
Binary110100111011100
Octal64734

Shades and tints

Shades of #343B04

#343B04
(52,59,4)
#303604
(48,54,4)
#2C3104
(44,49,4)
#282C04
(40,44,4)
#242704
(36,39,4)
#202204
(32,34,4)
#1C1D04
(28,29,4)
#181804
(24,24,4)
#141304
(20,19,4)
#100E04
(16,14,4)
#0C0904
(12,9,4)
#000000
(0,0,0)

Tints of #343B04

#343B04
(52,59,4)
#464C1A
(70,76,26)
#585D30
(88,93,48)
#6A6E46
(106,110,70)
#7C7F5C
(124,127,92)
#8E9072
(142,144,114)
#A0A188
(160,161,136)
#B2B29E
(178,178,158)
#C4C3B4
(196,195,180)
#D6D4CA
(214,212,202)
#E8E5E0
(232,229,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #343B04; }

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

This text font color is #343B04.


Background Color

.myBgColor { background-color: #343B04; }

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

This div background color is #343B04.


Border color

.myBorderColor { border: 1px solid #343B04; }

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

This div border color is #343B04.


Opacity

.myOpacity80 { color: #343B04; opacity: 0.8; }

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

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

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

This text has shadow with #343B04 color.

.textShadow {text-shadow: 3px 3px 1px #343B04, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #343B04 on black background.


Color preview on white background

This text has color #343B04 on white background.



Black color preview on #343B04 background

This text has black color on #343B04 background.


White color preview on #343B04 background

This text has white color on #343B04 background.