COLOR #665B28

HEX: #665B28
RGB: (102,91,40)

Color info

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

RGB color model

#665B28 color RGB value is (102,91,40).

  • red value is 102;
  • green value is 91;
  • blue value is 40.
RGB:
(102,91,40)
(40%,36%,16%)

RGB channels and saturation

R 102 of 255 = 40%
G 91 of 255 = 36%
B 40 of 255 = 16%

102
91
40

R + G + B ~ 31%. #665B28 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 91 + 40 = 233 (100%)
R 102 of 233 ~ 43.78%
G 91 of 233 ~ 39.06%
B 40 of 233 ~ 17.17%

%43.78
%39.06
%17.17

CMYK color model

#665B28 color CMYK value is (0,11,61,60).

  • cyan value is 0.00%
  • magenta value is 10.78%
  • yellow value is 60.78%
  • key color value is 60.00%
CMYK:
(0,11,61,60)
C0M11Y61K60 
(0%,11%,61%,60%)
(0.00/0.11/0.61/0.60)	

CMYK percentages

%0
%10.78
%60.78
%60

Codes

Color #665B28 in popluar color models

665B28
RGB1029140
HSL49°43.66%27.84%
HSB/HSV49°60.78%40.00%
CMYK0.00%10.78%60.78%
60.00%

Color #665B28 in popluar number systems.

HEX665B28
Decimal1029140
Binary11001101011011101000
Octal14613350

Shades and tints

Shades of #665B28

#665B28
(102,91,40)
#5D5325
(93,83,37)
#544B22
(84,75,34)
#4B431F
(75,67,31)
#423B1C
(66,59,28)
#393319
(57,51,25)
#302B16
(48,43,22)
#272313
(39,35,19)
#1E1B10
(30,27,16)
#15130D
(21,19,13)
#0C0B0A
(12,11,10)
#000000
(0,0,0)

Tints of #665B28

#665B28
(102,91,40)
#73693B
(115,105,59)
#80774E
(128,119,78)
#8D8561
(141,133,97)
#9A9374
(154,147,116)
#A7A187
(167,161,135)
#B4AF9A
(180,175,154)
#C1BDAD
(193,189,173)
#CECBC0
(206,203,192)
#DBD9D3
(219,217,211)
#E8E7E6
(232,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #665B28 color. Also use rgb(102,91,40) instead hex code.

Text Font Color

.myTextColor { color: #665B28; }

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

This text font color is #665B28.


Background Color

.myBgColor { background-color: #665B28; }

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

This div background color is #665B28.


Border color

.myBorderColor { border: 1px solid #665B28; }

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

This div border color is #665B28.


Opacity

.myOpacity80 { color: #665B28; opacity: 0.8; }

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

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

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

This text has shadow with #665B28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #665B28 on black background.


Color preview on white background

This text has color #665B28 on white background.



Black color preview on #665B28 background

This text has black color on #665B28 background.


White color preview on #665B28 background

This text has white color on #665B28 background.