COLOR #465526

HEX: #465526
RGB: (70,85,38)

Color info

#465526 contains red, green and blue colors in about the same proportion. Web safe color of #465526 is #336633 (or #363).

RGB color model

#465526 color RGB value is (70,85,38).

  • red value is 70;
  • green value is 85;
  • blue value is 38.
RGB:
(70,85,38)
(27%,33%,15%)

RGB channels and saturation

R 70 of 255 = 27%
G 85 of 255 = 33%
B 38 of 255 = 15%

70
85
38

R + G + B ~ 25%. #465526 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 85 + 38 = 193 (100%)
R 70 of 193 ~ 36.27%
G 85 of 193 ~ 44.04%
B 38 of 193 ~ 19.69%

%36.27
%44.04
%19.69

CMYK color model

#465526 color CMYK value is (18,0,55,67).

  • cyan value is 17.65%
  • magenta value is 0.00%
  • yellow value is 55.29%
  • key color value is 66.67%
CMYK:
(18,0,55,67)
C18M0Y55K67 
(18%,0%,55%,67%)
(0.18/0.00/0.55/0.67)	

CMYK percentages

%17.65
%0
%55.29
%66.67

Codes

Color #465526 in popluar color models

465526
RGB708538
HSL79°38.21%24.12%
HSB/HSV79°55.29%33.33%
CMYK17.65%0.00%55.29%
66.67%

Color #465526 in popluar number systems.

HEX465526
Decimal708538
Binary10001101010101100110
Octal10612546

Shades and tints

Shades of #465526

#465526
(70,85,38)
#404E23
(64,78,35)
#3A4720
(58,71,32)
#34401D
(52,64,29)
#2E391A
(46,57,26)
#283217
(40,50,23)
#222B14
(34,43,20)
#1C2411
(28,36,17)
#161D0E
(22,29,14)
#10160B
(16,22,11)
#0A0F08
(10,15,8)
#000000
(0,0,0)

Tints of #465526

#465526
(70,85,38)
#566439
(86,100,57)
#66734C
(102,115,76)
#76825F
(118,130,95)
#869172
(134,145,114)
#96A085
(150,160,133)
#A6AF98
(166,175,152)
#B6BEAB
(182,190,171)
#C6CDBE
(198,205,190)
#D6DCD1
(214,220,209)
#E6EBE4
(230,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #465526 color. Also use rgb(70,85,38) instead hex code.

Text Font Color

.myTextColor { color: #465526; }

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

This text font color is #465526.


Background Color

.myBgColor { background-color: #465526; }

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

This div background color is #465526.


Border color

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

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

This div border color is #465526.


Opacity

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

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

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

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

This text has shadow with #465526 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #465526 on black background.


Color preview on white background

This text has color #465526 on white background.



Black color preview on #465526 background

This text has black color on #465526 background.


White color preview on #465526 background

This text has white color on #465526 background.