COLOR #454739

HEX: #454739
RGB: (69,71,57)

Color info

#454739 contains red, green and blue colors in about the same proportion. Web safe color of #454739 is #333333 (or #333).

RGB color model

#454739 color RGB value is (69,71,57).

  • red value is 69;
  • green value is 71;
  • blue value is 57.
RGB:
(69,71,57)
(27%,28%,22%)

RGB channels and saturation

R 69 of 255 = 27%
G 71 of 255 = 28%
B 57 of 255 = 22%

69
71
57

R + G + B ~ 26%. #454739 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 71 + 57 = 197 (100%)
R 69 of 197 ~ 35.03%
G 71 of 197 ~ 36.04%
B 57 of 197 ~ 28.93%

%35.03
%36.04
%28.93

CMYK color model

#454739 color CMYK value is (3,0,20,72).

  • cyan value is 2.82%
  • magenta value is 0.00%
  • yellow value is 19.72%
  • key color value is 72.16%
CMYK:
(3,0,20,72)
C3M0Y20K72 
(3%,0%,20%,72%)
(0.03/0.00/0.20/0.72)	

CMYK percentages

%2.82
%0
%19.72
%72.16

Codes

Color #454739 in popluar color models

454739
RGB697157
HSL69°10.94%25.10%
HSB/HSV69°19.72%27.84%
CMYK2.82%0.00%19.72%
72.16%

Color #454739 in popluar number systems.

HEX454739
Decimal697157
Binary10001011000111111001
Octal10510771

Shades and tints

Shades of #454739

#454739
(69,71,57)
#3F4134
(63,65,52)
#393B2F
(57,59,47)
#33352A
(51,53,42)
#2D2F25
(45,47,37)
#272920
(39,41,32)
#21231B
(33,35,27)
#1B1D16
(27,29,22)
#151711
(21,23,17)
#0F110C
(15,17,12)
#090B07
(9,11,7)
#000000
(0,0,0)

Tints of #454739

#454739
(69,71,57)
#55574B
(85,87,75)
#65675D
(101,103,93)
#75776F
(117,119,111)
#858781
(133,135,129)
#959793
(149,151,147)
#A5A7A5
(165,167,165)
#B5B7B7
(181,183,183)
#C5C7C9
(197,199,201)
#D5D7DB
(213,215,219)
#E5E7ED
(229,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #454739 color. Also use rgb(69,71,57) instead hex code.

Text Font Color

.myTextColor { color: #454739; }

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

This text font color is #454739.


Background Color

.myBgColor { background-color: #454739; }

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

This div background color is #454739.


Border color

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

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

This div border color is #454739.


Opacity

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

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

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

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

This text has shadow with #454739 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #454739 on black background.


Color preview on white background

This text has color #454739 on white background.



Black color preview on #454739 background

This text has black color on #454739 background.


White color preview on #454739 background

This text has white color on #454739 background.