COLOR #41713E

HEX: #41713E
RGB: (65,113,62)

Color info

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

RGB color model

#41713E color RGB value is (65,113,62).

  • red value is 65;
  • green value is 113;
  • blue value is 62.
RGB:
(65,113,62)
(25%,44%,24%)

RGB channels and saturation

R 65 of 255 = 25%
G 113 of 255 = 44%
B 62 of 255 = 24%

65
113
62

R + G + B ~ 31%. #41713E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 113 + 62 = 240 (100%)
R 65 of 240 ~ 27.08%
G 113 of 240 ~ 47.08%
B 62 of 240 ~ 25.83%

%27.08
%47.08
%25.83

CMYK color model

#41713E color CMYK value is (42,0,45,56).

  • cyan value is 42.48%
  • magenta value is 0.00%
  • yellow value is 45.13%
  • key color value is 55.69%
CMYK:
(42,0,45,56)
C42M0Y45K56 
(42%,0%,45%,56%)
(0.42/0.00/0.45/0.56)	

CMYK percentages

%42.48
%0
%45.13
%55.69

Codes

Color #41713E in popluar color models

41713E
RGB6511362
HSL116°29.14%34.31%
HSB/HSV116°45.13%44.31%
CMYK42.48%0.00%45.13%
55.69%

Color #41713E in popluar number systems.

HEX41713E
Decimal6511362
Binary10000011110001111110
Octal10116176

Shades and tints

Shades of #41713E

#41713E
(65,113,62)
#3C6739
(60,103,57)
#375D34
(55,93,52)
#32532F
(50,83,47)
#2D492A
(45,73,42)
#283F25
(40,63,37)
#233520
(35,53,32)
#1E2B1B
(30,43,27)
#192116
(25,33,22)
#141711
(20,23,17)
#0F0D0C
(15,13,12)
#000000
(0,0,0)

Tints of #41713E

#41713E
(65,113,62)
#527D4F
(82,125,79)
#638960
(99,137,96)
#749571
(116,149,113)
#85A182
(133,161,130)
#96AD93
(150,173,147)
#A7B9A4
(167,185,164)
#B8C5B5
(184,197,181)
#C9D1C6
(201,209,198)
#DADDD7
(218,221,215)
#EBE9E8
(235,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41713E color. Also use rgb(65,113,62) instead hex code.

Text Font Color

.myTextColor { color: #41713E; }

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

This text font color is #41713E.


Background Color

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

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

This div background color is #41713E.


Border color

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

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

This div border color is #41713E.


Opacity

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

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

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

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

This text has shadow with #41713E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41713E on black background.


Color preview on white background

This text has color #41713E on white background.



Black color preview on #41713E background

This text has black color on #41713E background.


White color preview on #41713E background

This text has white color on #41713E background.