COLOR #42700B

HEX: #42700B RGB: (66,112,11)

Color info

#42700B contains mainly red and green colors. Web safe color of #42700B is #336600 (or #360).

RGB color model

#42700B color RGB value is (66,112,11).

RGB: (66,112,11) (26%, 44%, 4%)

RGB channels and saturation

R 66 of 255 = 26%
G 112 of 255 = 44%
B 11 of 255 = 4%

66
112
11

R + G + B ~ 25%. #42700B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 66 + 112 + 11 = 189 (100%)
R 66 of 189 ~ 34.92%
G 112 of 189 ~ 59.26%
B 11 of 189 ~ 5.82'%

%34.92
%59.26

CMYK color model

#42700B color CMYK value is (41,0,90,56).

  • cyan value is 41.07%
  • magenta value is 0.00%
  • yellow value is 90.18%
  • key color value is 56.08%
CMYK: (41,0,90,56) C41M0Y90K56 (41%,0%,90%,56%) (0.41/0.00/0.90/0.56) 

CMYK percentages

%41.07
%0
%90.18
%56.08

Codes

Color #42700B in popluar color models

42 70 0B
RGB 66 112 11
HSL 87° 82.11% 24.12%
HSB/HSV 87° 90.18% 43.92%
CMYK 41.07% 0.00% 90.18%
56.08%

Color #42700B in popluar number systems.

HEX 42 70 0B
Decimal 66 112 11
Binary 1000010 1110000 1011
Octal 102 160 13

Shades and tints

Shades of #42700B

#42700B
(66,112,11)
#3C660A
(60,102,10)
#365C09
(54,92,9)
#305208
(48,82,8)
#2A4807
(42,72,7)
#243E06
(36,62,6)
#1E3405
(30,52,5)
#182A04
(24,42,4)
#122003
(18,32,3)
#0C1602
(12,22,2)
#060C01
(6,12,1)
#000000
(0,0,0)

Tints of #42700B

#42700B
(66,112,11)
#537D21
(83,125,33)
#648A37
(100,138,55)
#75974D
(117,151,77)
#86A463
(134,164,99)
#97B179
(151,177,121)
#A8BE8F
(168,190,143)
#B9CBA5
(185,203,165)
#CAD8BB
(202,216,187)
#DBE5D1
(219,229,209)
#ECF2E7
(236,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42700B color. Also use rgb(66,112,11) instead hex code.

Text Font Color

.myTextColor { color: #42700B; }

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

This text font color is #42700B.

Background Color

.myBgColor { background-color: #42700B; }

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

This div background color is #42700B.

Border color

.myBorderColor { border: 1px solid #42700B; }

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

This div border color is #42700B.

Opacity

.myOpacity80 { color: #42700B; opacity: 0.8; }

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

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

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

This text has shadow with #42700B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #42700B.

Preview

Color preview on black background

This text has color #42700B on black background.


Color preview on white background

This text has color #42700B on white background.


Black color preview on #42700B background

This text has black color on #42700B background.


White color preview on #42700B background

This text has white color on #42700B background.


Related colors

Complementary color

Complementary color for #hex is #BD8FF4.


I love getcolorcode.com

Triadic colors

1 #0B4270 and #700B42 with #42700B are triadic colors.

2 #0B7042 and #70420B with #42700B are triadic colors.