COLOR #41753C

HEX: #41753C
RGB: (65,117,60)

Color info

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

RGB color model

#41753C color RGB value is (65,117,60).

  • red value is 65;
  • green value is 117;
  • blue value is 60.
RGB:
(65,117,60)
(25%,46%,24%)

RGB channels and saturation

R 65 of 255 = 25%
G 117 of 255 = 46%
B 60 of 255 = 24%

65
117
60

R + G + B ~ 32%. #41753C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 117 + 60 = 242 (100%)
R 65 of 242 ~ 26.86%
G 117 of 242 ~ 48.35%
B 60 of 242 ~ 24.79%

%26.86
%48.35
%24.79

CMYK color model

#41753C color CMYK value is (44,0,49,54).

  • cyan value is 44.44%
  • magenta value is 0.00%
  • yellow value is 48.72%
  • key color value is 54.12%
CMYK:
(44,0,49,54)
C44M0Y49K54 
(44%,0%,49%,54%)
(0.44/0.00/0.49/0.54)	

CMYK percentages

%44.44
%0
%48.72
%54.12

Codes

Color #41753C in popluar color models

41753C
RGB6511760
HSL115°32.20%34.71%
HSB/HSV115°48.72%45.88%
CMYK44.44%0.00%48.72%
54.12%

Color #41753C in popluar number systems.

HEX41753C
Decimal6511760
Binary10000011110101111100
Octal10116574

Shades and tints

Shades of #41753C

#41753C
(65,117,60)
#3C6B37
(60,107,55)
#376132
(55,97,50)
#32572D
(50,87,45)
#2D4D28
(45,77,40)
#284323
(40,67,35)
#23391E
(35,57,30)
#1E2F19
(30,47,25)
#192514
(25,37,20)
#141B0F
(20,27,15)
#0F110A
(15,17,10)
#000000
(0,0,0)

Tints of #41753C

#41753C
(65,117,60)
#52814D
(82,129,77)
#638D5E
(99,141,94)
#74996F
(116,153,111)
#85A580
(133,165,128)
#96B191
(150,177,145)
#A7BDA2
(167,189,162)
#B8C9B3
(184,201,179)
#C9D5C4
(201,213,196)
#DAE1D5
(218,225,213)
#EBEDE6
(235,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41753C color. Also use rgb(65,117,60) instead hex code.

Text Font Color

.myTextColor { color: #41753C; }

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

This text font color is #41753C.


Background Color

.myBgColor { background-color: #41753C; }

<div style="background-color:#41753C">Inner text</div>

This div background color is #41753C.


Border color

.myBorderColor { border: 1px solid #41753C; }

<div style="border:3px solid #41753C">Div</div>

This div border color is #41753C.


Opacity

.myOpacity80 { color: #41753C; opacity: 0.8; }

<p style="color:#41753C;opacity:0.8;">80%</p>

Text with #41753C 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 #41753C;}

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

This text has shadow with #41753C color.

.textShadow {text-shadow: 3px 3px 1px #41753C, 3px 3px 1px red;}

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

This text has shadow with #41753C primary color and red secondary color.


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

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

This text has shadow with #41753C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41753C on black background.


Color preview on white background

This text has color #41753C on white background.



Black color preview on #41753C background

This text has black color on #41753C background.


White color preview on #41753C background

This text has white color on #41753C background.