COLOR #41667F

HEX: #41667F
RGB: (65,102,127)

Color info

#41667F contains mainly green and blue colors. Web safe color of #41667F is #336666 (or #366).

RGB color model

#41667F color RGB value is (65,102,127).

  • red value is 65;
  • green value is 102;
  • blue value is 127.
RGB:
(65,102,127)
(25%,40%,50%)

RGB channels and saturation

R 65 of 255 = 25%
G 102 of 255 = 40%
B 127 of 255 = 50%

65
102
127

R + G + B ~ 38%. #41667F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 102 + 127 = 294 (100%)
R 65 of 294 ~ 22.11%
G 102 of 294 ~ 34.69%
B 127 of 294 ~ 43.2%

%22.11
%34.69
%43.2

CMYK color model

#41667F color CMYK value is (49,20,0,50).

  • cyan value is 48.82%
  • magenta value is 19.69%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(49,20,0,50)
C49M20Y0K50 
(49%,20%,0%,50%)
(0.49/0.20/0.00/0.50)	

CMYK percentages

%48.82
%19.69
%0
%50.2

Codes

Color #41667F in popluar color models

41667F
RGB65102127
HSL204°32.29%37.65%
HSB/HSV204°48.82%49.80%
CMYK48.82%19.69%0.00%
50.20%

Color #41667F in popluar number systems.

HEX41667F
Decimal65102127
Binary100000111001101111111
Octal101146177

Shades and tints

Shades of #41667F

#41667F
(65,102,127)
#3C5D74
(60,93,116)
#375469
(55,84,105)
#324B5E
(50,75,94)
#2D4253
(45,66,83)
#283948
(40,57,72)
#23303D
(35,48,61)
#1E2732
(30,39,50)
#191E27
(25,30,39)
#14151C
(20,21,28)
#0F0C11
(15,12,17)
#000000
(0,0,0)

Tints of #41667F

#41667F
(65,102,127)
#52738A
(82,115,138)
#638095
(99,128,149)
#748DA0
(116,141,160)
#859AAB
(133,154,171)
#96A7B6
(150,167,182)
#A7B4C1
(167,180,193)
#B8C1CC
(184,193,204)
#C9CED7
(201,206,215)
#DADBE2
(218,219,226)
#EBE8ED
(235,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41667F color. Also use rgb(65,102,127) instead hex code.

Text Font Color

.myTextColor { color: #41667F; }

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

This text font color is #41667F.


Background Color

.myBgColor { background-color: #41667F; }

<div style="background-color:#41667F">Inner text</div>

This div background color is #41667F.


Border color

.myBorderColor { border: 1px solid #41667F; }

<div style="border:3px solid #41667F">Div</div>

This div border color is #41667F.


Opacity

.myOpacity80 { color: #41667F; opacity: 0.8; }

<p style="color:#41667F;opacity:0.8;">80%</p>

Text with #41667F 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 #41667F;}

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

This text has shadow with #41667F color.

.textShadow {text-shadow: 3px 3px 1px #41667F, 3px 3px 1px red;}

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

This text has shadow with #41667F primary color and red secondary color.


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

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

This text has shadow with #41667F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41667F on black background.


Color preview on white background

This text has color #41667F on white background.



Black color preview on #41667F background

This text has black color on #41667F background.


White color preview on #41667F background

This text has white color on #41667F background.