COLOR #465943

HEX: #465943
RGB: (70,89,67)

Color info

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

RGB color model

#465943 color RGB value is (70,89,67).

  • red value is 70;
  • green value is 89;
  • blue value is 67.
RGB:
(70,89,67)
(27%,35%,26%)

RGB channels and saturation

R 70 of 255 = 27%
G 89 of 255 = 35%
B 67 of 255 = 26%

70
89
67

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

Portions of RGB colors in percentages

R + G + B =
70 + 89 + 67 = 226 (100%)
R 70 of 226 ~ 30.97%
G 89 of 226 ~ 39.38%
B 67 of 226 ~ 29.65%

%30.97
%39.38
%29.65

CMYK color model

#465943 color CMYK value is (21,0,25,65).

  • cyan value is 21.35%
  • magenta value is 0.00%
  • yellow value is 24.72%
  • key color value is 65.10%
CMYK:
(21,0,25,65)
C21M0Y25K65 
(21%,0%,25%,65%)
(0.21/0.00/0.25/0.65)	

CMYK percentages

%21.35
%0
%24.72
%65.1

Codes

Color #465943 in popluar color models

465943
RGB708967
HSL112°14.10%30.59%
HSB/HSV112°24.72%34.90%
CMYK21.35%0.00%24.72%
65.10%

Color #465943 in popluar number systems.

HEX465943
Decimal708967
Binary100011010110011000011
Octal106131103

Shades and tints

Shades of #465943

#465943
(70,89,67)
#40513D
(64,81,61)
#3A4937
(58,73,55)
#344131
(52,65,49)
#2E392B
(46,57,43)
#283125
(40,49,37)
#22291F
(34,41,31)
#1C2119
(28,33,25)
#161913
(22,25,19)
#10110D
(16,17,13)
#0A0907
(10,9,7)
#000000
(0,0,0)

Tints of #465943

#465943
(70,89,67)
#566854
(86,104,84)
#667765
(102,119,101)
#768676
(118,134,118)
#869587
(134,149,135)
#96A498
(150,164,152)
#A6B3A9
(166,179,169)
#B6C2BA
(182,194,186)
#C6D1CB
(198,209,203)
#D6E0DC
(214,224,220)
#E6EFED
(230,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #465943 color. Also use rgb(70,89,67) instead hex code.

Text Font Color

.myTextColor { color: #465943; }

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

This text font color is #465943.


Background Color

.myBgColor { background-color: #465943; }

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

This div background color is #465943.


Border color

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

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

This div border color is #465943.


Opacity

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

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

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

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

This text has shadow with #465943 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #465943 on black background.


Color preview on white background

This text has color #465943 on white background.



Black color preview on #465943 background

This text has black color on #465943 background.


White color preview on #465943 background

This text has white color on #465943 background.