COLOR #415149

HEX: #415149
RGB: (65,81,73)

Color info

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

RGB color model

#415149 color RGB value is (65,81,73).

  • red value is 65;
  • green value is 81;
  • blue value is 73.
RGB:
(65,81,73)
(25%,32%,29%)

RGB channels and saturation

R 65 of 255 = 25%
G 81 of 255 = 32%
B 73 of 255 = 29%

65
81
73

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

Portions of RGB colors in percentages

R + G + B =
65 + 81 + 73 = 219 (100%)
R 65 of 219 ~ 29.68%
G 81 of 219 ~ 36.99%
B 73 of 219 ~ 33.33%

%29.68
%36.99
%33.33

CMYK color model

#415149 color CMYK value is (20,0,10,68).

  • cyan value is 19.75%
  • magenta value is 0.00%
  • yellow value is 9.88%
  • key color value is 68.24%
CMYK:
(20,0,10,68)
C20M0Y10K68 
(20%,0%,10%,68%)
(0.20/0.00/0.10/0.68)	

CMYK percentages

%19.75
%0
%9.88
%68.24

Codes

Color #415149 in popluar color models

415149
RGB658173
HSL150°10.96%28.63%
HSB/HSV150°19.75%31.76%
CMYK19.75%0.00%9.88%
68.24%

Color #415149 in popluar number systems.

HEX415149
Decimal658173
Binary100000110100011001001
Octal101121111

Shades and tints

Shades of #415149

#415149
(65,81,73)
#3C4A43
(60,74,67)
#37433D
(55,67,61)
#323C37
(50,60,55)
#2D3531
(45,53,49)
#282E2B
(40,46,43)
#232725
(35,39,37)
#1E201F
(30,32,31)
#191919
(25,25,25)
#141213
(20,18,19)
#0F0B0D
(15,11,13)
#000000
(0,0,0)

Tints of #415149

#415149
(65,81,73)
#526059
(82,96,89)
#636F69
(99,111,105)
#747E79
(116,126,121)
#858D89
(133,141,137)
#969C99
(150,156,153)
#A7ABA9
(167,171,169)
#B8BAB9
(184,186,185)
#C9C9C9
(201,201,201)
#DAD8D9
(218,216,217)
#EBE7E9
(235,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #415149 color. Also use rgb(65,81,73) instead hex code.

Text Font Color

.myTextColor { color: #415149; }

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

This text font color is #415149.


Background Color

.myBgColor { background-color: #415149; }

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

This div background color is #415149.


Border color

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

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

This div border color is #415149.


Opacity

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

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

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

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

This text has shadow with #415149 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #415149 on black background.


Color preview on white background

This text has color #415149 on white background.



Black color preview on #415149 background

This text has black color on #415149 background.


White color preview on #415149 background

This text has white color on #415149 background.