COLOR #954530

HEX: #954530
RGB: (149,69,48)

Color info

#954530 contains mainly red color. Web safe color of #954530 is #993333 (or #933).

RGB color model

#954530 color RGB value is (149,69,48).

  • red value is 149;
  • green value is 69;
  • blue value is 48.
RGB:
(149,69,48)
(58%,27%,19%)

RGB channels and saturation

R 149 of 255 = 58%
G 69 of 255 = 27%
B 48 of 255 = 19%

149
69
48

R + G + B ~ 35%. #954530 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
149 + 69 + 48 = 266 (100%)
R 149 of 266 ~ 56.02%
G 69 of 266 ~ 25.94%
B 48 of 266 ~ 18.05%

%56.02
%25.94
%18.05

CMYK color model

#954530 color CMYK value is (0,54,68,42).

  • cyan value is 0.00%
  • magenta value is 53.69%
  • yellow value is 67.79%
  • key color value is 41.57%
CMYK:
(0,54,68,42)
C0M54Y68K42 
(0%,54%,68%,42%)
(0.00/0.54/0.68/0.42)	

CMYK percentages

%0
%53.69
%67.79
%41.57

Codes

Color #954530 in popluar color models

954530
RGB1496948
HSL12°51.27%38.63%
HSB/HSV12°67.79%58.43%
CMYK0.00%53.69%67.79%
41.57%

Color #954530 in popluar number systems.

HEX954530
Decimal1496948
Binary100101011000101110000
Octal22510560

Shades and tints

Shades of #954530

#954530
(149,69,48)
#883F2C
(136,63,44)
#7B3928
(123,57,40)
#6E3324
(110,51,36)
#612D20
(97,45,32)
#54271C
(84,39,28)
#472118
(71,33,24)
#3A1B14
(58,27,20)
#2D1510
(45,21,16)
#200F0C
(32,15,12)
#130908
(19,9,8)
#000000
(0,0,0)

Tints of #954530

#954530
(149,69,48)
#9E5542
(158,85,66)
#A76554
(167,101,84)
#B07566
(176,117,102)
#B98578
(185,133,120)
#C2958A
(194,149,138)
#CBA59C
(203,165,156)
#D4B5AE
(212,181,174)
#DDC5C0
(221,197,192)
#E6D5D2
(230,213,210)
#EFE5E4
(239,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #954530 color. Also use rgb(149,69,48) instead hex code.

Text Font Color

.myTextColor { color: #954530; }

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

This text font color is #954530.


Background Color

.myBgColor { background-color: #954530; }

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

This div background color is #954530.


Border color

.myBorderColor { border: 1px solid #954530; }

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

This div border color is #954530.


Opacity

.myOpacity80 { color: #954530; opacity: 0.8; }

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

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

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

This text has shadow with #954530 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #954530 on black background.


Color preview on white background

This text has color #954530 on white background.



Black color preview on #954530 background

This text has black color on #954530 background.


White color preview on #954530 background

This text has white color on #954530 background.