COLOR #466B35

HEX: #466B35 RGB: (70,107,53)

Color info

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

RGB color model

#466B35 color RGB value is (70,107,53).

RGB: (70,107,53) (27%, 42%, 21%)

RGB channels and saturation

R 70 of 255 = 27%
G 107 of 255 = 42%
B 53 of 255 = 21%

70
107
53

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

Portions of RGB colors in percentages

R + G + B = 70 + 107 + 53 = 230 (100%)
R 70 of 230 ~ 30.43%
G 107 of 230 ~ 46.52%
B 53 of 230 ~ 23.04'%

%30.43
%46.52
%23.04

CMYK color model

#466B35 color CMYK value is (35,0,50,58).

  • cyan value is 34.58%
  • magenta value is 0.00%
  • yellow value is 50.47%
  • key color value is 58.04%

CMYK: (35,0,50,58)
C35M0Y50K58 (35%, 0%, 50%, 58%)
(0.35 / 0.00 / 0.50 / 0.58)

CMYK percentages

%34.58
%0
%50.47
%58.04

Codes

Color #466B35 in popluar color models

46 6B 35
RGB 70 107 53
HSL 101° 33.75% 31.37%
HSB/HSV 101° 50.47% 41.96%
CMYK 34.58% 0.00% 50.47%
58.04%

Color #466B35 in popluar number systems.

HEX 46 6B 35
Decimal 70 107 53
Binary 1000110 1101011 110101
Octal 106 153 65

Shades and tints

Shades of #466B35

#466B35
(70,107,53)
#406231
(64,98,49)
#3A592D
(58,89,45)
#345029
(52,80,41)
#2E4725
(46,71,37)
#283E21
(40,62,33)
#22351D
(34,53,29)
#1C2C19
(28,44,25)
#162315
(22,35,21)
#101A11
(16,26,17)
#0A110D
(10,17,13)
#000000
(0,0,0)

Tints of #466B35

#466B35
(70,107,53)
#567847
(86,120,71)
#668559
(102,133,89)
#76926B
(118,146,107)
#869F7D
(134,159,125)
#96AC8F
(150,172,143)
#A6B9A1
(166,185,161)
#B6C6B3
(182,198,179)
#C6D3C5
(198,211,197)
#D6E0D7
(214,224,215)
#E6EDE9
(230,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #466B35 color. Also use rgb(70,107,53) instead hex code.

Text Font Color

.myTextColor { color: #466B35; }

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

This text font color is #466B35.

Background Color

.myBgColor { background-color: #466B35; }

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

This div background color is #466B35.

Border color

.myBorderColor { border: 1px solid #466B35; }

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

This div border color is #466B35.

Opacity

.myOpacity80 { color: #466B35; opacity: 0.8; }

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

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

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

This text has shadow with #466B35 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #466B35.

Preview

Color preview on black background

This text has color #466B35 on black background.


Color preview on white background

This text has color #466B35 on white background.


Black color preview on #466B35 background

This text has black color on #466B35 background.


White color preview on #466B35 background

This text has white color on #466B35 background.


Related colors

Complementary color

Complementary color for #hex is #B994CA.


I love getcolorcode.com

Triadic colors

1 #35466B and #6B3546 with #466B35 are triadic colors.

2 #356B46 and #6B4635 with #466B35 are triadic colors.