COLOR #334631

HEX: #334631
RGB: (51,70,49)

Color info

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

RGB color model

#334631 color RGB value is (51,70,49).

  • red value is 51;
  • green value is 70;
  • blue value is 49.
RGB:
(51,70,49)
(20%,27%,19%)

RGB channels and saturation

R 51 of 255 = 20%
G 70 of 255 = 27%
B 49 of 255 = 19%

51
70
49

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

Portions of RGB colors in percentages

R + G + B =
51 + 70 + 49 = 170 (100%)
R 51 of 170 ~ 30%
G 70 of 170 ~ 41.18%
B 49 of 170 ~ 28.82%

%30
%41.18
%28.82

CMYK color model

#334631 color CMYK value is (27,0,30,73).

  • cyan value is 27.14%
  • magenta value is 0.00%
  • yellow value is 30.00%
  • key color value is 72.55%
CMYK:
(27,0,30,73)
C27M0Y30K73 
(27%,0%,30%,73%)
(0.27/0.00/0.30/0.73)	

CMYK percentages

%27.14
%0
%30
%72.55

Codes

Color #334631 in popluar color models

334631
RGB517049
HSL114°17.65%23.33%
HSB/HSV114°30.00%27.45%
CMYK27.14%0.00%30.00%
72.55%

Color #334631 in popluar number systems.

HEX334631
Decimal517049
Binary1100111000110110001
Octal6310661

Shades and tints

Shades of #334631

#334631
(51,70,49)
#2F402D
(47,64,45)
#2B3A29
(43,58,41)
#273425
(39,52,37)
#232E21
(35,46,33)
#1F281D
(31,40,29)
#1B2219
(27,34,25)
#171C15
(23,28,21)
#131611
(19,22,17)
#0F100D
(15,16,13)
#0B0A09
(11,10,9)
#000000
(0,0,0)

Tints of #334631

#334631
(51,70,49)
#455643
(69,86,67)
#576655
(87,102,85)
#697667
(105,118,103)
#7B8679
(123,134,121)
#8D968B
(141,150,139)
#9FA69D
(159,166,157)
#B1B6AF
(177,182,175)
#C3C6C1
(195,198,193)
#D5D6D3
(213,214,211)
#E7E6E5
(231,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #334631 color. Also use rgb(51,70,49) instead hex code.

Text Font Color

.myTextColor { color: #334631; }

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

This text font color is #334631.


Background Color

.myBgColor { background-color: #334631; }

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

This div background color is #334631.


Border color

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

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

This div border color is #334631.


Opacity

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

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

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

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

This text has shadow with #334631 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #334631 on black background.


Color preview on white background

This text has color #334631 on white background.



Black color preview on #334631 background

This text has black color on #334631 background.


White color preview on #334631 background

This text has white color on #334631 background.