COLOR #407258

HEX: #407258
RGB: (64,114,88)

Color info

#407258 contains red, green and blue colors in about the same proportion. Web safe color of #407258 is #336666 (or #366).

RGB color model

#407258 color RGB value is (64,114,88).

  • red value is 64;
  • green value is 114;
  • blue value is 88.
RGB:
(64,114,88)
(25%,45%,35%)

RGB channels and saturation

R 64 of 255 = 25%
G 114 of 255 = 45%
B 88 of 255 = 35%

64
114
88

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

Portions of RGB colors in percentages

R + G + B =
64 + 114 + 88 = 266 (100%)
R 64 of 266 ~ 24.06%
G 114 of 266 ~ 42.86%
B 88 of 266 ~ 33.08%

%24.06
%42.86
%33.08

CMYK color model

#407258 color CMYK value is (44,0,23,55).

  • cyan value is 43.86%
  • magenta value is 0.00%
  • yellow value is 22.81%
  • key color value is 55.29%
CMYK:
(44,0,23,55)
C44M0Y23K55 
(44%,0%,23%,55%)
(0.44/0.00/0.23/0.55)	

CMYK percentages

%43.86
%0
%22.81
%55.29

Codes

Color #407258 in popluar color models

407258
RGB6411488
HSL149°28.09%34.90%
HSB/HSV149°43.86%44.71%
CMYK43.86%0.00%22.81%
55.29%

Color #407258 in popluar number systems.

HEX407258
Decimal6411488
Binary100000011100101011000
Octal100162130

Shades and tints

Shades of #407258

#407258
(64,114,88)
#3B6850
(59,104,80)
#365E48
(54,94,72)
#315440
(49,84,64)
#2C4A38
(44,74,56)
#274030
(39,64,48)
#223628
(34,54,40)
#1D2C20
(29,44,32)
#182218
(24,34,24)
#131810
(19,24,16)
#0E0E08
(14,14,8)
#000000
(0,0,0)

Tints of #407258

#407258
(64,114,88)
#517E67
(81,126,103)
#628A76
(98,138,118)
#739685
(115,150,133)
#84A294
(132,162,148)
#95AEA3
(149,174,163)
#A6BAB2
(166,186,178)
#B7C6C1
(183,198,193)
#C8D2D0
(200,210,208)
#D9DEDF
(217,222,223)
#EAEAEE
(234,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #407258 color. Also use rgb(64,114,88) instead hex code.

Text Font Color

.myTextColor { color: #407258; }

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

This text font color is #407258.


Background Color

.myBgColor { background-color: #407258; }

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

This div background color is #407258.


Border color

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

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

This div border color is #407258.


Opacity

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

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

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

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

This text has shadow with #407258 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #407258 on black background.


Color preview on white background

This text has color #407258 on white background.



Black color preview on #407258 background

This text has black color on #407258 background.


White color preview on #407258 background

This text has white color on #407258 background.