COLOR #61343D

HEX: #61343D
RGB: (97,52,61)

Color info

#61343D contains red, green and blue colors in about the same proportion. Web safe color of #61343D is #663333 (or #633).

RGB color model

#61343D color RGB value is (97,52,61).

  • red value is 97;
  • green value is 52;
  • blue value is 61.
RGB:
(97,52,61)
(38%,20%,24%)

RGB channels and saturation

R 97 of 255 = 38%
G 52 of 255 = 20%
B 61 of 255 = 24%

97
52
61

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

Portions of RGB colors in percentages

R + G + B =
97 + 52 + 61 = 210 (100%)
R 97 of 210 ~ 46.19%
G 52 of 210 ~ 24.76%
B 61 of 210 ~ 29.05%

%46.19
%24.76
%29.05

CMYK color model

#61343D color CMYK value is (0,46,37,62).

  • cyan value is 0.00%
  • magenta value is 46.39%
  • yellow value is 37.11%
  • key color value is 61.96%
CMYK:
(0,46,37,62)
C0M46Y37K62 
(0%,46%,37%,62%)
(0.00/0.46/0.37/0.62)	

CMYK percentages

%0
%46.39
%37.11
%61.96

Codes

Color #61343D in popluar color models

61343D
RGB975261
HSL348°30.20%29.22%
HSB/HSV348°46.39%38.04%
CMYK0.00%46.39%37.11%
61.96%

Color #61343D in popluar number systems.

HEX61343D
Decimal975261
Binary1100001110100111101
Octal1416475

Shades and tints

Shades of #61343D

#61343D
(97,52,61)
#593038
(89,48,56)
#512C33
(81,44,51)
#49282E
(73,40,46)
#412429
(65,36,41)
#392024
(57,32,36)
#311C1F
(49,28,31)
#29181A
(41,24,26)
#211415
(33,20,21)
#191010
(25,16,16)
#110C0B
(17,12,11)
#000000
(0,0,0)

Tints of #61343D

#61343D
(97,52,61)
#6F464E
(111,70,78)
#7D585F
(125,88,95)
#8B6A70
(139,106,112)
#997C81
(153,124,129)
#A78E92
(167,142,146)
#B5A0A3
(181,160,163)
#C3B2B4
(195,178,180)
#D1C4C5
(209,196,197)
#DFD6D6
(223,214,214)
#EDE8E7
(237,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61343D color. Also use rgb(97,52,61) instead hex code.

Text Font Color

.myTextColor { color: #61343D; }

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

This text font color is #61343D.


Background Color

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

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

This div background color is #61343D.


Border color

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

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

This div border color is #61343D.


Opacity

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

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

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

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

This text has shadow with #61343D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61343D on black background.


Color preview on white background

This text has color #61343D on white background.



Black color preview on #61343D background

This text has black color on #61343D background.


White color preview on #61343D background

This text has white color on #61343D background.