COLOR #344C21

HEX: #344C21
RGB: (52,76,33)

Color info

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

RGB color model

#344C21 color RGB value is (52,76,33).

  • red value is 52;
  • green value is 76;
  • blue value is 33.
RGB:
(52,76,33)
(20%,30%,13%)

RGB channels and saturation

R 52 of 255 = 20%
G 76 of 255 = 30%
B 33 of 255 = 13%

52
76
33

R + G + B ~ 21%. #344C21 is dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 76 + 33 = 161 (100%)
R 52 of 161 ~ 32.3%
G 76 of 161 ~ 47.2%
B 33 of 161 ~ 20.5%

%32.3
%47.2
%20.5

CMYK color model

#344C21 color CMYK value is (32,0,57,70).

  • cyan value is 31.58%
  • magenta value is 0.00%
  • yellow value is 56.58%
  • key color value is 70.20%
CMYK:
(32,0,57,70)
C32M0Y57K70 
(32%,0%,57%,70%)
(0.32/0.00/0.57/0.70)	

CMYK percentages

%31.58
%0
%56.58
%70.2

Codes

Color #344C21 in popluar color models

344C21
RGB527633
HSL93°39.45%21.37%
HSB/HSV93°56.58%29.80%
CMYK31.58%0.00%56.58%
70.20%

Color #344C21 in popluar number systems.

HEX344C21
Decimal527633
Binary1101001001100100001
Octal6411441

Shades and tints

Shades of #344C21

#344C21
(52,76,33)
#30461E
(48,70,30)
#2C401B
(44,64,27)
#283A18
(40,58,24)
#243415
(36,52,21)
#202E12
(32,46,18)
#1C280F
(28,40,15)
#18220C
(24,34,12)
#141C09
(20,28,9)
#101606
(16,22,6)
#0C1003
(12,16,3)
#000000
(0,0,0)

Tints of #344C21

#344C21
(52,76,33)
#465C35
(70,92,53)
#586C49
(88,108,73)
#6A7C5D
(106,124,93)
#7C8C71
(124,140,113)
#8E9C85
(142,156,133)
#A0AC99
(160,172,153)
#B2BCAD
(178,188,173)
#C4CCC1
(196,204,193)
#D6DCD5
(214,220,213)
#E8ECE9
(232,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #344C21 color. Also use rgb(52,76,33) instead hex code.

Text Font Color

.myTextColor { color: #344C21; }

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

This text font color is #344C21.


Background Color

.myBgColor { background-color: #344C21; }

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

This div background color is #344C21.


Border color

.myBorderColor { border: 1px solid #344C21; }

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

This div border color is #344C21.


Opacity

.myOpacity80 { color: #344C21; opacity: 0.8; }

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

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

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

This text has shadow with #344C21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #344C21 on black background.


Color preview on white background

This text has color #344C21 on white background.



Black color preview on #344C21 background

This text has black color on #344C21 background.


White color preview on #344C21 background

This text has white color on #344C21 background.