COLOR #41668E

HEX: #41668E
RGB: (65,102,142)

Color info

#41668E contains mainly green and blue colors. Web safe color of #41668E is #336699 (or #369).

RGB color model

#41668E color RGB value is (65,102,142).

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

RGB channels and saturation

R 65 of 255 = 25%
G 102 of 255 = 40%
B 142 of 255 = 56%

65
102
142

R + G + B ~ 40%. #41668E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
65 + 102 + 142 = 309 (100%)
R 65 of 309 ~ 21.04%
G 102 of 309 ~ 33.01%
B 142 of 309 ~ 45.95%

%21.04
%33.01
%45.95

CMYK color model

#41668E color CMYK value is (54,28,0,44).

  • cyan value is 54.23%
  • magenta value is 28.17%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(54,28,0,44)
C54M28Y0K44 
(54%,28%,0%,44%)
(0.54/0.28/0.00/0.44)	

CMYK percentages

%54.23
%28.17
%0
%44.31

Codes

Color #41668E in popluar color models

41668E
RGB65102142
HSL211°37.20%40.59%
HSB/HSV211°54.23%55.69%
CMYK54.23%28.17%0.00%
44.31%

Color #41668E in popluar number systems.

HEX41668E
Decimal65102142
Binary1000001110011010001110
Octal101146216

Shades and tints

Shades of #41668E

#41668E
(65,102,142)
#3C5D82
(60,93,130)
#375476
(55,84,118)
#324B6A
(50,75,106)
#2D425E
(45,66,94)
#283952
(40,57,82)
#233046
(35,48,70)
#1E273A
(30,39,58)
#191E2E
(25,30,46)
#141522
(20,21,34)
#0F0C16
(15,12,22)
#000000
(0,0,0)

Tints of #41668E

#41668E
(65,102,142)
#527398
(82,115,152)
#6380A2
(99,128,162)
#748DAC
(116,141,172)
#859AB6
(133,154,182)
#96A7C0
(150,167,192)
#A7B4CA
(167,180,202)
#B8C1D4
(184,193,212)
#C9CEDE
(201,206,222)
#DADBE8
(218,219,232)
#EBE8F2
(235,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41668E color. Also use rgb(65,102,142) instead hex code.

Text Font Color

.myTextColor { color: #41668E; }

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

This text font color is #41668E.


Background Color

.myBgColor { background-color: #41668E; }

<div style="background-color:#41668E">Inner text</div>

This div background color is #41668E.


Border color

.myBorderColor { border: 1px solid #41668E; }

<div style="border:3px solid #41668E">Div</div>

This div border color is #41668E.


Opacity

.myOpacity80 { color: #41668E; opacity: 0.8; }

<p style="color:#41668E;opacity:0.8;">80%</p>

Text with #41668E 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 #41668E;}

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

This text has shadow with #41668E color.

.textShadow {text-shadow: 3px 3px 1px #41668E, 3px 3px 1px red;}

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

This text has shadow with #41668E primary color and red secondary color.


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

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

This text has shadow with #41668E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41668E on black background.


Color preview on white background

This text has color #41668E on white background.



Black color preview on #41668E background

This text has black color on #41668E background.


White color preview on #41668E background

This text has white color on #41668E background.