COLOR #41692E

HEX: #41692E
RGB: (65,105,46)

Color info

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

RGB color model

#41692E color RGB value is (65,105,46).

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

RGB channels and saturation

R 65 of 255 = 25%
G 105 of 255 = 41%
B 46 of 255 = 18%

65
105
46

R + G + B ~ 28%. #41692E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 105 + 46 = 216 (100%)
R 65 of 216 ~ 30.09%
G 105 of 216 ~ 48.61%
B 46 of 216 ~ 21.3%

%30.09
%48.61
%21.3

CMYK color model

#41692E color CMYK value is (38,0,56,59).

  • cyan value is 38.10%
  • magenta value is 0.00%
  • yellow value is 56.19%
  • key color value is 58.82%
CMYK:
(38,0,56,59)
C38M0Y56K59 
(38%,0%,56%,59%)
(0.38/0.00/0.56/0.59)	

CMYK percentages

%38.1
%0
%56.19
%58.82

Codes

Color #41692E in popluar color models

41692E
RGB6510546
HSL101°39.07%29.61%
HSB/HSV101°56.19%41.18%
CMYK38.10%0.00%56.19%
58.82%

Color #41692E in popluar number systems.

HEX41692E
Decimal6510546
Binary10000011101001101110
Octal10115156

Shades and tints

Shades of #41692E

#41692E
(65,105,46)
#3C602A
(60,96,42)
#375726
(55,87,38)
#324E22
(50,78,34)
#2D451E
(45,69,30)
#283C1A
(40,60,26)
#233316
(35,51,22)
#1E2A12
(30,42,18)
#19210E
(25,33,14)
#14180A
(20,24,10)
#0F0F06
(15,15,6)
#000000
(0,0,0)

Tints of #41692E

#41692E
(65,105,46)
#527641
(82,118,65)
#638354
(99,131,84)
#749067
(116,144,103)
#859D7A
(133,157,122)
#96AA8D
(150,170,141)
#A7B7A0
(167,183,160)
#B8C4B3
(184,196,179)
#C9D1C6
(201,209,198)
#DADED9
(218,222,217)
#EBEBEC
(235,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41692E; }

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

This text font color is #41692E.


Background Color

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

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

This div background color is #41692E.


Border color

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

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

This div border color is #41692E.


Opacity

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

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

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

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

This text has shadow with #41692E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41692E on black background.


Color preview on white background

This text has color #41692E on white background.



Black color preview on #41692E background

This text has black color on #41692E background.


White color preview on #41692E background

This text has white color on #41692E background.