COLOR #954D0C

HEX: #954D0C RGB: (149,77,12)

Color info

#954D0C contains mainly red color. Web safe color of #954D0C is #993300 (or #930).

RGB color model

#954D0C color RGB value is (149,77,12).

RGB: (149,77,12) (58%, 30%, 5%)

RGB channels and saturation

R 149 of 255 = 58%
G 77 of 255 = 30%
B 12 of 255 = 5%

149
77
12

R + G + B ~ 31%. #954D0C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 149 + 77 + 12 = 238 (100%)
R 149 of 238 ~ 62.61%
G 77 of 238 ~ 32.35%
B 12 of 238 ~ 5.04'%

%62.61
%32.35

CMYK color model

#954D0C color CMYK value is (0,48,92,42).

  • cyan value is 0.00%
  • magenta value is 48.32%
  • yellow value is 91.95%
  • key color value is 41.57%
CMYK: (0,48,92,42) C0M48Y92K42 (0%,48%,92%,42%) (0.00/0.48/0.92/0.42) 

CMYK percentages

%0
%48.32
%91.95
%41.57

Codes

Color #954D0C in popluar color models

95 4D 0C
RGB 149 77 12
HSL 28° 85.09% 31.57%
HSB/HSV 28° 91.95% 58.43%
CMYK 0.00% 48.32% 91.95%
41.57%

Color #954D0C in popluar number systems.

HEX 95 4D 0C
Decimal 149 77 12
Binary 10010101 1001101 1100
Octal 225 115 14

Shades and tints

Shades of #954D0C

#954D0C
(149,77,12)
#88460B
(136,70,11)
#7B3F0A
(123,63,10)
#6E3809
(110,56,9)
#613108
(97,49,8)
#542A07
(84,42,7)
#472306
(71,35,6)
#3A1C05
(58,28,5)
#2D1504
(45,21,4)
#200E03
(32,14,3)
#130702
(19,7,2)
#000000
(0,0,0)

Tints of #954D0C

#954D0C
(149,77,12)
#9E5D22
(158,93,34)
#A76D38
(167,109,56)
#B07D4E
(176,125,78)
#B98D64
(185,141,100)
#C29D7A
(194,157,122)
#CBAD90
(203,173,144)
#D4BDA6
(212,189,166)
#DDCDBC
(221,205,188)
#E6DDD2
(230,221,210)
#EFEDE8
(239,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #954D0C color. Also use rgb(149,77,12) instead hex code.

Text Font Color

.myTextColor { color: #954D0C; }

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

This text font color is #954D0C.

Background Color

.myBgColor { background-color: #954D0C; }

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

This div background color is #954D0C.

Border color

.myBorderColor { border: 1px solid #954D0C; }

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

This div border color is #954D0C.

Opacity

.myOpacity80 { color: #954D0C; opacity: 0.8; }

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

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

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

This text has shadow with #954D0C color.


.textShadow {text-shadow: 3px 3px 1px #954D0C', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #954D0C; -webkit-box-shadow: 1px 1px 3px 2px #954D0C; box-shadow:1px 1px 3px 2px #954D0C;">
Div content here
</div>

This div box has shadow with color #954D0C.

Preview

Color preview on black background

This text has color #954D0C on black background.


Color preview on white background

This text has color #954D0C on white background.


Black color preview on #954D0C background

This text has black color on #954D0C background.


White color preview on #954D0C background

This text has white color on #954D0C background.


Related colors

Complementary color

Complementary color for #hex is #6AB2F3.


I love getcolorcode.com

Triadic colors

1 #0C954D and #4D0C95 with #954D0C are triadic colors.

2 #0C4D95 and #4D950C with #954D0C are triadic colors.