COLOR #407155

HEX: #407155
RGB: (64,113,85)

Color info

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

RGB color model

#407155 color RGB value is (64,113,85).

  • red value is 64;
  • green value is 113;
  • blue value is 85.
RGB:
(64,113,85)
(25%,44%,33%)

RGB channels and saturation

R 64 of 255 = 25%
G 113 of 255 = 44%
B 85 of 255 = 33%

64
113
85

R + G + B ~ 34%. #407155 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 113 + 85 = 262 (100%)
R 64 of 262 ~ 24.43%
G 113 of 262 ~ 43.13%
B 85 of 262 ~ 32.44%

%24.43
%43.13
%32.44

CMYK color model

#407155 color CMYK value is (43,0,25,56).

  • cyan value is 43.36%
  • magenta value is 0.00%
  • yellow value is 24.78%
  • key color value is 55.69%
CMYK:
(43,0,25,56)
C43M0Y25K56 
(43%,0%,25%,56%)
(0.43/0.00/0.25/0.56)	

CMYK percentages

%43.36
%0
%24.78
%55.69

Codes

Color #407155 in popluar color models

407155
RGB6411385
HSL146°27.68%34.71%
HSB/HSV146°43.36%44.31%
CMYK43.36%0.00%24.78%
55.69%

Color #407155 in popluar number systems.

HEX407155
Decimal6411385
Binary100000011100011010101
Octal100161125

Shades and tints

Shades of #407155

#407155
(64,113,85)
#3B674E
(59,103,78)
#365D47
(54,93,71)
#315340
(49,83,64)
#2C4939
(44,73,57)
#273F32
(39,63,50)
#22352B
(34,53,43)
#1D2B24
(29,43,36)
#18211D
(24,33,29)
#131716
(19,23,22)
#0E0D0F
(14,13,15)
#000000
(0,0,0)

Tints of #407155

#407155
(64,113,85)
#517D64
(81,125,100)
#628973
(98,137,115)
#739582
(115,149,130)
#84A191
(132,161,145)
#95ADA0
(149,173,160)
#A6B9AF
(166,185,175)
#B7C5BE
(183,197,190)
#C8D1CD
(200,209,205)
#D9DDDC
(217,221,220)
#EAE9EB
(234,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #407155 color. Also use rgb(64,113,85) instead hex code.

Text Font Color

.myTextColor { color: #407155; }

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

This text font color is #407155.


Background Color

.myBgColor { background-color: #407155; }

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

This div background color is #407155.


Border color

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

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

This div border color is #407155.


Opacity

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

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

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

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

This text has shadow with #407155 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #407155 on black background.


Color preview on white background

This text has color #407155 on white background.



Black color preview on #407155 background

This text has black color on #407155 background.


White color preview on #407155 background

This text has white color on #407155 background.