COLOR #61333D

HEX: #61333D
RGB: (97,51,61)

Color info

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

RGB color model

#61333D color RGB value is (97,51,61).

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

RGB channels and saturation

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

97
51
61

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

Portions of RGB colors in percentages

R + G + B =
97 + 51 + 61 = 209 (100%)
R 97 of 209 ~ 46.41%
G 51 of 209 ~ 24.4%
B 61 of 209 ~ 29.19%

%46.41
%24.4
%29.19

CMYK color model

#61333D color CMYK value is (0,47,37,62).

  • cyan value is 0.00%
  • magenta value is 47.42%
  • yellow value is 37.11%
  • key color value is 61.96%
CMYK:
(0,47,37,62)
C0M47Y37K62 
(0%,47%,37%,62%)
(0.00/0.47/0.37/0.62)	

CMYK percentages

%0
%47.42
%37.11
%61.96

Codes

Color #61333D in popluar color models

61333D
RGB975161
HSL347°31.08%29.02%
HSB/HSV347°47.42%38.04%
CMYK0.00%47.42%37.11%
61.96%

Color #61333D in popluar number systems.

HEX61333D
Decimal975161
Binary1100001110011111101
Octal1416375

Shades and tints

Shades of #61333D

#61333D
(97,51,61)
#592F38
(89,47,56)
#512B33
(81,43,51)
#49272E
(73,39,46)
#412329
(65,35,41)
#391F24
(57,31,36)
#311B1F
(49,27,31)
#29171A
(41,23,26)
#211315
(33,19,21)
#190F10
(25,15,16)
#110B0B
(17,11,11)
#000000
(0,0,0)

Tints of #61333D

#61333D
(97,51,61)
#6F454E
(111,69,78)
#7D575F
(125,87,95)
#8B6970
(139,105,112)
#997B81
(153,123,129)
#A78D92
(167,141,146)
#B59FA3
(181,159,163)
#C3B1B4
(195,177,180)
#D1C3C5
(209,195,197)
#DFD5D6
(223,213,214)
#EDE7E7
(237,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #61333D; }

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

This text font color is #61333D.


Background Color

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

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

This div background color is #61333D.


Border color

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

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

This div border color is #61333D.


Opacity

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

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

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

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

This text has shadow with #61333D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61333D on black background.


Color preview on white background

This text has color #61333D on white background.



Black color preview on #61333D background

This text has black color on #61333D background.


White color preview on #61333D background

This text has white color on #61333D background.