COLOR #61480D

HEX: #61480D
RGB: (97,72,13)

Color info

#61480D contains mainly red and green colors. Web safe color of #61480D is #663300 (or #630).

RGB color model

#61480D color RGB value is (97,72,13).

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

RGB channels and saturation

R 97 of 255 = 38%
G 72 of 255 = 28%
B 13 of 255 = 5%

97
72
13

R + G + B ~ 24%. #61480D is dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 72 + 13 = 182 (100%)
R 97 of 182 ~ 53.3%
G 72 of 182 ~ 39.56%
B 13 of 182 ~ 7.14%

%53.3
%39.56

CMYK color model

#61480D color CMYK value is (0,26,87,62).

  • cyan value is 0.00%
  • magenta value is 25.77%
  • yellow value is 86.60%
  • key color value is 61.96%
CMYK:
(0,26,87,62)
C0M26Y87K62 
(0%,26%,87%,62%)
(0.00/0.26/0.87/0.62)	

CMYK percentages

%0
%25.77
%86.6
%61.96

Codes

Color #61480D in popluar color models

61480D
RGB977213
HSL42°76.36%21.57%
HSB/HSV42°86.60%38.04%
CMYK0.00%25.77%86.60%
61.96%

Color #61480D in popluar number systems.

HEX61480D
Decimal977213
Binary110000110010001101
Octal14111015

Shades and tints

Shades of #61480D

#61480D
(97,72,13)
#59420C
(89,66,12)
#513C0B
(81,60,11)
#49360A
(73,54,10)
#413009
(65,48,9)
#392A08
(57,42,8)
#312407
(49,36,7)
#291E06
(41,30,6)
#211805
(33,24,5)
#191204
(25,18,4)
#110C03
(17,12,3)
#000000
(0,0,0)

Tints of #61480D

#61480D
(97,72,13)
#6F5823
(111,88,35)
#7D6839
(125,104,57)
#8B784F
(139,120,79)
#998865
(153,136,101)
#A7987B
(167,152,123)
#B5A891
(181,168,145)
#C3B8A7
(195,184,167)
#D1C8BD
(209,200,189)
#DFD8D3
(223,216,211)
#EDE8E9
(237,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #61480D; }

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

This text font color is #61480D.


Background Color

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

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

This div background color is #61480D.


Border color

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

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

This div border color is #61480D.


Opacity

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

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

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

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

This text has shadow with #61480D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61480D on black background.


Color preview on white background

This text has color #61480D on white background.



Black color preview on #61480D background

This text has black color on #61480D background.


White color preview on #61480D background

This text has white color on #61480D background.