COLOR #334318

HEX: #334318
RGB: (51,67,24)

Color info

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

RGB color model

#334318 color RGB value is (51,67,24).

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

RGB channels and saturation

R 51 of 255 = 20%
G 67 of 255 = 26%
B 24 of 255 = 9%

51
67
24

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

Portions of RGB colors in percentages

R + G + B =
51 + 67 + 24 = 142 (100%)
R 51 of 142 ~ 35.92%
G 67 of 142 ~ 47.18%
B 24 of 142 ~ 16.9%

%35.92
%47.18
%16.9

CMYK color model

#334318 color CMYK value is (24,0,64,74).

  • cyan value is 23.88%
  • magenta value is 0.00%
  • yellow value is 64.18%
  • key color value is 73.73%
CMYK:
(24,0,64,74)
C24M0Y64K74 
(24%,0%,64%,74%)
(0.24/0.00/0.64/0.74)	

CMYK percentages

%23.88
%0
%64.18
%73.73

Codes

Color #334318 in popluar color models

334318
RGB516724
HSL82°47.25%17.84%
HSB/HSV82°64.18%26.27%
CMYK23.88%0.00%64.18%
73.73%

Color #334318 in popluar number systems.

HEX334318
Decimal516724
Binary110011100001111000
Octal6310330

Shades and tints

Shades of #334318

#334318
(51,67,24)
#2F3D16
(47,61,22)
#2B3714
(43,55,20)
#273112
(39,49,18)
#232B10
(35,43,16)
#1F250E
(31,37,14)
#1B1F0C
(27,31,12)
#17190A
(23,25,10)
#131308
(19,19,8)
#0F0D06
(15,13,6)
#0B0704
(11,7,4)
#000000
(0,0,0)

Tints of #334318

#334318
(51,67,24)
#45542D
(69,84,45)
#576542
(87,101,66)
#697657
(105,118,87)
#7B876C
(123,135,108)
#8D9881
(141,152,129)
#9FA996
(159,169,150)
#B1BAAB
(177,186,171)
#C3CBC0
(195,203,192)
#D5DCD5
(213,220,213)
#E7EDEA
(231,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #334318; }

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

This text font color is #334318.


Background Color

.myBgColor { background-color: #334318; }

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

This div background color is #334318.


Border color

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

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

This div border color is #334318.


Opacity

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

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

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

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

This text has shadow with #334318 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #334318 on black background.


Color preview on white background

This text has color #334318 on white background.



Black color preview on #334318 background

This text has black color on #334318 background.


White color preview on #334318 background

This text has white color on #334318 background.