COLOR #456353

HEX: #456353
RGB: (69,99,83)

Color info

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

RGB color model

#456353 color RGB value is (69,99,83).

  • red value is 69;
  • green value is 99;
  • blue value is 83.
RGB:
(69,99,83)
(27%,39%,33%)

RGB channels and saturation

R 69 of 255 = 27%
G 99 of 255 = 39%
B 83 of 255 = 33%

69
99
83

R + G + B ~ 33%. #456353 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 99 + 83 = 251 (100%)
R 69 of 251 ~ 27.49%
G 99 of 251 ~ 39.44%
B 83 of 251 ~ 33.07%

%27.49
%39.44
%33.07

CMYK color model

#456353 color CMYK value is (30,0,16,61).

  • cyan value is 30.30%
  • magenta value is 0.00%
  • yellow value is 16.16%
  • key color value is 61.18%
CMYK:
(30,0,16,61)
C30M0Y16K61 
(30%,0%,16%,61%)
(0.30/0.00/0.16/0.61)	

CMYK percentages

%30.3
%0
%16.16
%61.18

Codes

Color #456353 in popluar color models

456353
RGB699983
HSL148°17.86%32.94%
HSB/HSV148°30.30%38.82%
CMYK30.30%0.00%16.16%
61.18%

Color #456353 in popluar number systems.

HEX456353
Decimal699983
Binary100010111000111010011
Octal105143123

Shades and tints

Shades of #456353

#456353
(69,99,83)
#3F5A4C
(63,90,76)
#395145
(57,81,69)
#33483E
(51,72,62)
#2D3F37
(45,63,55)
#273630
(39,54,48)
#212D29
(33,45,41)
#1B2422
(27,36,34)
#151B1B
(21,27,27)
#0F1214
(15,18,20)
#09090D
(9,9,13)
#000000
(0,0,0)

Tints of #456353

#456353
(69,99,83)
#557162
(85,113,98)
#657F71
(101,127,113)
#758D80
(117,141,128)
#859B8F
(133,155,143)
#95A99E
(149,169,158)
#A5B7AD
(165,183,173)
#B5C5BC
(181,197,188)
#C5D3CB
(197,211,203)
#D5E1DA
(213,225,218)
#E5EFE9
(229,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #456353 color. Also use rgb(69,99,83) instead hex code.

Text Font Color

.myTextColor { color: #456353; }

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

This text font color is #456353.


Background Color

.myBgColor { background-color: #456353; }

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

This div background color is #456353.


Border color

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

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

This div border color is #456353.


Opacity

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

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

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

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

This text has shadow with #456353 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #456353 on black background.


Color preview on white background

This text has color #456353 on white background.



Black color preview on #456353 background

This text has black color on #456353 background.


White color preview on #456353 background

This text has white color on #456353 background.