COLOR #455337

HEX: #455337
RGB: (69,83,55)

Color info

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

RGB color model

#455337 color RGB value is (69,83,55).

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

RGB channels and saturation

R 69 of 255 = 27%
G 83 of 255 = 33%
B 55 of 255 = 22%

69
83
55

R + G + B ~ 27%. #455337 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 83 + 55 = 207 (100%)
R 69 of 207 ~ 33.33%
G 83 of 207 ~ 40.1%
B 55 of 207 ~ 26.57%

%33.33
%40.1
%26.57

CMYK color model

#455337 color CMYK value is (17,0,34,67).

  • cyan value is 16.87%
  • magenta value is 0.00%
  • yellow value is 33.73%
  • key color value is 67.45%
CMYK:
(17,0,34,67)
C17M0Y34K67 
(17%,0%,34%,67%)
(0.17/0.00/0.34/0.67)	

CMYK percentages

%16.87
%0
%33.73
%67.45

Codes

Color #455337 in popluar color models

455337
RGB698355
HSL90°20.29%27.06%
HSB/HSV90°33.73%32.55%
CMYK16.87%0.00%33.73%
67.45%

Color #455337 in popluar number systems.

HEX455337
Decimal698355
Binary10001011010011110111
Octal10512367

Shades and tints

Shades of #455337

#455337
(69,83,55)
#3F4C32
(63,76,50)
#39452D
(57,69,45)
#333E28
(51,62,40)
#2D3723
(45,55,35)
#27301E
(39,48,30)
#212919
(33,41,25)
#1B2214
(27,34,20)
#151B0F
(21,27,15)
#0F140A
(15,20,10)
#090D05
(9,13,5)
#000000
(0,0,0)

Tints of #455337

#455337
(69,83,55)
#556249
(85,98,73)
#65715B
(101,113,91)
#75806D
(117,128,109)
#858F7F
(133,143,127)
#959E91
(149,158,145)
#A5ADA3
(165,173,163)
#B5BCB5
(181,188,181)
#C5CBC7
(197,203,199)
#D5DAD9
(213,218,217)
#E5E9EB
(229,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #455337; }

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

This text font color is #455337.


Background Color

.myBgColor { background-color: #455337; }

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

This div background color is #455337.


Border color

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

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

This div border color is #455337.


Opacity

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

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

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

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

This text has shadow with #455337 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #455337 on black background.


Color preview on white background

This text has color #455337 on white background.



Black color preview on #455337 background

This text has black color on #455337 background.


White color preview on #455337 background

This text has white color on #455337 background.