COLOR #41704B

HEX: #41704B
RGB: (65,112,75)

Color info

#41704B contains red, green and blue colors in about the same proportion. Web safe color of #41704B is #336633 (or #363).

RGB color model

#41704B color RGB value is (65,112,75).

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

RGB channels and saturation

R 65 of 255 = 25%
G 112 of 255 = 44%
B 75 of 255 = 29%

65
112
75

R + G + B ~ 33%. #41704B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 112 + 75 = 252 (100%)
R 65 of 252 ~ 25.79%
G 112 of 252 ~ 44.44%
B 75 of 252 ~ 29.76%

%25.79
%44.44
%29.76

CMYK color model

#41704B color CMYK value is (42,0,33,56).

  • cyan value is 41.96%
  • magenta value is 0.00%
  • yellow value is 33.04%
  • key color value is 56.08%
CMYK:
(42,0,33,56)
C42M0Y33K56 
(42%,0%,33%,56%)
(0.42/0.00/0.33/0.56)	

CMYK percentages

%41.96
%0
%33.04
%56.08

Codes

Color #41704B in popluar color models

41704B
RGB6511275
HSL133°26.55%34.71%
HSB/HSV133°41.96%43.92%
CMYK41.96%0.00%33.04%
56.08%

Color #41704B in popluar number systems.

HEX41704B
Decimal6511275
Binary100000111100001001011
Octal101160113

Shades and tints

Shades of #41704B

#41704B
(65,112,75)
#3C6645
(60,102,69)
#375C3F
(55,92,63)
#325239
(50,82,57)
#2D4833
(45,72,51)
#283E2D
(40,62,45)
#233427
(35,52,39)
#1E2A21
(30,42,33)
#19201B
(25,32,27)
#141615
(20,22,21)
#0F0C0F
(15,12,15)
#000000
(0,0,0)

Tints of #41704B

#41704B
(65,112,75)
#527D5B
(82,125,91)
#638A6B
(99,138,107)
#74977B
(116,151,123)
#85A48B
(133,164,139)
#96B19B
(150,177,155)
#A7BEAB
(167,190,171)
#B8CBBB
(184,203,187)
#C9D8CB
(201,216,203)
#DAE5DB
(218,229,219)
#EBF2EB
(235,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41704B color. Also use rgb(65,112,75) instead hex code.

Text Font Color

.myTextColor { color: #41704B; }

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

This text font color is #41704B.


Background Color

.myBgColor { background-color: #41704B; }

<div style="background-color:#41704B">Inner text</div>

This div background color is #41704B.


Border color

.myBorderColor { border: 1px solid #41704B; }

<div style="border:3px solid #41704B">Div</div>

This div border color is #41704B.


Opacity

.myOpacity80 { color: #41704B; opacity: 0.8; }

<p style="color:#41704B;opacity:0.8;">80%</p>

Text with #41704B 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 #41704B;}

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

This text has shadow with #41704B color.

.textShadow {text-shadow: 3px 3px 1px #41704B, 3px 3px 1px red;}

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

This text has shadow with #41704B primary color and red secondary color.


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

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

This text has shadow with #41704B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41704B on black background.


Color preview on white background

This text has color #41704B on white background.



Black color preview on #41704B background

This text has black color on #41704B background.


White color preview on #41704B background

This text has white color on #41704B background.