COLOR #61482D

HEX: #61482D
RGB: (97,72,45)

Color info

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

RGB color model

#61482D color RGB value is (97,72,45).

  • red value is 97;
  • green value is 72;
  • blue value is 45.
RGB:
(97,72,45)
(38%,28%,18%)

RGB channels and saturation

R 97 of 255 = 38%
G 72 of 255 = 28%
B 45 of 255 = 18%

97
72
45

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

Portions of RGB colors in percentages

R + G + B =
97 + 72 + 45 = 214 (100%)
R 97 of 214 ~ 45.33%
G 72 of 214 ~ 33.64%
B 45 of 214 ~ 21.03%

%45.33
%33.64
%21.03

CMYK color model

#61482D color CMYK value is (0,26,54,62).

  • cyan value is 0.00%
  • magenta value is 25.77%
  • yellow value is 53.61%
  • key color value is 61.96%
CMYK:
(0,26,54,62)
C0M26Y54K62 
(0%,26%,54%,62%)
(0.00/0.26/0.54/0.62)	

CMYK percentages

%0
%25.77
%53.61
%61.96

Codes

Color #61482D in popluar color models

61482D
RGB977245
HSL31°36.62%27.84%
HSB/HSV31°53.61%38.04%
CMYK0.00%25.77%53.61%
61.96%

Color #61482D in popluar number systems.

HEX61482D
Decimal977245
Binary11000011001000101101
Octal14111055

Shades and tints

Shades of #61482D

#61482D
(97,72,45)
#594229
(89,66,41)
#513C25
(81,60,37)
#493621
(73,54,33)
#41301D
(65,48,29)
#392A19
(57,42,25)
#312415
(49,36,21)
#291E11
(41,30,17)
#21180D
(33,24,13)
#191209
(25,18,9)
#110C05
(17,12,5)
#000000
(0,0,0)

Tints of #61482D

#61482D
(97,72,45)
#6F5840
(111,88,64)
#7D6853
(125,104,83)
#8B7866
(139,120,102)
#998879
(153,136,121)
#A7988C
(167,152,140)
#B5A89F
(181,168,159)
#C3B8B2
(195,184,178)
#D1C8C5
(209,200,197)
#DFD8D8
(223,216,216)
#EDE8EB
(237,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61482D color. Also use rgb(97,72,45) instead hex code.

Text Font Color

.myTextColor { color: #61482D; }

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

This text font color is #61482D.


Background Color

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

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

This div background color is #61482D.


Border color

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

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

This div border color is #61482D.


Opacity

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

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

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

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

This text has shadow with #61482D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61482D on black background.


Color preview on white background

This text has color #61482D on white background.



Black color preview on #61482D background

This text has black color on #61482D background.


White color preview on #61482D background

This text has white color on #61482D background.