COLOR #467B38

HEX: #467B38
RGB: (70,123,56)

Color info

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

RGB color model

#467B38 color RGB value is (70,123,56).

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

RGB channels and saturation

R 70 of 255 = 27%
G 123 of 255 = 48%
B 56 of 255 = 22%

70
123
56

R + G + B ~ 32%. #467B38 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 123 + 56 = 249 (100%)
R 70 of 249 ~ 28.11%
G 123 of 249 ~ 49.4%
B 56 of 249 ~ 22.49%

%28.11
%49.4
%22.49

CMYK color model

#467B38 color CMYK value is (43,0,54,52).

  • cyan value is 43.09%
  • magenta value is 0.00%
  • yellow value is 54.47%
  • key color value is 51.76%
CMYK:
(43,0,54,52)
C43M0Y54K52 
(43%,0%,54%,52%)
(0.43/0.00/0.54/0.52)	

CMYK percentages

%43.09
%0
%54.47
%51.76

Codes

Color #467B38 in popluar color models

467B38
RGB7012356
HSL107°37.43%35.10%
HSB/HSV107°54.47%48.24%
CMYK43.09%0.00%54.47%
51.76%

Color #467B38 in popluar number systems.

HEX467B38
Decimal7012356
Binary10001101111011111000
Octal10617370

Shades and tints

Shades of #467B38

#467B38
(70,123,56)
#407033
(64,112,51)
#3A652E
(58,101,46)
#345A29
(52,90,41)
#2E4F24
(46,79,36)
#28441F
(40,68,31)
#22391A
(34,57,26)
#1C2E15
(28,46,21)
#162310
(22,35,16)
#10180B
(16,24,11)
#0A0D06
(10,13,6)
#000000
(0,0,0)

Tints of #467B38

#467B38
(70,123,56)
#56874A
(86,135,74)
#66935C
(102,147,92)
#769F6E
(118,159,110)
#86AB80
(134,171,128)
#96B792
(150,183,146)
#A6C3A4
(166,195,164)
#B6CFB6
(182,207,182)
#C6DBC8
(198,219,200)
#D6E7DA
(214,231,218)
#E6F3EC
(230,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #467B38; }

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

This text font color is #467B38.


Background Color

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

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

This div background color is #467B38.


Border color

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

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

This div border color is #467B38.


Opacity

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

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

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

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

This text has shadow with #467B38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #467B38 on black background.


Color preview on white background

This text has color #467B38 on white background.



Black color preview on #467B38 background

This text has black color on #467B38 background.


White color preview on #467B38 background

This text has white color on #467B38 background.