COLOR #41512E

HEX: #41512E
RGB: (65,81,46)

Color info

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

RGB color model

#41512E color RGB value is (65,81,46).

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

RGB channels and saturation

R 65 of 255 = 25%
G 81 of 255 = 32%
B 46 of 255 = 18%

65
81
46

R + G + B ~ 25%. #41512E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 81 + 46 = 192 (100%)
R 65 of 192 ~ 33.85%
G 81 of 192 ~ 42.19%
B 46 of 192 ~ 23.96%

%33.85
%42.19
%23.96

CMYK color model

#41512E color CMYK value is (20,0,43,68).

  • cyan value is 19.75%
  • magenta value is 0.00%
  • yellow value is 43.21%
  • key color value is 68.24%
CMYK:
(20,0,43,68)
C20M0Y43K68 
(20%,0%,43%,68%)
(0.20/0.00/0.43/0.68)	

CMYK percentages

%19.75
%0
%43.21
%68.24

Codes

Color #41512E in popluar color models

41512E
RGB658146
HSL87°27.56%24.90%
HSB/HSV87°43.21%31.76%
CMYK19.75%0.00%43.21%
68.24%

Color #41512E in popluar number systems.

HEX41512E
Decimal658146
Binary10000011010001101110
Octal10112156

Shades and tints

Shades of #41512E

#41512E
(65,81,46)
#3C4A2A
(60,74,42)
#374326
(55,67,38)
#323C22
(50,60,34)
#2D351E
(45,53,30)
#282E1A
(40,46,26)
#232716
(35,39,22)
#1E2012
(30,32,18)
#19190E
(25,25,14)
#14120A
(20,18,10)
#0F0B06
(15,11,6)
#000000
(0,0,0)

Tints of #41512E

#41512E
(65,81,46)
#526041
(82,96,65)
#636F54
(99,111,84)
#747E67
(116,126,103)
#858D7A
(133,141,122)
#969C8D
(150,156,141)
#A7ABA0
(167,171,160)
#B8BAB3
(184,186,179)
#C9C9C6
(201,201,198)
#DAD8D9
(218,216,217)
#EBE7EC
(235,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41512E; }

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

This text font color is #41512E.


Background Color

.myBgColor { background-color: #41512E; }

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

This div background color is #41512E.


Border color

.myBorderColor { border: 1px solid #41512E; }

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

This div border color is #41512E.


Opacity

.myOpacity80 { color: #41512E; opacity: 0.8; }

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

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

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

This text has shadow with #41512E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41512E on black background.


Color preview on white background

This text has color #41512E on white background.



Black color preview on #41512E background

This text has black color on #41512E background.


White color preview on #41512E background

This text has white color on #41512E background.