COLOR #455429

HEX: #455429
RGB: (69,84,41)

Color info

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

RGB color model

#455429 color RGB value is (69,84,41).

  • red value is 69;
  • green value is 84;
  • blue value is 41.
RGB:
(69,84,41)
(27%,33%,16%)

RGB channels and saturation

R 69 of 255 = 27%
G 84 of 255 = 33%
B 41 of 255 = 16%

69
84
41

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

Portions of RGB colors in percentages

R + G + B =
69 + 84 + 41 = 194 (100%)
R 69 of 194 ~ 35.57%
G 84 of 194 ~ 43.3%
B 41 of 194 ~ 21.13%

%35.57
%43.3
%21.13

CMYK color model

#455429 color CMYK value is (18,0,51,67).

  • cyan value is 17.86%
  • magenta value is 0.00%
  • yellow value is 51.19%
  • key color value is 67.06%
CMYK:
(18,0,51,67)
C18M0Y51K67 
(18%,0%,51%,67%)
(0.18/0.00/0.51/0.67)	

CMYK percentages

%17.86
%0
%51.19
%67.06

Codes

Color #455429 in popluar color models

455429
RGB698441
HSL81°34.40%24.51%
HSB/HSV81°51.19%32.94%
CMYK17.86%0.00%51.19%
67.06%

Color #455429 in popluar number systems.

HEX455429
Decimal698441
Binary10001011010100101001
Octal10512451

Shades and tints

Shades of #455429

#455429
(69,84,41)
#3F4D26
(63,77,38)
#394623
(57,70,35)
#333F20
(51,63,32)
#2D381D
(45,56,29)
#27311A
(39,49,26)
#212A17
(33,42,23)
#1B2314
(27,35,20)
#151C11
(21,28,17)
#0F150E
(15,21,14)
#090E0B
(9,14,11)
#000000
(0,0,0)

Tints of #455429

#455429
(69,84,41)
#55633C
(85,99,60)
#65724F
(101,114,79)
#758162
(117,129,98)
#859075
(133,144,117)
#959F88
(149,159,136)
#A5AE9B
(165,174,155)
#B5BDAE
(181,189,174)
#C5CCC1
(197,204,193)
#D5DBD4
(213,219,212)
#E5EAE7
(229,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #455429 color. Also use rgb(69,84,41) instead hex code.

Text Font Color

.myTextColor { color: #455429; }

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

This text font color is #455429.


Background Color

.myBgColor { background-color: #455429; }

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

This div background color is #455429.


Border color

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

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

This div border color is #455429.


Opacity

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

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

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

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

This text has shadow with #455429 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #455429 on black background.


Color preview on white background

This text has color #455429 on white background.



Black color preview on #455429 background

This text has black color on #455429 background.


White color preview on #455429 background

This text has white color on #455429 background.