COLOR #41626A

HEX: #41626A
RGB: (65,98,106)

Color info

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

RGB color model

#41626A color RGB value is (65,98,106).

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

RGB channels and saturation

R 65 of 255 = 25%
G 98 of 255 = 38%
B 106 of 255 = 42%

65
98
106

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

Portions of RGB colors in percentages

R + G + B =
65 + 98 + 106 = 269 (100%)
R 65 of 269 ~ 24.16%
G 98 of 269 ~ 36.43%
B 106 of 269 ~ 39.41%

%24.16
%36.43
%39.41

CMYK color model

#41626A color CMYK value is (39,8,0,58).

  • cyan value is 38.68%
  • magenta value is 7.55%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(39,8,0,58)
C39M8Y0K58 
(39%,8%,0%,58%)
(0.39/0.08/0.00/0.58)	

CMYK percentages

%38.68
%7.55
%0
%58.43

Codes

Color #41626A in popluar color models

41626A
RGB6598106
HSL192°23.98%33.53%
HSB/HSV192°38.68%41.57%
CMYK38.68%7.55%0.00%
58.43%

Color #41626A in popluar number systems.

HEX41626A
Decimal6598106
Binary100000111000101101010
Octal101142152

Shades and tints

Shades of #41626A

#41626A
(65,98,106)
#3C5A61
(60,90,97)
#375258
(55,82,88)
#324A4F
(50,74,79)
#2D4246
(45,66,70)
#283A3D
(40,58,61)
#233234
(35,50,52)
#1E2A2B
(30,42,43)
#192222
(25,34,34)
#141A19
(20,26,25)
#0F1210
(15,18,16)
#000000
(0,0,0)

Tints of #41626A

#41626A
(65,98,106)
#527077
(82,112,119)
#637E84
(99,126,132)
#748C91
(116,140,145)
#859A9E
(133,154,158)
#96A8AB
(150,168,171)
#A7B6B8
(167,182,184)
#B8C4C5
(184,196,197)
#C9D2D2
(201,210,210)
#DAE0DF
(218,224,223)
#EBEEEC
(235,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41626A; }

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

This text font color is #41626A.


Background Color

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

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

This div background color is #41626A.


Border color

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

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

This div border color is #41626A.


Opacity

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

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

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

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

This text has shadow with #41626A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41626A on black background.


Color preview on white background

This text has color #41626A on white background.



Black color preview on #41626A background

This text has black color on #41626A background.


White color preview on #41626A background

This text has white color on #41626A background.