COLOR #343726

HEX: #343726
RGB: (52,55,38)

Color info

#343726 contains red, green and blue colors in about the same proportion. Web safe color of #343726 is #333333 (or #333).

RGB color model

#343726 color RGB value is (52,55,38).

  • red value is 52;
  • green value is 55;
  • blue value is 38.
RGB:
(52,55,38)
(20%,22%,15%)

RGB channels and saturation

R 52 of 255 = 20%
G 55 of 255 = 22%
B 38 of 255 = 15%

52
55
38

R + G + B ~ 19%. #343726 is dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 55 + 38 = 145 (100%)
R 52 of 145 ~ 35.86%
G 55 of 145 ~ 37.93%
B 38 of 145 ~ 26.21%

%35.86
%37.93
%26.21

CMYK color model

#343726 color CMYK value is (5,0,31,78).

  • cyan value is 5.45%
  • magenta value is 0.00%
  • yellow value is 30.91%
  • key color value is 78.43%
CMYK:
(5,0,31,78)
C5M0Y31K78 
(5%,0%,31%,78%)
(0.05/0.00/0.31/0.78)	

CMYK percentages

%5.45
%0
%30.91
%78.43

Codes

Color #343726 in popluar color models

343726
RGB525538
HSL71°18.28%18.24%
HSB/HSV71°30.91%21.57%
CMYK5.45%0.00%30.91%
78.43%

Color #343726 in popluar number systems.

HEX343726
Decimal525538
Binary110100110111100110
Octal646746

Shades and tints

Shades of #343726

#343726
(52,55,38)
#303223
(48,50,35)
#2C2D20
(44,45,32)
#28281D
(40,40,29)
#24231A
(36,35,26)
#201E17
(32,30,23)
#1C1914
(28,25,20)
#181411
(24,20,17)
#140F0E
(20,15,14)
#100A0B
(16,10,11)
#0C0508
(12,5,8)
#000000
(0,0,0)

Tints of #343726

#343726
(52,55,38)
#464939
(70,73,57)
#585B4C
(88,91,76)
#6A6D5F
(106,109,95)
#7C7F72
(124,127,114)
#8E9185
(142,145,133)
#A0A398
(160,163,152)
#B2B5AB
(178,181,171)
#C4C7BE
(196,199,190)
#D6D9D1
(214,217,209)
#E8EBE4
(232,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #343726 color. Also use rgb(52,55,38) instead hex code.

Text Font Color

.myTextColor { color: #343726; }

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

This text font color is #343726.


Background Color

.myBgColor { background-color: #343726; }

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

This div background color is #343726.


Border color

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

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

This div border color is #343726.


Opacity

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

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

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

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

This text has shadow with #343726 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #343726 on black background.


Color preview on white background

This text has color #343726 on white background.



Black color preview on #343726 background

This text has black color on #343726 background.


White color preview on #343726 background

This text has white color on #343726 background.