COLOR #467453

HEX: #467453
RGB: (70,116,83)

Color info

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

RGB color model

#467453 color RGB value is (70,116,83).

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

RGB channels and saturation

R 70 of 255 = 27%
G 116 of 255 = 45%
B 83 of 255 = 33%

70
116
83

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

Portions of RGB colors in percentages

R + G + B =
70 + 116 + 83 = 269 (100%)
R 70 of 269 ~ 26.02%
G 116 of 269 ~ 43.12%
B 83 of 269 ~ 30.86%

%26.02
%43.12
%30.86

CMYK color model

#467453 color CMYK value is (40,0,28,55).

  • cyan value is 39.66%
  • magenta value is 0.00%
  • yellow value is 28.45%
  • key color value is 54.51%
CMYK:
(40,0,28,55)
C40M0Y28K55 
(40%,0%,28%,55%)
(0.40/0.00/0.28/0.55)	

CMYK percentages

%39.66
%0
%28.45
%54.51

Codes

Color #467453 in popluar color models

467453
RGB7011683
HSL137°24.73%36.47%
HSB/HSV137°39.66%45.49%
CMYK39.66%0.00%28.45%
54.51%

Color #467453 in popluar number systems.

HEX467453
Decimal7011683
Binary100011011101001010011
Octal106164123

Shades and tints

Shades of #467453

#467453
(70,116,83)
#406A4C
(64,106,76)
#3A6045
(58,96,69)
#34563E
(52,86,62)
#2E4C37
(46,76,55)
#284230
(40,66,48)
#223829
(34,56,41)
#1C2E22
(28,46,34)
#16241B
(22,36,27)
#101A14
(16,26,20)
#0A100D
(10,16,13)
#000000
(0,0,0)

Tints of #467453

#467453
(70,116,83)
#568062
(86,128,98)
#668C71
(102,140,113)
#769880
(118,152,128)
#86A48F
(134,164,143)
#96B09E
(150,176,158)
#A6BCAD
(166,188,173)
#B6C8BC
(182,200,188)
#C6D4CB
(198,212,203)
#D6E0DA
(214,224,218)
#E6ECE9
(230,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #467453; }

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

This text font color is #467453.


Background Color

.myBgColor { background-color: #467453; }

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

This div background color is #467453.


Border color

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

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

This div border color is #467453.


Opacity

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

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

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

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

This text has shadow with #467453 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #467453 on black background.


Color preview on white background

This text has color #467453 on white background.



Black color preview on #467453 background

This text has black color on #467453 background.


White color preview on #467453 background

This text has white color on #467453 background.