COLOR #41604D

HEX: #41604D
RGB: (65,96,77)

Color info

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

RGB color model

#41604D color RGB value is (65,96,77).

  • red value is 65;
  • green value is 96;
  • blue value is 77.
RGB:
(65,96,77)
(25%,38%,30%)

RGB channels and saturation

R 65 of 255 = 25%
G 96 of 255 = 38%
B 77 of 255 = 30%

65
96
77

R + G + B ~ 31%. #41604D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 96 + 77 = 238 (100%)
R 65 of 238 ~ 27.31%
G 96 of 238 ~ 40.34%
B 77 of 238 ~ 32.35%

%27.31
%40.34
%32.35

CMYK color model

#41604D color CMYK value is (32,0,20,62).

  • cyan value is 32.29%
  • magenta value is 0.00%
  • yellow value is 19.79%
  • key color value is 62.35%
CMYK:
(32,0,20,62)
C32M0Y20K62 
(32%,0%,20%,62%)
(0.32/0.00/0.20/0.62)	

CMYK percentages

%32.29
%0
%19.79
%62.35

Codes

Color #41604D in popluar color models

41604D
RGB659677
HSL143°19.25%31.57%
HSB/HSV143°32.29%37.65%
CMYK32.29%0.00%19.79%
62.35%

Color #41604D in popluar number systems.

HEX41604D
Decimal659677
Binary100000111000001001101
Octal101140115

Shades and tints

Shades of #41604D

#41604D
(65,96,77)
#3C5846
(60,88,70)
#37503F
(55,80,63)
#324838
(50,72,56)
#2D4031
(45,64,49)
#28382A
(40,56,42)
#233023
(35,48,35)
#1E281C
(30,40,28)
#192015
(25,32,21)
#14180E
(20,24,14)
#0F1007
(15,16,7)
#000000
(0,0,0)

Tints of #41604D

#41604D
(65,96,77)
#526E5D
(82,110,93)
#637C6D
(99,124,109)
#748A7D
(116,138,125)
#85988D
(133,152,141)
#96A69D
(150,166,157)
#A7B4AD
(167,180,173)
#B8C2BD
(184,194,189)
#C9D0CD
(201,208,205)
#DADEDD
(218,222,221)
#EBECED
(235,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41604D color. Also use rgb(65,96,77) instead hex code.

Text Font Color

.myTextColor { color: #41604D; }

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

This text font color is #41604D.


Background Color

.myBgColor { background-color: #41604D; }

<div style="background-color:#41604D">Inner text</div>

This div background color is #41604D.


Border color

.myBorderColor { border: 1px solid #41604D; }

<div style="border:3px solid #41604D">Div</div>

This div border color is #41604D.


Opacity

.myOpacity80 { color: #41604D; opacity: 0.8; }

<p style="color:#41604D;opacity:0.8;">80%</p>

Text with #41604D 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 #41604D;}

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

This text has shadow with #41604D color.

.textShadow {text-shadow: 3px 3px 1px #41604D, 3px 3px 1px red;}

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

This text has shadow with #41604D primary color and red secondary color.


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

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

This text has shadow with #41604D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41604D on black background.


Color preview on white background

This text has color #41604D on white background.



Black color preview on #41604D background

This text has black color on #41604D background.


White color preview on #41604D background

This text has white color on #41604D background.