COLOR #95340C

HEX: #95340C
RGB: (149,52,12)

Color info

#95340C contains mainly red color. Web safe color of #95340C is #993300 (or #930).

RGB color model

#95340C color RGB value is (149,52,12).

  • red value is 149;
  • green value is 52;
  • blue value is 12.
RGB:
(149,52,12)
(58%,20%,5%)

RGB channels and saturation

R 149 of 255 = 58%
G 52 of 255 = 20%
B 12 of 255 = 5%

149
52
12

R + G + B ~ 28%. #95340C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
149 + 52 + 12 = 213 (100%)
R 149 of 213 ~ 69.95%
G 52 of 213 ~ 24.41%
B 12 of 213 ~ 5.63%

%69.95
%24.41

CMYK color model

#95340C color CMYK value is (0,65,92,42).

  • cyan value is 0.00%
  • magenta value is 65.10%
  • yellow value is 91.95%
  • key color value is 41.57%
CMYK:
(0,65,92,42)
C0M65Y92K42 
(0%,65%,92%,42%)
(0.00/0.65/0.92/0.42)	

CMYK percentages

%0
%65.1
%91.95
%41.57

Codes

Color #95340C in popluar color models

95340C
RGB1495212
HSL18°85.09%31.57%
HSB/HSV18°91.95%58.43%
CMYK0.00%65.10%91.95%
41.57%

Color #95340C in popluar number systems.

HEX95340C
Decimal1495212
Binary100101011101001100
Octal2256414

Shades and tints

Shades of #95340C

#95340C
(149,52,12)
#88300B
(136,48,11)
#7B2C0A
(123,44,10)
#6E2809
(110,40,9)
#612408
(97,36,8)
#542007
(84,32,7)
#471C06
(71,28,6)
#3A1805
(58,24,5)
#2D1404
(45,20,4)
#201003
(32,16,3)
#130C02
(19,12,2)
#000000
(0,0,0)

Tints of #95340C

#95340C
(149,52,12)
#9E4622
(158,70,34)
#A75838
(167,88,56)
#B06A4E
(176,106,78)
#B97C64
(185,124,100)
#C28E7A
(194,142,122)
#CBA090
(203,160,144)
#D4B2A6
(212,178,166)
#DDC4BC
(221,196,188)
#E6D6D2
(230,214,210)
#EFE8E8
(239,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95340C color. Also use rgb(149,52,12) instead hex code.

Text Font Color

.myTextColor { color: #95340C; }

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

This text font color is #95340C.


Background Color

.myBgColor { background-color: #95340C; }

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

This div background color is #95340C.


Border color

.myBorderColor { border: 1px solid #95340C; }

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

This div border color is #95340C.


Opacity

.myOpacity80 { color: #95340C; opacity: 0.8; }

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

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

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

This text has shadow with #95340C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95340C on black background.


Color preview on white background

This text has color #95340C on white background.



Black color preview on #95340C background

This text has black color on #95340C background.


White color preview on #95340C background

This text has white color on #95340C background.