COLOR #41705D

HEX: #41705D
RGB: (65,112,93)

Color info

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

RGB color model

#41705D color RGB value is (65,112,93).

  • red value is 65;
  • green value is 112;
  • blue value is 93.
RGB:
(65,112,93)
(25%,44%,36%)

RGB channels and saturation

R 65 of 255 = 25%
G 112 of 255 = 44%
B 93 of 255 = 36%

65
112
93

R + G + B ~ 35%. #41705D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 112 + 93 = 270 (100%)
R 65 of 270 ~ 24.07%
G 112 of 270 ~ 41.48%
B 93 of 270 ~ 34.44%

%24.07
%41.48
%34.44

CMYK color model

#41705D color CMYK value is (42,0,17,56).

  • cyan value is 41.96%
  • magenta value is 0.00%
  • yellow value is 16.96%
  • key color value is 56.08%
CMYK:
(42,0,17,56)
C42M0Y17K56 
(42%,0%,17%,56%)
(0.42/0.00/0.17/0.56)	

CMYK percentages

%41.96
%0
%16.96
%56.08

Codes

Color #41705D in popluar color models

41705D
RGB6511293
HSL156°26.55%34.71%
HSB/HSV156°41.96%43.92%
CMYK41.96%0.00%16.96%
56.08%

Color #41705D in popluar number systems.

HEX41705D
Decimal6511293
Binary100000111100001011101
Octal101160135

Shades and tints

Shades of #41705D

#41705D
(65,112,93)
#3C6655
(60,102,85)
#375C4D
(55,92,77)
#325245
(50,82,69)
#2D483D
(45,72,61)
#283E35
(40,62,53)
#23342D
(35,52,45)
#1E2A25
(30,42,37)
#19201D
(25,32,29)
#141615
(20,22,21)
#0F0C0D
(15,12,13)
#000000
(0,0,0)

Tints of #41705D

#41705D
(65,112,93)
#527D6B
(82,125,107)
#638A79
(99,138,121)
#749787
(116,151,135)
#85A495
(133,164,149)
#96B1A3
(150,177,163)
#A7BEB1
(167,190,177)
#B8CBBF
(184,203,191)
#C9D8CD
(201,216,205)
#DAE5DB
(218,229,219)
#EBF2E9
(235,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41705D color. Also use rgb(65,112,93) instead hex code.

Text Font Color

.myTextColor { color: #41705D; }

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

This text font color is #41705D.


Background Color

.myBgColor { background-color: #41705D; }

<div style="background-color:#41705D">Inner text</div>

This div background color is #41705D.


Border color

.myBorderColor { border: 1px solid #41705D; }

<div style="border:3px solid #41705D">Div</div>

This div border color is #41705D.


Opacity

.myOpacity80 { color: #41705D; opacity: 0.8; }

<p style="color:#41705D;opacity:0.8;">80%</p>

Text with #41705D 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 #41705D;}

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

This text has shadow with #41705D color.

.textShadow {text-shadow: 3px 3px 1px #41705D, 3px 3px 1px red;}

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

This text has shadow with #41705D primary color and red secondary color.


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

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

This text has shadow with #41705D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41705D on black background.


Color preview on white background

This text has color #41705D on white background.



Black color preview on #41705D background

This text has black color on #41705D background.


White color preview on #41705D background

This text has white color on #41705D background.