COLOR #665425

HEX: #665425
RGB: (102,84,37)

Color info

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

RGB color model

#665425 color RGB value is (102,84,37).

  • red value is 102;
  • green value is 84;
  • blue value is 37.
RGB:
(102,84,37)
(40%,33%,15%)

RGB channels and saturation

R 102 of 255 = 40%
G 84 of 255 = 33%
B 37 of 255 = 15%

102
84
37

R + G + B ~ 29%. #665425 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 84 + 37 = 223 (100%)
R 102 of 223 ~ 45.74%
G 84 of 223 ~ 37.67%
B 37 of 223 ~ 16.59%

%45.74
%37.67
%16.59

CMYK color model

#665425 color CMYK value is (0,18,64,60).

  • cyan value is 0.00%
  • magenta value is 17.65%
  • yellow value is 63.73%
  • key color value is 60.00%
CMYK:
(0,18,64,60)
C0M18Y64K60 
(0%,18%,64%,60%)
(0.00/0.18/0.64/0.60)	

CMYK percentages

%0
%17.65
%63.73
%60

Codes

Color #665425 in popluar color models

665425
RGB1028437
HSL43°46.76%27.25%
HSB/HSV43°63.73%40.00%
CMYK0.00%17.65%63.73%
60.00%

Color #665425 in popluar number systems.

HEX665425
Decimal1028437
Binary11001101010100100101
Octal14612445

Shades and tints

Shades of #665425

#665425
(102,84,37)
#5D4D22
(93,77,34)
#54461F
(84,70,31)
#4B3F1C
(75,63,28)
#423819
(66,56,25)
#393116
(57,49,22)
#302A13
(48,42,19)
#272310
(39,35,16)
#1E1C0D
(30,28,13)
#15150A
(21,21,10)
#0C0E07
(12,14,7)
#000000
(0,0,0)

Tints of #665425

#665425
(102,84,37)
#736338
(115,99,56)
#80724B
(128,114,75)
#8D815E
(141,129,94)
#9A9071
(154,144,113)
#A79F84
(167,159,132)
#B4AE97
(180,174,151)
#C1BDAA
(193,189,170)
#CECCBD
(206,204,189)
#DBDBD0
(219,219,208)
#E8EAE3
(232,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #665425 color. Also use rgb(102,84,37) instead hex code.

Text Font Color

.myTextColor { color: #665425; }

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

This text font color is #665425.


Background Color

.myBgColor { background-color: #665425; }

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

This div background color is #665425.


Border color

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

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

This div border color is #665425.


Opacity

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

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

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

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

This text has shadow with #665425 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #665425 on black background.


Color preview on white background

This text has color #665425 on white background.



Black color preview on #665425 background

This text has black color on #665425 background.


White color preview on #665425 background

This text has white color on #665425 background.