COLOR #42553D

HEX: #42553D
RGB: (66,85,61)

Color info

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

RGB color model

#42553D color RGB value is (66,85,61).

  • red value is 66;
  • green value is 85;
  • blue value is 61.
RGB:
(66,85,61)
(26%,33%,24%)

RGB channels and saturation

R 66 of 255 = 26%
G 85 of 255 = 33%
B 61 of 255 = 24%

66
85
61

R + G + B ~ 28%. #42553D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 85 + 61 = 212 (100%)
R 66 of 212 ~ 31.13%
G 85 of 212 ~ 40.09%
B 61 of 212 ~ 28.77%

%31.13
%40.09
%28.77

CMYK color model

#42553D color CMYK value is (22,0,28,67).

  • cyan value is 22.35%
  • magenta value is 0.00%
  • yellow value is 28.24%
  • key color value is 66.67%
CMYK:
(22,0,28,67)
C22M0Y28K67 
(22%,0%,28%,67%)
(0.22/0.00/0.28/0.67)	

CMYK percentages

%22.35
%0
%28.24
%66.67

Codes

Color #42553D in popluar color models

42553D
RGB668561
HSL108°16.44%28.63%
HSB/HSV108°28.24%33.33%
CMYK22.35%0.00%28.24%
66.67%

Color #42553D in popluar number systems.

HEX42553D
Decimal668561
Binary10000101010101111101
Octal10212575

Shades and tints

Shades of #42553D

#42553D
(66,85,61)
#3C4E38
(60,78,56)
#364733
(54,71,51)
#30402E
(48,64,46)
#2A3929
(42,57,41)
#243224
(36,50,36)
#1E2B1F
(30,43,31)
#18241A
(24,36,26)
#121D15
(18,29,21)
#0C1610
(12,22,16)
#060F0B
(6,15,11)
#000000
(0,0,0)

Tints of #42553D

#42553D
(66,85,61)
#53644E
(83,100,78)
#64735F
(100,115,95)
#758270
(117,130,112)
#869181
(134,145,129)
#97A092
(151,160,146)
#A8AFA3
(168,175,163)
#B9BEB4
(185,190,180)
#CACDC5
(202,205,197)
#DBDCD6
(219,220,214)
#ECEBE7
(236,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42553D color. Also use rgb(66,85,61) instead hex code.

Text Font Color

.myTextColor { color: #42553D; }

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

This text font color is #42553D.


Background Color

.myBgColor { background-color: #42553D; }

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

This div background color is #42553D.


Border color

.myBorderColor { border: 1px solid #42553D; }

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

This div border color is #42553D.


Opacity

.myOpacity80 { color: #42553D; opacity: 0.8; }

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

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

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

This text has shadow with #42553D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42553D on black background.


Color preview on white background

This text has color #42553D on white background.



Black color preview on #42553D background

This text has black color on #42553D background.


White color preview on #42553D background

This text has white color on #42553D background.