COLOR #465741

HEX: #465741
RGB: (70,87,65)

Color info

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

RGB color model

#465741 color RGB value is (70,87,65).

  • red value is 70;
  • green value is 87;
  • blue value is 65.
RGB:
(70,87,65)
(27%,34%,25%)

RGB channels and saturation

R 70 of 255 = 27%
G 87 of 255 = 34%
B 65 of 255 = 25%

70
87
65

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

Portions of RGB colors in percentages

R + G + B =
70 + 87 + 65 = 222 (100%)
R 70 of 222 ~ 31.53%
G 87 of 222 ~ 39.19%
B 65 of 222 ~ 29.28%

%31.53
%39.19
%29.28

CMYK color model

#465741 color CMYK value is (20,0,25,66).

  • cyan value is 19.54%
  • magenta value is 0.00%
  • yellow value is 25.29%
  • key color value is 65.88%
CMYK:
(20,0,25,66)
C20M0Y25K66 
(20%,0%,25%,66%)
(0.20/0.00/0.25/0.66)	

CMYK percentages

%19.54
%0
%25.29
%65.88

Codes

Color #465741 in popluar color models

465741
RGB708765
HSL106°14.47%29.80%
HSB/HSV106°25.29%34.12%
CMYK19.54%0.00%25.29%
65.88%

Color #465741 in popluar number systems.

HEX465741
Decimal708765
Binary100011010101111000001
Octal106127101

Shades and tints

Shades of #465741

#465741
(70,87,65)
#40503C
(64,80,60)
#3A4937
(58,73,55)
#344232
(52,66,50)
#2E3B2D
(46,59,45)
#283428
(40,52,40)
#222D23
(34,45,35)
#1C261E
(28,38,30)
#161F19
(22,31,25)
#101814
(16,24,20)
#0A110F
(10,17,15)
#000000
(0,0,0)

Tints of #465741

#465741
(70,87,65)
#566652
(86,102,82)
#667563
(102,117,99)
#768474
(118,132,116)
#869385
(134,147,133)
#96A296
(150,162,150)
#A6B1A7
(166,177,167)
#B6C0B8
(182,192,184)
#C6CFC9
(198,207,201)
#D6DEDA
(214,222,218)
#E6EDEB
(230,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #465741 color. Also use rgb(70,87,65) instead hex code.

Text Font Color

.myTextColor { color: #465741; }

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

This text font color is #465741.


Background Color

.myBgColor { background-color: #465741; }

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

This div background color is #465741.


Border color

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

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

This div border color is #465741.


Opacity

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

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

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

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

This text has shadow with #465741 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #465741 on black background.


Color preview on white background

This text has color #465741 on white background.



Black color preview on #465741 background

This text has black color on #465741 background.


White color preview on #465741 background

This text has white color on #465741 background.