COLOR #408529

HEX: #408529
RGB: (64,133,41)

Color info

#408529 contains mainly green color. Web safe color of #408529 is #339933 (or #393).

RGB color model

#408529 color RGB value is (64,133,41).

  • red value is 64;
  • green value is 133;
  • blue value is 41.
RGB:
(64,133,41)
(25%,52%,16%)

RGB channels and saturation

R 64 of 255 = 25%
G 133 of 255 = 52%
B 41 of 255 = 16%

64
133
41

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

Portions of RGB colors in percentages

R + G + B =
64 + 133 + 41 = 238 (100%)
R 64 of 238 ~ 26.89%
G 133 of 238 ~ 55.88%
B 41 of 238 ~ 17.23%

%26.89
%55.88
%17.23

CMYK color model

#408529 color CMYK value is (52,0,69,48).

  • cyan value is 51.88%
  • magenta value is 0.00%
  • yellow value is 69.17%
  • key color value is 47.84%
CMYK:
(52,0,69,48)
C52M0Y69K48 
(52%,0%,69%,48%)
(0.52/0.00/0.69/0.48)	

CMYK percentages

%51.88
%0
%69.17
%47.84

Codes

Color #408529 in popluar color models

408529
RGB6413341
HSL105°52.87%34.12%
HSB/HSV105°69.17%52.16%
CMYK51.88%0.00%69.17%
47.84%

Color #408529 in popluar number systems.

HEX408529
Decimal6413341
Binary100000010000101101001
Octal10020551

Shades and tints

Shades of #408529

#408529
(64,133,41)
#3B7926
(59,121,38)
#366D23
(54,109,35)
#316120
(49,97,32)
#2C551D
(44,85,29)
#27491A
(39,73,26)
#223D17
(34,61,23)
#1D3114
(29,49,20)
#182511
(24,37,17)
#13190E
(19,25,14)
#0E0D0B
(14,13,11)
#000000
(0,0,0)

Tints of #408529

#408529
(64,133,41)
#51903C
(81,144,60)
#629B4F
(98,155,79)
#73A662
(115,166,98)
#84B175
(132,177,117)
#95BC88
(149,188,136)
#A6C79B
(166,199,155)
#B7D2AE
(183,210,174)
#C8DDC1
(200,221,193)
#D9E8D4
(217,232,212)
#EAF3E7
(234,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #408529 color. Also use rgb(64,133,41) instead hex code.

Text Font Color

.myTextColor { color: #408529; }

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

This text font color is #408529.


Background Color

.myBgColor { background-color: #408529; }

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

This div background color is #408529.


Border color

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

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

This div border color is #408529.


Opacity

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

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

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

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

This text has shadow with #408529 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #408529 on black background.


Color preview on white background

This text has color #408529 on white background.



Black color preview on #408529 background

This text has black color on #408529 background.


White color preview on #408529 background

This text has white color on #408529 background.