COLOR #41854A

HEX: #41854A
RGB: (65,133,74)

Color info

#41854A contains mainly green and blue colors. Web safe color of #41854A is #339933 (or #393).

RGB color model

#41854A color RGB value is (65,133,74).

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

RGB channels and saturation

R 65 of 255 = 25%
G 133 of 255 = 52%
B 74 of 255 = 29%

65
133
74

R + G + B ~ 35%. #41854A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 133 + 74 = 272 (100%)
R 65 of 272 ~ 23.9%
G 133 of 272 ~ 48.9%
B 74 of 272 ~ 27.21%

%23.9
%48.9
%27.21

CMYK color model

#41854A color CMYK value is (51,0,44,48).

  • cyan value is 51.13%
  • magenta value is 0.00%
  • yellow value is 44.36%
  • key color value is 47.84%
CMYK:
(51,0,44,48)
C51M0Y44K48 
(51%,0%,44%,48%)
(0.51/0.00/0.44/0.48)	

CMYK percentages

%51.13
%0
%44.36
%47.84

Codes

Color #41854A in popluar color models

41854A
RGB6513374
HSL128°34.34%38.82%
HSB/HSV128°51.13%52.16%
CMYK51.13%0.00%44.36%
47.84%

Color #41854A in popluar number systems.

HEX41854A
Decimal6513374
Binary1000001100001011001010
Octal101205112

Shades and tints

Shades of #41854A

#41854A
(65,133,74)
#3C7944
(60,121,68)
#376D3E
(55,109,62)
#326138
(50,97,56)
#2D5532
(45,85,50)
#28492C
(40,73,44)
#233D26
(35,61,38)
#1E3120
(30,49,32)
#19251A
(25,37,26)
#141914
(20,25,20)
#0F0D0E
(15,13,14)
#000000
(0,0,0)

Tints of #41854A

#41854A
(65,133,74)
#52905A
(82,144,90)
#639B6A
(99,155,106)
#74A67A
(116,166,122)
#85B18A
(133,177,138)
#96BC9A
(150,188,154)
#A7C7AA
(167,199,170)
#B8D2BA
(184,210,186)
#C9DDCA
(201,221,202)
#DAE8DA
(218,232,218)
#EBF3EA
(235,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41854A color. Also use rgb(65,133,74) instead hex code.

Text Font Color

.myTextColor { color: #41854A; }

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

This text font color is #41854A.


Background Color

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

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

This div background color is #41854A.


Border color

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

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

This div border color is #41854A.


Opacity

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

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

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

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

This text has shadow with #41854A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41854A on black background.


Color preview on white background

This text has color #41854A on white background.



Black color preview on #41854A background

This text has black color on #41854A background.


White color preview on #41854A background

This text has white color on #41854A background.