COLOR #467B45

HEX: #467B45
RGB: (70,123,69)

Color info

#467B45 contains red, green and blue colors in about the same proportion. Web safe color of #467B45 is #336633 (or #363).

RGB color model

#467B45 color RGB value is (70,123,69).

  • red value is 70;
  • green value is 123;
  • blue value is 69.
RGB:
(70,123,69)
(27%,48%,27%)

RGB channels and saturation

R 70 of 255 = 27%
G 123 of 255 = 48%
B 69 of 255 = 27%

70
123
69

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

Portions of RGB colors in percentages

R + G + B =
70 + 123 + 69 = 262 (100%)
R 70 of 262 ~ 26.72%
G 123 of 262 ~ 46.95%
B 69 of 262 ~ 26.34%

%26.72
%46.95
%26.34

CMYK color model

#467B45 color CMYK value is (43,0,44,52).

  • cyan value is 43.09%
  • magenta value is 0.00%
  • yellow value is 43.90%
  • key color value is 51.76%
CMYK:
(43,0,44,52)
C43M0Y44K52 
(43%,0%,44%,52%)
(0.43/0.00/0.44/0.52)	

CMYK percentages

%43.09
%0
%43.9
%51.76

Codes

Color #467B45 in popluar color models

467B45
RGB7012369
HSL119°28.13%37.65%
HSB/HSV119°43.90%48.24%
CMYK43.09%0.00%43.90%
51.76%

Color #467B45 in popluar number systems.

HEX467B45
Decimal7012369
Binary100011011110111000101
Octal106173105

Shades and tints

Shades of #467B45

#467B45
(70,123,69)
#40703F
(64,112,63)
#3A6539
(58,101,57)
#345A33
(52,90,51)
#2E4F2D
(46,79,45)
#284427
(40,68,39)
#223921
(34,57,33)
#1C2E1B
(28,46,27)
#162315
(22,35,21)
#10180F
(16,24,15)
#0A0D09
(10,13,9)
#000000
(0,0,0)

Tints of #467B45

#467B45
(70,123,69)
#568755
(86,135,85)
#669365
(102,147,101)
#769F75
(118,159,117)
#86AB85
(134,171,133)
#96B795
(150,183,149)
#A6C3A5
(166,195,165)
#B6CFB5
(182,207,181)
#C6DBC5
(198,219,197)
#D6E7D5
(214,231,213)
#E6F3E5
(230,243,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #467B45 color. Also use rgb(70,123,69) instead hex code.

Text Font Color

.myTextColor { color: #467B45; }

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

This text font color is #467B45.


Background Color

.myBgColor { background-color: #467B45; }

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

This div background color is #467B45.


Border color

.myBorderColor { border: 1px solid #467B45; }

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

This div border color is #467B45.


Opacity

.myOpacity80 { color: #467B45; opacity: 0.8; }

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

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

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

This text has shadow with #467B45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #467B45 on black background.


Color preview on white background

This text has color #467B45 on white background.



Black color preview on #467B45 background

This text has black color on #467B45 background.


White color preview on #467B45 background

This text has white color on #467B45 background.