COLOR #41713A

HEX: #41713A
RGB: (65,113,58)

Color info

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

RGB color model

#41713A color RGB value is (65,113,58).

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

RGB channels and saturation

R 65 of 255 = 25%
G 113 of 255 = 44%
B 58 of 255 = 23%

65
113
58

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

Portions of RGB colors in percentages

R + G + B =
65 + 113 + 58 = 236 (100%)
R 65 of 236 ~ 27.54%
G 113 of 236 ~ 47.88%
B 58 of 236 ~ 24.58%

%27.54
%47.88
%24.58

CMYK color model

#41713A color CMYK value is (42,0,49,56).

  • cyan value is 42.48%
  • magenta value is 0.00%
  • yellow value is 48.67%
  • key color value is 55.69%
CMYK:
(42,0,49,56)
C42M0Y49K56 
(42%,0%,49%,56%)
(0.42/0.00/0.49/0.56)	

CMYK percentages

%42.48
%0
%48.67
%55.69

Codes

Color #41713A in popluar color models

41713A
RGB6511358
HSL112°32.16%33.53%
HSB/HSV112°48.67%44.31%
CMYK42.48%0.00%48.67%
55.69%

Color #41713A in popluar number systems.

HEX41713A
Decimal6511358
Binary10000011110001111010
Octal10116172

Shades and tints

Shades of #41713A

#41713A
(65,113,58)
#3C6735
(60,103,53)
#375D30
(55,93,48)
#32532B
(50,83,43)
#2D4926
(45,73,38)
#283F21
(40,63,33)
#23351C
(35,53,28)
#1E2B17
(30,43,23)
#192112
(25,33,18)
#14170D
(20,23,13)
#0F0D08
(15,13,8)
#000000
(0,0,0)

Tints of #41713A

#41713A
(65,113,58)
#527D4B
(82,125,75)
#63895C
(99,137,92)
#74956D
(116,149,109)
#85A17E
(133,161,126)
#96AD8F
(150,173,143)
#A7B9A0
(167,185,160)
#B8C5B1
(184,197,177)
#C9D1C2
(201,209,194)
#DADDD3
(218,221,211)
#EBE9E4
(235,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41713A; }

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

This text font color is #41713A.


Background Color

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

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

This div background color is #41713A.


Border color

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

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

This div border color is #41713A.


Opacity

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

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

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

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

This text has shadow with #41713A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41713A on black background.


Color preview on white background

This text has color #41713A on white background.



Black color preview on #41713A background

This text has black color on #41713A background.


White color preview on #41713A background

This text has white color on #41713A background.