COLOR #41626D

HEX: #41626D
RGB: (65,98,109)

Color info

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

RGB color model

#41626D color RGB value is (65,98,109).

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

RGB channels and saturation

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

65
98
109

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

Portions of RGB colors in percentages

R + G + B =
65 + 98 + 109 = 272 (100%)
R 65 of 272 ~ 23.9%
G 98 of 272 ~ 36.03%
B 109 of 272 ~ 40.07%

%23.9
%36.03
%40.07

CMYK color model

#41626D color CMYK value is (40,10,0,57).

  • cyan value is 40.37%
  • magenta value is 10.09%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(40,10,0,57)
C40M10Y0K57 
(40%,10%,0%,57%)
(0.40/0.10/0.00/0.57)	

CMYK percentages

%40.37
%10.09
%0
%57.25

Codes

Color #41626D in popluar color models

41626D
RGB6598109
HSL195°25.29%34.12%
HSB/HSV195°40.37%42.75%
CMYK40.37%10.09%0.00%
57.25%

Color #41626D in popluar number systems.

HEX41626D
Decimal6598109
Binary100000111000101101101
Octal101142155

Shades and tints

Shades of #41626D

#41626D
(65,98,109)
#3C5A64
(60,90,100)
#37525B
(55,82,91)
#324A52
(50,74,82)
#2D4249
(45,66,73)
#283A40
(40,58,64)
#233237
(35,50,55)
#1E2A2E
(30,42,46)
#192225
(25,34,37)
#141A1C
(20,26,28)
#0F1213
(15,18,19)
#000000
(0,0,0)

Tints of #41626D

#41626D
(65,98,109)
#52707A
(82,112,122)
#637E87
(99,126,135)
#748C94
(116,140,148)
#859AA1
(133,154,161)
#96A8AE
(150,168,174)
#A7B6BB
(167,182,187)
#B8C4C8
(184,196,200)
#C9D2D5
(201,210,213)
#DAE0E2
(218,224,226)
#EBEEEF
(235,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41626D; }

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

This text font color is #41626D.


Background Color

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

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

This div background color is #41626D.


Border color

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

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

This div border color is #41626D.


Opacity

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

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

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

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

This text has shadow with #41626D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41626D on black background.


Color preview on white background

This text has color #41626D on white background.



Black color preview on #41626D background

This text has black color on #41626D background.


White color preview on #41626D background

This text has white color on #41626D background.