COLOR #41696F

HEX: #41696F
RGB: (65,105,111)

Color info

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

RGB color model

#41696F color RGB value is (65,105,111).

  • red value is 65;
  • green value is 105;
  • blue value is 111.
RGB:
(65,105,111)
(25%,41%,44%)

RGB channels and saturation

R 65 of 255 = 25%
G 105 of 255 = 41%
B 111 of 255 = 44%

65
105
111

R + G + B ~ 37%. #41696F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 105 + 111 = 281 (100%)
R 65 of 281 ~ 23.13%
G 105 of 281 ~ 37.37%
B 111 of 281 ~ 39.5%

%23.13
%37.37
%39.5

CMYK color model

#41696F color CMYK value is (41,5,0,56).

  • cyan value is 41.44%
  • magenta value is 5.41%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(41,5,0,56)
C41M5Y0K56 
(41%,5%,0%,56%)
(0.41/0.05/0.00/0.56)	

CMYK percentages

%41.44
%5.41
%0
%56.47

Codes

Color #41696F in popluar color models

41696F
RGB65105111
HSL188°26.14%34.51%
HSB/HSV188°41.44%43.53%
CMYK41.44%5.41%0.00%
56.47%

Color #41696F in popluar number systems.

HEX41696F
Decimal65105111
Binary100000111010011101111
Octal101151157

Shades and tints

Shades of #41696F

#41696F
(65,105,111)
#3C6065
(60,96,101)
#37575B
(55,87,91)
#324E51
(50,78,81)
#2D4547
(45,69,71)
#283C3D
(40,60,61)
#233333
(35,51,51)
#1E2A29
(30,42,41)
#19211F
(25,33,31)
#141815
(20,24,21)
#0F0F0B
(15,15,11)
#000000
(0,0,0)

Tints of #41696F

#41696F
(65,105,111)
#52767C
(82,118,124)
#638389
(99,131,137)
#749096
(116,144,150)
#859DA3
(133,157,163)
#96AAB0
(150,170,176)
#A7B7BD
(167,183,189)
#B8C4CA
(184,196,202)
#C9D1D7
(201,209,215)
#DADEE4
(218,222,228)
#EBEBF1
(235,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41696F color. Also use rgb(65,105,111) instead hex code.

Text Font Color

.myTextColor { color: #41696F; }

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

This text font color is #41696F.


Background Color

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

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

This div background color is #41696F.


Border color

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

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

This div border color is #41696F.


Opacity

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

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

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

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

This text has shadow with #41696F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41696F on black background.


Color preview on white background

This text has color #41696F on white background.



Black color preview on #41696F background

This text has black color on #41696F background.


White color preview on #41696F background

This text has white color on #41696F background.