COLOR #645825

HEX: #645825 RGB: (100,88,37)

Color info

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

RGB color model

#645825 color RGB value is (100,88,37).

RGB: (100,88,37) (39%, 35%, 15%)

RGB channels and saturation

R 100 of 255 = 39%
G 88 of 255 = 35%
B 37 of 255 = 15%

100
88
37

R + G + B ~ 30%. #645825 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 100 + 88 + 37 = 225 (100%)
R 100 of 225 ~ 44.44%
G 88 of 225 ~ 39.11%
B 37 of 225 ~ 16.44'%

%44.44
%39.11
%16.44

CMYK color model

#645825 color CMYK value is (0,12,63,61).

  • cyan value is 0.00%
  • magenta value is 12.00%
  • yellow value is 63.00%
  • key color value is 60.78%

CMYK: (0,12,63,61)
C0M12Y63K61 (0%, 12%, 63%, 61%)
(0.00 / 0.12 / 0.63 / 0.61)

CMYK percentages

%0
%12
%63
%60.78

Codes

Color #645825 in popluar color models

64 58 25
RGB 100 88 37
HSL 49° 45.99% 26.86%
HSB/HSV 49° 63.00% 39.22%
CMYK 0.00% 12.00% 63.00%
60.78%

Color #645825 in popluar number systems.

HEX 64 58 25
Decimal 100 88 37
Binary 1100100 1011000 100101
Octal 144 130 45

Shades and tints

Shades of #645825

#645825
(100,88,37)
#5B5022
(91,80,34)
#52481F
(82,72,31)
#49401C
(73,64,28)
#403819
(64,56,25)
#373016
(55,48,22)
#2E2813
(46,40,19)
#252010
(37,32,16)
#1C180D
(28,24,13)
#13100A
(19,16,10)
#0A0807
(10,8,7)
#000000
(0,0,0)

Tints of #645825

#645825
(100,88,37)
#726738
(114,103,56)
#80764B
(128,118,75)
#8E855E
(142,133,94)
#9C9471
(156,148,113)
#AAA384
(170,163,132)
#B8B297
(184,178,151)
#C6C1AA
(198,193,170)
#D4D0BD
(212,208,189)
#E2DFD0
(226,223,208)
#F0EEE3
(240,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #645825 color. Also use rgb(100,88,37) instead hex code.

Text Font Color

.myTextColor { color: #645825; }

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

This text font color is #645825.

Background Color

.myBgColor { background-color: #645825; }

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

This div background color is #645825.

Border color

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

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

This div border color is #645825.

Opacity

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

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

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

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

This text has shadow with #645825 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #645825.

Preview

Color preview on black background

This text has color #645825 on black background.


Color preview on white background

This text has color #645825 on white background.


Black color preview on #645825 background

This text has black color on #645825 background.


White color preview on #645825 background

This text has white color on #645825 background.


Related colors

Complementary color

Complementary color for #hex is #9BA7DA.


I love getcolorcode.com

Triadic colors

1 #256458 and #582564 with #645825 are triadic colors.

2 #255864 and #586425 with #645825 are triadic colors.