COLOR #42750B

HEX: #42750B
RGB: (66,117,11)

Color info

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

RGB color model

#42750B color RGB value is (66,117,11).

  • red value is 66;
  • green value is 117;
  • blue value is 11.
RGB:
(66,117,11)
(26%,46%,4%)

RGB channels and saturation

R 66 of 255 = 26%
G 117 of 255 = 46%
B 11 of 255 = 4%

66
117
11

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

Portions of RGB colors in percentages

R + G + B =
66 + 117 + 11 = 194 (100%)
R 66 of 194 ~ 34.02%
G 117 of 194 ~ 60.31%
B 11 of 194 ~ 5.67%

%34.02
%60.31

CMYK color model

#42750B color CMYK value is (44,0,91,54).

  • cyan value is 43.59%
  • magenta value is 0.00%
  • yellow value is 90.60%
  • key color value is 54.12%
CMYK:
(44,0,91,54)
C44M0Y91K54 
(44%,0%,91%,54%)
(0.44/0.00/0.91/0.54)	

CMYK percentages

%43.59
%0
%90.6
%54.12

Codes

Color #42750B in popluar color models

42750B
RGB6611711
HSL89°82.81%25.10%
HSB/HSV89°90.60%45.88%
CMYK43.59%0.00%90.60%
54.12%

Color #42750B in popluar number systems.

HEX42750B
Decimal6611711
Binary100001011101011011
Octal10216513

Shades and tints

Shades of #42750B

#42750B
(66,117,11)
#3C6B0A
(60,107,10)
#366109
(54,97,9)
#305708
(48,87,8)
#2A4D07
(42,77,7)
#244306
(36,67,6)
#1E3905
(30,57,5)
#182F04
(24,47,4)
#122503
(18,37,3)
#0C1B02
(12,27,2)
#061101
(6,17,1)
#000000
(0,0,0)

Tints of #42750B

#42750B
(66,117,11)
#538121
(83,129,33)
#648D37
(100,141,55)
#75994D
(117,153,77)
#86A563
(134,165,99)
#97B179
(151,177,121)
#A8BD8F
(168,189,143)
#B9C9A5
(185,201,165)
#CAD5BB
(202,213,187)
#DBE1D1
(219,225,209)
#ECEDE7
(236,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42750B; }

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

This text font color is #42750B.


Background Color

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

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

This div background color is #42750B.


Border color

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

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

This div border color is #42750B.


Opacity

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

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

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

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

This text has shadow with #42750B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42750B on black background.


Color preview on white background

This text has color #42750B on white background.



Black color preview on #42750B background

This text has black color on #42750B background.


White color preview on #42750B background

This text has white color on #42750B background.