COLOR #647B21

HEX: #647B21
RGB: (100,123,33)

Color info

#647B21 contains mainly red and green colors. Web safe color of #647B21 is #666633 (or #663).

RGB color model

#647B21 color RGB value is (100,123,33).

  • red value is 100;
  • green value is 123;
  • blue value is 33.
RGB:
(100,123,33)
(39%,48%,13%)

RGB channels and saturation

R 100 of 255 = 39%
G 123 of 255 = 48%
B 33 of 255 = 13%

100
123
33

R + G + B ~ 33%. #647B21 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 123 + 33 = 256 (100%)
R 100 of 256 ~ 39.06%
G 123 of 256 ~ 48.05%
B 33 of 256 ~ 12.89%

%39.06
%48.05
%12.89

CMYK color model

#647B21 color CMYK value is (19,0,73,52).

  • cyan value is 18.70%
  • magenta value is 0.00%
  • yellow value is 73.17%
  • key color value is 51.76%
CMYK:
(19,0,73,52)
C19M0Y73K52 
(19%,0%,73%,52%)
(0.19/0.00/0.73/0.52)	

CMYK percentages

%18.7
%0
%73.17
%51.76

Codes

Color #647B21 in popluar color models

647B21
RGB10012333
HSL75°57.69%30.59%
HSB/HSV75°73.17%48.24%
CMYK18.70%0.00%73.17%
51.76%

Color #647B21 in popluar number systems.

HEX647B21
Decimal10012333
Binary11001001111011100001
Octal14417341

Shades and tints

Shades of #647B21

#647B21
(100,123,33)
#5B701E
(91,112,30)
#52651B
(82,101,27)
#495A18
(73,90,24)
#404F15
(64,79,21)
#374412
(55,68,18)
#2E390F
(46,57,15)
#252E0C
(37,46,12)
#1C2309
(28,35,9)
#131806
(19,24,6)
#0A0D03
(10,13,3)
#000000
(0,0,0)

Tints of #647B21

#647B21
(100,123,33)
#728735
(114,135,53)
#809349
(128,147,73)
#8E9F5D
(142,159,93)
#9CAB71
(156,171,113)
#AAB785
(170,183,133)
#B8C399
(184,195,153)
#C6CFAD
(198,207,173)
#D4DBC1
(212,219,193)
#E2E7D5
(226,231,213)
#F0F3E9
(240,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #647B21 color. Also use rgb(100,123,33) instead hex code.

Text Font Color

.myTextColor { color: #647B21; }

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

This text font color is #647B21.


Background Color

.myBgColor { background-color: #647B21; }

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

This div background color is #647B21.


Border color

.myBorderColor { border: 1px solid #647B21; }

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

This div border color is #647B21.


Opacity

.myOpacity80 { color: #647B21; opacity: 0.8; }

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

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

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

This text has shadow with #647B21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #647B21 on black background.


Color preview on white background

This text has color #647B21 on white background.



Black color preview on #647B21 background

This text has black color on #647B21 background.


White color preview on #647B21 background

This text has white color on #647B21 background.