COLOR #41604C

HEX: #41604C
RGB: (65,96,76)

Color info

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

RGB color model

#41604C color RGB value is (65,96,76).

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

RGB channels and saturation

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

65
96
76

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

Portions of RGB colors in percentages

R + G + B =
65 + 96 + 76 = 237 (100%)
R 65 of 237 ~ 27.43%
G 96 of 237 ~ 40.51%
B 76 of 237 ~ 32.07%

%27.43
%40.51
%32.07

CMYK color model

#41604C color CMYK value is (32,0,21,62).

  • cyan value is 32.29%
  • magenta value is 0.00%
  • yellow value is 20.83%
  • key color value is 62.35%
CMYK:
(32,0,21,62)
C32M0Y21K62 
(32%,0%,21%,62%)
(0.32/0.00/0.21/0.62)	

CMYK percentages

%32.29
%0
%20.83
%62.35

Codes

Color #41604C in popluar color models

41604C
RGB659676
HSL141°19.25%31.57%
HSB/HSV141°32.29%37.65%
CMYK32.29%0.00%20.83%
62.35%

Color #41604C in popluar number systems.

HEX41604C
Decimal659676
Binary100000111000001001100
Octal101140114

Shades and tints

Shades of #41604C

#41604C
(65,96,76)
#3C5846
(60,88,70)
#375040
(55,80,64)
#32483A
(50,72,58)
#2D4034
(45,64,52)
#28382E
(40,56,46)
#233028
(35,48,40)
#1E2822
(30,40,34)
#19201C
(25,32,28)
#141816
(20,24,22)
#0F1010
(15,16,16)
#000000
(0,0,0)

Tints of #41604C

#41604C
(65,96,76)
#526E5C
(82,110,92)
#637C6C
(99,124,108)
#748A7C
(116,138,124)
#85988C
(133,152,140)
#96A69C
(150,166,156)
#A7B4AC
(167,180,172)
#B8C2BC
(184,194,188)
#C9D0CC
(201,208,204)
#DADEDC
(218,222,220)
#EBECEC
(235,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41604C; }

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

This text font color is #41604C.


Background Color

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

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

This div background color is #41604C.


Border color

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

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

This div border color is #41604C.


Opacity

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

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

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

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

This text has shadow with #41604C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41604C on black background.


Color preview on white background

This text has color #41604C on white background.



Black color preview on #41604C background

This text has black color on #41604C background.


White color preview on #41604C background

This text has white color on #41604C background.