COLOR #465343

HEX: #465343
RGB: (70,83,67)

Color info

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

RGB color model

#465343 color RGB value is (70,83,67).

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

RGB channels and saturation

R 70 of 255 = 27%
G 83 of 255 = 33%
B 67 of 255 = 26%

70
83
67

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

Portions of RGB colors in percentages

R + G + B =
70 + 83 + 67 = 220 (100%)
R 70 of 220 ~ 31.82%
G 83 of 220 ~ 37.73%
B 67 of 220 ~ 30.45%

%31.82
%37.73
%30.45

CMYK color model

#465343 color CMYK value is (16,0,19,67).

  • cyan value is 15.66%
  • magenta value is 0.00%
  • yellow value is 19.28%
  • key color value is 67.45%
CMYK: (16,0,19,67) C16M0Y19K67 (16%,0%,19%,67%) (0.16/0.00/0.19/0.67)

CMYK percentages

%15.66
%0
%19.28
%67.45

Codes

Color #465343 in popluar color models

465343
RGB708367
HSL109°10.67%29.41%
HSB/HSV109°19.28%32.55%
CMYK15.66%0.00%19.28%
67.45%

Color #465343 in popluar number systems.

HEX465343
Decimal708367
Binary100011010100111000011
Octal106123103

Shades and tints

Shades of #465343

#465343
(70,83,67)
#404C3D
(64,76,61)
#3A4537
(58,69,55)
#343E31
(52,62,49)
#2E372B
(46,55,43)
#283025
(40,48,37)
#22291F
(34,41,31)
#1C2219
(28,34,25)
#161B13
(22,27,19)
#10140D
(16,20,13)
#0A0D07
(10,13,7)
#000000
(0,0,0)

Tints of #465343

#465343
(70,83,67)
#566254
(86,98,84)
#667165
(102,113,101)
#768076
(118,128,118)
#868F87
(134,143,135)
#969E98
(150,158,152)
#A6ADA9
(166,173,169)
#B6BCBA
(182,188,186)
#C6CBCB
(198,203,203)
#D6DADC
(214,218,220)
#E6E9ED
(230,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #465343; }

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

This text font color is #465343.


Background Color

.myBgColor { background-color: #465343; }

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

This div background color is #465343.


Border color

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

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

This div border color is #465343.


Opacity

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

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

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

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

This text has shadow with #465343 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #465343 on black background.


Color preview on white background

This text has color #465343 on white background.



Black color preview on #465343 background

This text has black color on #465343 background.


White color preview on #465343 background

This text has white color on #465343 background.