COLOR #41682B

HEX: #41682B
RGB: (65,104,43)

Color info

#41682B contains mainly red and green colors. Web safe color of #41682B is #336633 (or #363).

RGB color model

#41682B color RGB value is (65,104,43).

  • red value is 65;
  • green value is 104;
  • blue value is 43.
RGB:
(65,104,43)
(25%,41%,17%)

RGB channels and saturation

R 65 of 255 = 25%
G 104 of 255 = 41%
B 43 of 255 = 17%

65
104
43

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

Portions of RGB colors in percentages

R + G + B =
65 + 104 + 43 = 212 (100%)
R 65 of 212 ~ 30.66%
G 104 of 212 ~ 49.06%
B 43 of 212 ~ 20.28%

%30.66
%49.06
%20.28

CMYK color model

#41682B color CMYK value is (38,0,59,59).

  • cyan value is 37.50%
  • magenta value is 0.00%
  • yellow value is 58.65%
  • key color value is 59.22%
CMYK:
(38,0,59,59)
C38M0Y59K59 
(38%,0%,59%,59%)
(0.38/0.00/0.59/0.59)	

CMYK percentages

%37.5
%0
%58.65
%59.22

Codes

Color #41682B in popluar color models

41682B
RGB6510443
HSL98°41.50%28.82%
HSB/HSV98°58.65%40.78%
CMYK37.50%0.00%58.65%
59.22%

Color #41682B in popluar number systems.

HEX41682B
Decimal6510443
Binary10000011101000101011
Octal10115053

Shades and tints

Shades of #41682B

#41682B
(65,104,43)
#3C5F28
(60,95,40)
#375625
(55,86,37)
#324D22
(50,77,34)
#2D441F
(45,68,31)
#283B1C
(40,59,28)
#233219
(35,50,25)
#1E2916
(30,41,22)
#192013
(25,32,19)
#141710
(20,23,16)
#0F0E0D
(15,14,13)
#000000
(0,0,0)

Tints of #41682B

#41682B
(65,104,43)
#52753E
(82,117,62)
#638251
(99,130,81)
#748F64
(116,143,100)
#859C77
(133,156,119)
#96A98A
(150,169,138)
#A7B69D
(167,182,157)
#B8C3B0
(184,195,176)
#C9D0C3
(201,208,195)
#DADDD6
(218,221,214)
#EBEAE9
(235,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41682B color. Also use rgb(65,104,43) instead hex code.

Text Font Color

.myTextColor { color: #41682B; }

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

This text font color is #41682B.


Background Color

.myBgColor { background-color: #41682B; }

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

This div background color is #41682B.


Border color

.myBorderColor { border: 1px solid #41682B; }

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

This div border color is #41682B.


Opacity

.myOpacity80 { color: #41682B; opacity: 0.8; }

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

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

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

This text has shadow with #41682B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41682B on black background.


Color preview on white background

This text has color #41682B on white background.



Black color preview on #41682B background

This text has black color on #41682B background.


White color preview on #41682B background

This text has white color on #41682B background.