COLOR #41753A

HEX: #41753A
RGB: (65,117,58)

Color info

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

RGB color model

#41753A color RGB value is (65,117,58).

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

RGB channels and saturation

R 65 of 255 = 25%
G 117 of 255 = 46%
B 58 of 255 = 23%

65
117
58

R + G + B ~ 31%. #41753A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 117 + 58 = 240 (100%)
R 65 of 240 ~ 27.08%
G 117 of 240 ~ 48.75%
B 58 of 240 ~ 24.17%

%27.08
%48.75
%24.17

CMYK color model

#41753A color CMYK value is (44,0,50,54).

  • cyan value is 44.44%
  • magenta value is 0.00%
  • yellow value is 50.43%
  • key color value is 54.12%
CMYK:
(44,0,50,54)
C44M0Y50K54 
(44%,0%,50%,54%)
(0.44/0.00/0.50/0.54)	

CMYK percentages

%44.44
%0
%50.43
%54.12

Codes

Color #41753A in popluar color models

41753A
RGB6511758
HSL113°33.71%34.31%
HSB/HSV113°50.43%45.88%
CMYK44.44%0.00%50.43%
54.12%

Color #41753A in popluar number systems.

HEX41753A
Decimal6511758
Binary10000011110101111010
Octal10116572

Shades and tints

Shades of #41753A

#41753A
(65,117,58)
#3C6B35
(60,107,53)
#376130
(55,97,48)
#32572B
(50,87,43)
#2D4D26
(45,77,38)
#284321
(40,67,33)
#23391C
(35,57,28)
#1E2F17
(30,47,23)
#192512
(25,37,18)
#141B0D
(20,27,13)
#0F1108
(15,17,8)
#000000
(0,0,0)

Tints of #41753A

#41753A
(65,117,58)
#52814B
(82,129,75)
#638D5C
(99,141,92)
#74996D
(116,153,109)
#85A57E
(133,165,126)
#96B18F
(150,177,143)
#A7BDA0
(167,189,160)
#B8C9B1
(184,201,177)
#C9D5C2
(201,213,194)
#DAE1D3
(218,225,211)
#EBEDE4
(235,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41753A; }

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

This text font color is #41753A.


Background Color

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

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

This div background color is #41753A.


Border color

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

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

This div border color is #41753A.


Opacity

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

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

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

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

This text has shadow with #41753A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41753A on black background.


Color preview on white background

This text has color #41753A on white background.



Black color preview on #41753A background

This text has black color on #41753A background.


White color preview on #41753A background

This text has white color on #41753A background.