COLOR #925B23

HEX: #925B23
RGB: (146,91,35)

Color info

#925B23 contains mainly red and green colors. Web safe color of #925B23 is #996633 (or #963).

RGB color model

#925B23 color RGB value is (146,91,35).

  • red value is 146;
  • green value is 91;
  • blue value is 35.
RGB:
(146,91,35)
(57%,36%,14%)

RGB channels and saturation

R 146 of 255 = 57%
G 91 of 255 = 36%
B 35 of 255 = 14%

146
91
35

R + G + B ~ 36%. #925B23 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
146 + 91 + 35 = 272 (100%)
R 146 of 272 ~ 53.68%
G 91 of 272 ~ 33.46%
B 35 of 272 ~ 12.87%

%53.68
%33.46
%12.87

CMYK color model

#925B23 color CMYK value is (0,38,76,43).

  • cyan value is 0.00%
  • magenta value is 37.67%
  • yellow value is 76.03%
  • key color value is 42.75%
CMYK:
(0,38,76,43)
C0M38Y76K43 
(0%,38%,76%,43%)
(0.00/0.38/0.76/0.43)	

CMYK percentages

%0
%37.67
%76.03
%42.75

Codes

Color #925B23 in popluar color models

925B23
RGB1469135
HSL30°61.33%35.49%
HSB/HSV30°76.03%57.25%
CMYK0.00%37.67%76.03%
42.75%

Color #925B23 in popluar number systems.

HEX925B23
Decimal1469135
Binary100100101011011100011
Octal22213343

Shades and tints

Shades of #925B23

#925B23
(146,91,35)
#855320
(133,83,32)
#784B1D
(120,75,29)
#6B431A
(107,67,26)
#5E3B17
(94,59,23)
#513314
(81,51,20)
#442B11
(68,43,17)
#37230E
(55,35,14)
#2A1B0B
(42,27,11)
#1D1308
(29,19,8)
#100B05
(16,11,5)
#000000
(0,0,0)

Tints of #925B23

#925B23
(146,91,35)
#9B6937
(155,105,55)
#A4774B
(164,119,75)
#AD855F
(173,133,95)
#B69373
(182,147,115)
#BFA187
(191,161,135)
#C8AF9B
(200,175,155)
#D1BDAF
(209,189,175)
#DACBC3
(218,203,195)
#E3D9D7
(227,217,215)
#ECE7EB
(236,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #925B23 color. Also use rgb(146,91,35) instead hex code.

Text Font Color

.myTextColor { color: #925B23; }

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

This text font color is #925B23.


Background Color

.myBgColor { background-color: #925B23; }

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

This div background color is #925B23.


Border color

.myBorderColor { border: 1px solid #925B23; }

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

This div border color is #925B23.


Opacity

.myOpacity80 { color: #925B23; opacity: 0.8; }

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

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

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

This text has shadow with #925B23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #925B23 on black background.


Color preview on white background

This text has color #925B23 on white background.



Black color preview on #925B23 background

This text has black color on #925B23 background.


White color preview on #925B23 background

This text has white color on #925B23 background.