COLOR #41606C

HEX: #41606C
RGB: (65,96,108)

Color info

#41606C contains red, green and blue colors in about the same proportion. Web safe color of #41606C is #336666 (or #366).

RGB color model

#41606C color RGB value is (65,96,108).

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

RGB channels and saturation

R 65 of 255 = 25%
G 96 of 255 = 38%
B 108 of 255 = 42%

65
96
108

R + G + B ~ 35%. #41606C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 96 + 108 = 269 (100%)
R 65 of 269 ~ 24.16%
G 96 of 269 ~ 35.69%
B 108 of 269 ~ 40.15%

%24.16
%35.69
%40.15

CMYK color model

#41606C color CMYK value is (40,11,0,58).

  • cyan value is 39.81%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(40,11,0,58)
C40M11Y0K58 
(40%,11%,0%,58%)
(0.40/0.11/0.00/0.58)	

CMYK percentages

%39.81
%11.11
%0
%57.65

Codes

Color #41606C in popluar color models

41606C
RGB6596108
HSL197°24.86%33.92%
HSB/HSV197°39.81%42.35%
CMYK39.81%11.11%0.00%
57.65%

Color #41606C in popluar number systems.

HEX41606C
Decimal6596108
Binary100000111000001101100
Octal101140154

Shades and tints

Shades of #41606C

#41606C
(65,96,108)
#3C5863
(60,88,99)
#37505A
(55,80,90)
#324851
(50,72,81)
#2D4048
(45,64,72)
#28383F
(40,56,63)
#233036
(35,48,54)
#1E282D
(30,40,45)
#192024
(25,32,36)
#14181B
(20,24,27)
#0F1012
(15,16,18)
#000000
(0,0,0)

Tints of #41606C

#41606C
(65,96,108)
#526E79
(82,110,121)
#637C86
(99,124,134)
#748A93
(116,138,147)
#8598A0
(133,152,160)
#96A6AD
(150,166,173)
#A7B4BA
(167,180,186)
#B8C2C7
(184,194,199)
#C9D0D4
(201,208,212)
#DADEE1
(218,222,225)
#EBECEE
(235,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41606C; }

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

This text font color is #41606C.


Background Color

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

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

This div background color is #41606C.


Border color

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

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

This div border color is #41606C.


Opacity

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

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

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

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

This text has shadow with #41606C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41606C on black background.


Color preview on white background

This text has color #41606C on white background.



Black color preview on #41606C background

This text has black color on #41606C background.


White color preview on #41606C background

This text has white color on #41606C background.