COLOR #41613E

HEX: #41613E
RGB: (65,97,62)

Color info

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

RGB color model

#41613E color RGB value is (65,97,62).

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

RGB channels and saturation

R 65 of 255 = 25%
G 97 of 255 = 38%
B 62 of 255 = 24%

65
97
62

R + G + B ~ 29%. #41613E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 97 + 62 = 224 (100%)
R 65 of 224 ~ 29.02%
G 97 of 224 ~ 43.3%
B 62 of 224 ~ 27.68%

%29.02
%43.3
%27.68

CMYK color model

#41613E color CMYK value is (33,0,36,62).

  • cyan value is 32.99%
  • magenta value is 0.00%
  • yellow value is 36.08%
  • key color value is 61.96%
CMYK:
(33,0,36,62)
C33M0Y36K62 
(33%,0%,36%,62%)
(0.33/0.00/0.36/0.62)	

CMYK percentages

%32.99
%0
%36.08
%61.96

Codes

Color #41613E in popluar color models

41613E
RGB659762
HSL115°22.01%31.18%
HSB/HSV115°36.08%38.04%
CMYK32.99%0.00%36.08%
61.96%

Color #41613E in popluar number systems.

HEX41613E
Decimal659762
Binary10000011100001111110
Octal10114176

Shades and tints

Shades of #41613E

#41613E
(65,97,62)
#3C5939
(60,89,57)
#375134
(55,81,52)
#32492F
(50,73,47)
#2D412A
(45,65,42)
#283925
(40,57,37)
#233120
(35,49,32)
#1E291B
(30,41,27)
#192116
(25,33,22)
#141911
(20,25,17)
#0F110C
(15,17,12)
#000000
(0,0,0)

Tints of #41613E

#41613E
(65,97,62)
#526F4F
(82,111,79)
#637D60
(99,125,96)
#748B71
(116,139,113)
#859982
(133,153,130)
#96A793
(150,167,147)
#A7B5A4
(167,181,164)
#B8C3B5
(184,195,181)
#C9D1C6
(201,209,198)
#DADFD7
(218,223,215)
#EBEDE8
(235,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41613E; }

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

This text font color is #41613E.


Background Color

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

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

This div background color is #41613E.


Border color

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

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

This div border color is #41613E.


Opacity

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

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

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

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

This text has shadow with #41613E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41613E on black background.


Color preview on white background

This text has color #41613E on white background.



Black color preview on #41613E background

This text has black color on #41613E background.


White color preview on #41613E background

This text has white color on #41613E background.