COLOR #417428

HEX: #417428
RGB: (65,116,40)

Color info

#417428 contains mainly red and green colors. Web safe color of #417428 is #336633 (or #363).

RGB color model

#417428 color RGB value is (65,116,40).

  • red value is 65;
  • green value is 116;
  • blue value is 40.
RGB:
(65,116,40)
(25%,45%,16%)

RGB channels and saturation

R 65 of 255 = 25%
G 116 of 255 = 45%
B 40 of 255 = 16%

65
116
40

R + G + B ~ 29%. #417428 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 116 + 40 = 221 (100%)
R 65 of 221 ~ 29.41%
G 116 of 221 ~ 52.49%
B 40 of 221 ~ 18.1%

%29.41
%52.49
%18.1

CMYK color model

#417428 color CMYK value is (44,0,66,55).

  • cyan value is 43.97%
  • magenta value is 0.00%
  • yellow value is 65.52%
  • key color value is 54.51%
CMYK:
(44,0,66,55)
C44M0Y66K55 
(44%,0%,66%,55%)
(0.44/0.00/0.66/0.55)	

CMYK percentages

%43.97
%0
%65.52
%54.51

Codes

Color #417428 in popluar color models

417428
RGB6511640
HSL100°48.72%30.59%
HSB/HSV100°65.52%45.49%
CMYK43.97%0.00%65.52%
54.51%

Color #417428 in popluar number systems.

HEX417428
Decimal6511640
Binary10000011110100101000
Octal10116450

Shades and tints

Shades of #417428

#417428
(65,116,40)
#3C6A25
(60,106,37)
#376022
(55,96,34)
#32561F
(50,86,31)
#2D4C1C
(45,76,28)
#284219
(40,66,25)
#233816
(35,56,22)
#1E2E13
(30,46,19)
#192410
(25,36,16)
#141A0D
(20,26,13)
#0F100A
(15,16,10)
#000000
(0,0,0)

Tints of #417428

#417428
(65,116,40)
#52803B
(82,128,59)
#638C4E
(99,140,78)
#749861
(116,152,97)
#85A474
(133,164,116)
#96B087
(150,176,135)
#A7BC9A
(167,188,154)
#B8C8AD
(184,200,173)
#C9D4C0
(201,212,192)
#DAE0D3
(218,224,211)
#EBECE6
(235,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #417428 color. Also use rgb(65,116,40) instead hex code.

Text Font Color

.myTextColor { color: #417428; }

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

This text font color is #417428.


Background Color

.myBgColor { background-color: #417428; }

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

This div background color is #417428.


Border color

.myBorderColor { border: 1px solid #417428; }

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

This div border color is #417428.


Opacity

.myOpacity80 { color: #417428; opacity: 0.8; }

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

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

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

This text has shadow with #417428 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #417428 on black background.


Color preview on white background

This text has color #417428 on white background.



Black color preview on #417428 background

This text has black color on #417428 background.


White color preview on #417428 background

This text has white color on #417428 background.