COLOR #41695F

HEX: #41695F RGB: (65,105,95)

Color info

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

RGB color model

#41695F color RGB value is (65,105,95).

RGB: (65,105,95) (25%, 41%, 37%)

RGB channels and saturation

R 65 of 255 = 25%
G 105 of 255 = 41%
B 95 of 255 = 37%

65
105
95

R + G + B ~ 34%. #41695F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 65 + 105 + 95 = 265 (100%)
R 65 of 265 ~ 24.53%
G 105 of 265 ~ 39.62%
B 95 of 265 ~ 35.85'%

%24.53
%39.62
%35.85

CMYK color model

#41695F color CMYK value is (38,0,10,59).

  • cyan value is 38.10%
  • magenta value is 0.00%
  • yellow value is 9.52%
  • key color value is 58.82%

CMYK: (38,0,10,59)
C38M0Y10K59 (38%, 0%, 10%, 59%)
(0.38 / 0.00 / 0.10 / 0.59)

CMYK percentages

%38.1
%0
%9.52
%58.82

Codes

Color #41695F in popluar color models

41 69 5F
RGB 65 105 95
HSL 165° 23.53% 33.33%
HSB/HSV 165° 38.10% 41.18%
CMYK 38.10% 0.00% 9.52%
58.82%

Color #41695F in popluar number systems.

HEX 41 69 5F
Decimal 65 105 95
Binary 1000001 1101001 1011111
Octal 101 151 137

Shades and tints

Shades of #41695F

#41695F
(65,105,95)
#3C6057
(60,96,87)
#37574F
(55,87,79)
#324E47
(50,78,71)
#2D453F
(45,69,63)
#283C37
(40,60,55)
#23332F
(35,51,47)
#1E2A27
(30,42,39)
#19211F
(25,33,31)
#141817
(20,24,23)
#0F0F0F
(15,15,15)
#000000
(0,0,0)

Tints of #41695F

#41695F
(65,105,95)
#52766D
(82,118,109)
#63837B
(99,131,123)
#749089
(116,144,137)
#859D97
(133,157,151)
#96AAA5
(150,170,165)
#A7B7B3
(167,183,179)
#B8C4C1
(184,196,193)
#C9D1CF
(201,209,207)
#DADEDD
(218,222,221)
#EBEBEB
(235,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41695F; }

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

This text font color is #41695F.

Background Color

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

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

This div background color is #41695F.

Border color

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

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

This div border color is #41695F.

Opacity

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

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

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

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

This text has shadow with #41695F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #41695F.

Preview

Color preview on black background

This text has color #41695F on black background.


Color preview on white background

This text has color #41695F on white background.


Black color preview on #41695F background

This text has black color on #41695F background.


White color preview on #41695F background

This text has white color on #41695F background.


Related colors

Complementary color

Complementary color for #hex is #BE96A0.


I love getcolorcode.com

Triadic colors

1 #5F4169 and #695F41 with #41695F are triadic colors.

2 #5F6941 and #69415F with #41695F are triadic colors.