COLOR #343C17

HEX: #343C17
RGB: (52,60,23)

Color info

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

RGB color model

#343C17 color RGB value is (52,60,23).

  • red value is 52;
  • green value is 60;
  • blue value is 23.
RGB:
(52,60,23)
(20%,24%,9%)

RGB channels and saturation

R 52 of 255 = 20%
G 60 of 255 = 24%
B 23 of 255 = 9%

52
60
23

R + G + B ~ 18%. #343C17 is dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 60 + 23 = 135 (100%)
R 52 of 135 ~ 38.52%
G 60 of 135 ~ 44.44%
B 23 of 135 ~ 17.04%

%38.52
%44.44
%17.04

CMYK color model

#343C17 color CMYK value is (13,0,62,76).

  • cyan value is 13.33%
  • magenta value is 0.00%
  • yellow value is 61.67%
  • key color value is 76.47%
CMYK:
(13,0,62,76)
C13M0Y62K76 
(13%,0%,62%,76%)
(0.13/0.00/0.62/0.76)	

CMYK percentages

%13.33
%0
%61.67
%76.47

Codes

Color #343C17 in popluar color models

343C17
RGB526023
HSL73°44.58%16.27%
HSB/HSV73°61.67%23.53%
CMYK13.33%0.00%61.67%
76.47%

Color #343C17 in popluar number systems.

HEX343C17
Decimal526023
Binary11010011110010111
Octal647427

Shades and tints

Shades of #343C17

#343C17
(52,60,23)
#303715
(48,55,21)
#2C3213
(44,50,19)
#282D11
(40,45,17)
#24280F
(36,40,15)
#20230D
(32,35,13)
#1C1E0B
(28,30,11)
#181909
(24,25,9)
#141407
(20,20,7)
#100F05
(16,15,5)
#0C0A03
(12,10,3)
#000000
(0,0,0)

Tints of #343C17

#343C17
(52,60,23)
#464D2C
(70,77,44)
#585E41
(88,94,65)
#6A6F56
(106,111,86)
#7C806B
(124,128,107)
#8E9180
(142,145,128)
#A0A295
(160,162,149)
#B2B3AA
(178,179,170)
#C4C4BF
(196,196,191)
#D6D5D4
(214,213,212)
#E8E6E9
(232,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #343C17 color. Also use rgb(52,60,23) instead hex code.

Text Font Color

.myTextColor { color: #343C17; }

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

This text font color is #343C17.


Background Color

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

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

This div background color is #343C17.


Border color

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

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

This div border color is #343C17.


Opacity

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

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

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

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

This text has shadow with #343C17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #343C17 on black background.


Color preview on white background

This text has color #343C17 on white background.



Black color preview on #343C17 background

This text has black color on #343C17 background.


White color preview on #343C17 background

This text has white color on #343C17 background.