COLOR #646F38

HEX: #646F38
RGB: (100,111,56)

Color info

#646F38 contains red, green and blue colors in about the same proportion. Web safe color of #646F38 is #666633 (or #663).

RGB color model

#646F38 color RGB value is (100,111,56).

  • red value is 100;
  • green value is 111;
  • blue value is 56.
RGB:
(100,111,56)
(39%,44%,22%)

RGB channels and saturation

R 100 of 255 = 39%
G 111 of 255 = 44%
B 56 of 255 = 22%

100
111
56

R + G + B ~ 35%. #646F38 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 111 + 56 = 267 (100%)
R 100 of 267 ~ 37.45%
G 111 of 267 ~ 41.57%
B 56 of 267 ~ 20.97%

%37.45
%41.57
%20.97

CMYK color model

#646F38 color CMYK value is (10,0,50,56).

  • cyan value is 9.91%
  • magenta value is 0.00%
  • yellow value is 49.55%
  • key color value is 56.47%
CMYK:
(10,0,50,56)
C10M0Y50K56 
(10%,0%,50%,56%)
(0.10/0.00/0.50/0.56)	

CMYK percentages

%9.91
%0
%49.55
%56.47

Codes

Color #646F38 in popluar color models

646F38
RGB10011156
HSL72°32.93%32.75%
HSB/HSV72°49.55%43.53%
CMYK9.91%0.00%49.55%
56.47%

Color #646F38 in popluar number systems.

HEX646F38
Decimal10011156
Binary11001001101111111000
Octal14415770

Shades and tints

Shades of #646F38

#646F38
(100,111,56)
#5B6533
(91,101,51)
#525B2E
(82,91,46)
#495129
(73,81,41)
#404724
(64,71,36)
#373D1F
(55,61,31)
#2E331A
(46,51,26)
#252915
(37,41,21)
#1C1F10
(28,31,16)
#13150B
(19,21,11)
#0A0B06
(10,11,6)
#000000
(0,0,0)

Tints of #646F38

#646F38
(100,111,56)
#727C4A
(114,124,74)
#80895C
(128,137,92)
#8E966E
(142,150,110)
#9CA380
(156,163,128)
#AAB092
(170,176,146)
#B8BDA4
(184,189,164)
#C6CAB6
(198,202,182)
#D4D7C8
(212,215,200)
#E2E4DA
(226,228,218)
#F0F1EC
(240,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #646F38 color. Also use rgb(100,111,56) instead hex code.

Text Font Color

.myTextColor { color: #646F38; }

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

This text font color is #646F38.


Background Color

.myBgColor { background-color: #646F38; }

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

This div background color is #646F38.


Border color

.myBorderColor { border: 1px solid #646F38; }

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

This div border color is #646F38.


Opacity

.myOpacity80 { color: #646F38; opacity: 0.8; }

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

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

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

This text has shadow with #646F38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646F38 on black background.


Color preview on white background

This text has color #646F38 on white background.



Black color preview on #646F38 background

This text has black color on #646F38 background.


White color preview on #646F38 background

This text has white color on #646F38 background.