COLOR #41856D

HEX: #41856D
RGB: (65,133,109)

Color info

#41856D contains mainly green and blue colors. Web safe color of #41856D is #339966 (or #396).

RGB color model

#41856D color RGB value is (65,133,109).

  • red value is 65;
  • green value is 133;
  • blue value is 109.
RGB:
(65,133,109)
(25%,52%,43%)

RGB channels and saturation

R 65 of 255 = 25%
G 133 of 255 = 52%
B 109 of 255 = 43%

65
133
109

R + G + B ~ 40%. #41856D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
65 + 133 + 109 = 307 (100%)
R 65 of 307 ~ 21.17%
G 133 of 307 ~ 43.32%
B 109 of 307 ~ 35.5%

%21.17
%43.32
%35.5

CMYK color model

#41856D color CMYK value is (51,0,18,48).

  • cyan value is 51.13%
  • magenta value is 0.00%
  • yellow value is 18.05%
  • key color value is 47.84%
CMYK:
(51,0,18,48)
C51M0Y18K48 
(51%,0%,18%,48%)
(0.51/0.00/0.18/0.48)	

CMYK percentages

%51.13
%0
%18.05
%47.84

Codes

Color #41856D in popluar color models

41856D
RGB65133109
HSL159°34.34%38.82%
HSB/HSV159°51.13%52.16%
CMYK51.13%0.00%18.05%
47.84%

Color #41856D in popluar number systems.

HEX41856D
Decimal65133109
Binary1000001100001011101101
Octal101205155

Shades and tints

Shades of #41856D

#41856D
(65,133,109)
#3C7964
(60,121,100)
#376D5B
(55,109,91)
#326152
(50,97,82)
#2D5549
(45,85,73)
#284940
(40,73,64)
#233D37
(35,61,55)
#1E312E
(30,49,46)
#192525
(25,37,37)
#14191C
(20,25,28)
#0F0D13
(15,13,19)
#000000
(0,0,0)

Tints of #41856D

#41856D
(65,133,109)
#52907A
(82,144,122)
#639B87
(99,155,135)
#74A694
(116,166,148)
#85B1A1
(133,177,161)
#96BCAE
(150,188,174)
#A7C7BB
(167,199,187)
#B8D2C8
(184,210,200)
#C9DDD5
(201,221,213)
#DAE8E2
(218,232,226)
#EBF3EF
(235,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41856D color. Also use rgb(65,133,109) instead hex code.

Text Font Color

.myTextColor { color: #41856D; }

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

This text font color is #41856D.


Background Color

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

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

This div background color is #41856D.


Border color

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

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

This div border color is #41856D.


Opacity

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

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

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

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

This text has shadow with #41856D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41856D on black background.


Color preview on white background

This text has color #41856D on white background.



Black color preview on #41856D background

This text has black color on #41856D background.


White color preview on #41856D background

This text has white color on #41856D background.