COLOR #455327

HEX: #455327
RGB: (69,83,39)

Color info

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

RGB color model

#455327 color RGB value is (69,83,39).

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

RGB channels and saturation

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

69
83
39

R + G + B ~ 25%. #455327 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 83 + 39 = 191 (100%)
R 69 of 191 ~ 36.13%
G 83 of 191 ~ 43.46%
B 39 of 191 ~ 20.42%

%36.13
%43.46
%20.42

CMYK color model

#455327 color CMYK value is (17,0,53,67).

  • cyan value is 16.87%
  • magenta value is 0.00%
  • yellow value is 53.01%
  • key color value is 67.45%
CMYK:
(17,0,53,67)
C17M0Y53K67 
(17%,0%,53%,67%)
(0.17/0.00/0.53/0.67)	

CMYK percentages

%16.87
%0
%53.01
%67.45

Codes

Color #455327 in popluar color models

455327
RGB698339
HSL79°36.07%23.92%
HSB/HSV79°53.01%32.55%
CMYK16.87%0.00%53.01%
67.45%

Color #455327 in popluar number systems.

HEX455327
Decimal698339
Binary10001011010011100111
Octal10512347

Shades and tints

Shades of #455327

#455327
(69,83,39)
#3F4C24
(63,76,36)
#394521
(57,69,33)
#333E1E
(51,62,30)
#2D371B
(45,55,27)
#273018
(39,48,24)
#212915
(33,41,21)
#1B2212
(27,34,18)
#151B0F
(21,27,15)
#0F140C
(15,20,12)
#090D09
(9,13,9)
#000000
(0,0,0)

Tints of #455327

#455327
(69,83,39)
#55623A
(85,98,58)
#65714D
(101,113,77)
#758060
(117,128,96)
#858F73
(133,143,115)
#959E86
(149,158,134)
#A5AD99
(165,173,153)
#B5BCAC
(181,188,172)
#C5CBBF
(197,203,191)
#D5DAD2
(213,218,210)
#E5E9E5
(229,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #455327; }

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

This text font color is #455327.


Background Color

.myBgColor { background-color: #455327; }

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

This div background color is #455327.


Border color

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

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

This div border color is #455327.


Opacity

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

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

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

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

This text has shadow with #455327 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #455327 on black background.


Color preview on white background

This text has color #455327 on white background.



Black color preview on #455327 background

This text has black color on #455327 background.


White color preview on #455327 background

This text has white color on #455327 background.