COLOR #467653

HEX: #467653
RGB: (70,118,83)

Color info

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

RGB color model

#467653 color RGB value is (70,118,83).

  • red value is 70;
  • green value is 118;
  • blue value is 83.
RGB:
(70,118,83)
(27%,46%,33%)

RGB channels and saturation

R 70 of 255 = 27%
G 118 of 255 = 46%
B 83 of 255 = 33%

70
118
83

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

Portions of RGB colors in percentages

R + G + B =
70 + 118 + 83 = 271 (100%)
R 70 of 271 ~ 25.83%
G 118 of 271 ~ 43.54%
B 83 of 271 ~ 30.63%

%25.83
%43.54
%30.63

CMYK color model

#467653 color CMYK value is (41,0,30,54).

  • cyan value is 40.68%
  • magenta value is 0.00%
  • yellow value is 29.66%
  • key color value is 53.73%
CMYK:
(41,0,30,54)
C41M0Y30K54 
(41%,0%,30%,54%)
(0.41/0.00/0.30/0.54)	

CMYK percentages

%40.68
%0
%29.66
%53.73

Codes

Color #467653 in popluar color models

467653
RGB7011883
HSL136°25.53%36.86%
HSB/HSV136°40.68%46.27%
CMYK40.68%0.00%29.66%
53.73%

Color #467653 in popluar number systems.

HEX467653
Decimal7011883
Binary100011011101101010011
Octal106166123

Shades and tints

Shades of #467653

#467653
(70,118,83)
#406C4C
(64,108,76)
#3A6245
(58,98,69)
#34583E
(52,88,62)
#2E4E37
(46,78,55)
#284430
(40,68,48)
#223A29
(34,58,41)
#1C3022
(28,48,34)
#16261B
(22,38,27)
#101C14
(16,28,20)
#0A120D
(10,18,13)
#000000
(0,0,0)

Tints of #467653

#467653
(70,118,83)
#568262
(86,130,98)
#668E71
(102,142,113)
#769A80
(118,154,128)
#86A68F
(134,166,143)
#96B29E
(150,178,158)
#A6BEAD
(166,190,173)
#B6CABC
(182,202,188)
#C6D6CB
(198,214,203)
#D6E2DA
(214,226,218)
#E6EEE9
(230,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #467653 color. Also use rgb(70,118,83) instead hex code.

Text Font Color

.myTextColor { color: #467653; }

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

This text font color is #467653.


Background Color

.myBgColor { background-color: #467653; }

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

This div background color is #467653.


Border color

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

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

This div border color is #467653.


Opacity

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

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

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

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

This text has shadow with #467653 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #467653 on black background.


Color preview on white background

This text has color #467653 on white background.



Black color preview on #467653 background

This text has black color on #467653 background.


White color preview on #467653 background

This text has white color on #467653 background.