COLOR #344334

HEX: #344334
RGB: (52,67,52)

Color info

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

RGB color model

#344334 color RGB value is (52,67,52).

  • red value is 52;
  • green value is 67;
  • blue value is 52.
RGB:
(52,67,52)
(20%,26%,20%)

RGB channels and saturation

R 52 of 255 = 20%
G 67 of 255 = 26%
B 52 of 255 = 20%

52
67
52

R + G + B ~ 22%. #344334 is dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 67 + 52 = 171 (100%)
R 52 of 171 ~ 30.41%
G 67 of 171 ~ 39.18%
B 52 of 171 ~ 30.41%

%30.41
%39.18
%30.41

CMYK color model

#344334 color CMYK value is (22,0,22,74).

  • cyan value is 22.39%
  • magenta value is 0.00%
  • yellow value is 22.39%
  • key color value is 73.73%
CMYK:
(22,0,22,74)
C22M0Y22K74 
(22%,0%,22%,74%)
(0.22/0.00/0.22/0.74)	

CMYK percentages

%22.39
%0
%22.39
%73.73

Codes

Color #344334 in popluar color models

344334
RGB526752
HSL120°12.61%23.33%
HSB/HSV120°22.39%26.27%
CMYK22.39%0.00%22.39%
73.73%

Color #344334 in popluar number systems.

HEX344334
Decimal526752
Binary1101001000011110100
Octal6410364

Shades and tints

Shades of #344334

#344334
(52,67,52)
#303D30
(48,61,48)
#2C372C
(44,55,44)
#283128
(40,49,40)
#242B24
(36,43,36)
#202520
(32,37,32)
#1C1F1C
(28,31,28)
#181918
(24,25,24)
#141314
(20,19,20)
#100D10
(16,13,16)
#0C070C
(12,7,12)
#000000
(0,0,0)

Tints of #344334

#344334
(52,67,52)
#465446
(70,84,70)
#586558
(88,101,88)
#6A766A
(106,118,106)
#7C877C
(124,135,124)
#8E988E
(142,152,142)
#A0A9A0
(160,169,160)
#B2BAB2
(178,186,178)
#C4CBC4
(196,203,196)
#D6DCD6
(214,220,214)
#E8EDE8
(232,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #344334; }

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

This text font color is #344334.


Background Color

.myBgColor { background-color: #344334; }

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

This div background color is #344334.


Border color

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

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

This div border color is #344334.


Opacity

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

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

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

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

This text has shadow with #344334 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #344334 on black background.


Color preview on white background

This text has color #344334 on white background.



Black color preview on #344334 background

This text has black color on #344334 background.


White color preview on #344334 background

This text has white color on #344334 background.