COLOR #454B34

HEX: #454B34
RGB: (69,75,52)

Color info

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

RGB color model

#454B34 color RGB value is (69,75,52).

  • red value is 69;
  • green value is 75;
  • blue value is 52.
RGB:
(69,75,52)
(27%,29%,20%)

RGB channels and saturation

R 69 of 255 = 27%
G 75 of 255 = 29%
B 52 of 255 = 20%

69
75
52

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

Portions of RGB colors in percentages

R + G + B =
69 + 75 + 52 = 196 (100%)
R 69 of 196 ~ 35.2%
G 75 of 196 ~ 38.27%
B 52 of 196 ~ 26.53%

%35.2
%38.27
%26.53

CMYK color model

#454B34 color CMYK value is (8,0,31,71).

  • cyan value is 8.00%
  • magenta value is 0.00%
  • yellow value is 30.67%
  • key color value is 70.59%
CMYK:
(8,0,31,71)
C8M0Y31K71 
(8%,0%,31%,71%)
(0.08/0.00/0.31/0.71)	

CMYK percentages

%8
%0
%30.67
%70.59

Codes

Color #454B34 in popluar color models

454B34
RGB697552
HSL76°18.11%24.90%
HSB/HSV76°30.67%29.41%
CMYK8.00%0.00%30.67%
70.59%

Color #454B34 in popluar number systems.

HEX454B34
Decimal697552
Binary10001011001011110100
Octal10511364

Shades and tints

Shades of #454B34

#454B34
(69,75,52)
#3F4530
(63,69,48)
#393F2C
(57,63,44)
#333928
(51,57,40)
#2D3324
(45,51,36)
#272D20
(39,45,32)
#21271C
(33,39,28)
#1B2118
(27,33,24)
#151B14
(21,27,20)
#0F1510
(15,21,16)
#090F0C
(9,15,12)
#000000
(0,0,0)

Tints of #454B34

#454B34
(69,75,52)
#555B46
(85,91,70)
#656B58
(101,107,88)
#757B6A
(117,123,106)
#858B7C
(133,139,124)
#959B8E
(149,155,142)
#A5ABA0
(165,171,160)
#B5BBB2
(181,187,178)
#C5CBC4
(197,203,196)
#D5DBD6
(213,219,214)
#E5EBE8
(229,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #454B34 color. Also use rgb(69,75,52) instead hex code.

Text Font Color

.myTextColor { color: #454B34; }

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

This text font color is #454B34.


Background Color

.myBgColor { background-color: #454B34; }

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

This div background color is #454B34.


Border color

.myBorderColor { border: 1px solid #454B34; }

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

This div border color is #454B34.


Opacity

.myOpacity80 { color: #454B34; opacity: 0.8; }

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

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

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

This text has shadow with #454B34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #454B34 on black background.


Color preview on white background

This text has color #454B34 on white background.



Black color preview on #454B34 background

This text has black color on #454B34 background.


White color preview on #454B34 background

This text has white color on #454B34 background.