COLOR #41857E

HEX: #41857E RGB: (65,133,126)

Color info

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

RGB color model

#41857E color RGB value is (65,133,126).

RGB: (65,133,126) (25%, 52%, 49%)

RGB channels and saturation

R 65 of 255 = 25%
G 133 of 255 = 52%
B 126 of 255 = 49%

65
133
126

R + G + B ~ 42%. #41857E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 65 + 133 + 126 = 324 (100%)
R 65 of 324 ~ 20.06%
G 133 of 324 ~ 41.05%
B 126 of 324 ~ 38.89'%

%20.06
%41.05
%38.89

CMYK color model

#41857E color CMYK value is (51,0,5,48).

  • cyan value is 51.13%
  • magenta value is 0.00%
  • yellow value is 5.26%
  • key color value is 47.84%

CMYK: (51,0,5,48)
C51M0Y5K48 (51%, 0%, 5%, 48%)
(0.51 / 0.00 / 0.05 / 0.48)

CMYK percentages

%51.13
%0
%5.26
%47.84

Codes

Color #41857E in popluar color models

41 85 7E
RGB 65 133 126
HSL 174° 34.34% 38.82%
HSB/HSV 174° 51.13% 52.16%
CMYK 51.13% 0.00% 5.26%
47.84%

Color #41857E in popluar number systems.

HEX 41 85 7E
Decimal 65 133 126
Binary 1000001 10000101 1111110
Octal 101 205 176

Shades and tints

Shades of #41857E

#41857E
(65,133,126)
#3C7973
(60,121,115)
#376D68
(55,109,104)
#32615D
(50,97,93)
#2D5552
(45,85,82)
#284947
(40,73,71)
#233D3C
(35,61,60)
#1E3131
(30,49,49)
#192526
(25,37,38)
#14191B
(20,25,27)
#0F0D10
(15,13,16)
#000000
(0,0,0)

Tints of #41857E

#41857E
(65,133,126)
#529089
(82,144,137)
#639B94
(99,155,148)
#74A69F
(116,166,159)
#85B1AA
(133,177,170)
#96BCB5
(150,188,181)
#A7C7C0
(167,199,192)
#B8D2CB
(184,210,203)
#C9DDD6
(201,221,214)
#DAE8E1
(218,232,225)
#EBF3EC
(235,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41857E color. Also use rgb(65,133,126) instead hex code.

Text Font Color

.myTextColor { color: #41857E; }

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

This text font color is #41857E.

Background Color

.myBgColor { background-color: #41857E; }

<div style="background-color:#41857E">Inner text</div>

This div background color is #41857E.

Border color

.myBorderColor { border: 1px solid #41857E; }

<div style="border:3px solid #41857E">Div</div>

This div border color is #41857E.

Opacity

.myOpacity80 { color: #41857E; opacity: 0.8; }

<p style="color:#41857E;opacity:0.8;">80%</p>

Text with #41857E 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 #41857E;}

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

This text has shadow with #41857E color.


.textShadow {text-shadow: 3px 3px 1px #41857E', 3px 3px 1px red;}

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

This text has shadow with #41857E primary color and red secondary color.


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

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

This text has shadow with #41857E and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #41857E; -webkit-box-shadow: 1px 1px 3px 2px #41857E; box-shadow:1px 1px 3px 2px #41857E;">
Div content here
</div>

This div box has shadow with color #41857E.

Preview

Color preview on black background

This text has color #41857E on black background.


Color preview on white background

This text has color #41857E on white background.


Black color preview on #41857E background

This text has black color on #41857E background.


White color preview on #41857E background

This text has white color on #41857E background.


Related colors

Complementary color

Complementary color for #hex is #BE7A81.


I love getcolorcode.com

Triadic colors

1 #7E4185 and #857E41 with #41857E are triadic colors.

2 #7E8541 and #85417E with #41857E are triadic colors.