COLOR #41606D

HEX: #41606D
RGB: (65,96,109)

Color info

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

RGB color model

#41606D color RGB value is (65,96,109).

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

RGB channels and saturation

R 65 of 255 = 25%
G 96 of 255 = 38%
B 109 of 255 = 43%

65
96
109

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

Portions of RGB colors in percentages

R + G + B =
65 + 96 + 109 = 270 (100%)
R 65 of 270 ~ 24.07%
G 96 of 270 ~ 35.56%
B 109 of 270 ~ 40.37%

%24.07
%35.56
%40.37

CMYK color model

#41606D color CMYK value is (40,12,0,57).

  • cyan value is 40.37%
  • magenta value is 11.93%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(40,12,0,57)
C40M12Y0K57 
(40%,12%,0%,57%)
(0.40/0.12/0.00/0.57)	

CMYK percentages

%40.37
%11.93
%0
%57.25

Codes

Color #41606D in popluar color models

41606D
RGB6596109
HSL198°25.29%34.12%
HSB/HSV198°40.37%42.75%
CMYK40.37%11.93%0.00%
57.25%

Color #41606D in popluar number systems.

HEX41606D
Decimal6596109
Binary100000111000001101101
Octal101140155

Shades and tints

Shades of #41606D

#41606D
(65,96,109)
#3C5864
(60,88,100)
#37505B
(55,80,91)
#324852
(50,72,82)
#2D4049
(45,64,73)
#283840
(40,56,64)
#233037
(35,48,55)
#1E282E
(30,40,46)
#192025
(25,32,37)
#14181C
(20,24,28)
#0F1013
(15,16,19)
#000000
(0,0,0)

Tints of #41606D

#41606D
(65,96,109)
#526E7A
(82,110,122)
#637C87
(99,124,135)
#748A94
(116,138,148)
#8598A1
(133,152,161)
#96A6AE
(150,166,174)
#A7B4BB
(167,180,187)
#B8C2C8
(184,194,200)
#C9D0D5
(201,208,213)
#DADEE2
(218,222,226)
#EBECEF
(235,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41606D; }

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

This text font color is #41606D.


Background Color

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

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

This div background color is #41606D.


Border color

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

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

This div border color is #41606D.


Opacity

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

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

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

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

This text has shadow with #41606D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41606D on black background.


Color preview on white background

This text has color #41606D on white background.



Black color preview on #41606D background

This text has black color on #41606D background.


White color preview on #41606D background

This text has white color on #41606D background.