COLOR #6E730B

HEX: #6E730B
RGB: (110,115,11)

Color info

#6E730B contains mainly red and green colors. Web safe color of #6E730B is #666600 (or #660).

RGB color model

#6E730B color RGB value is (110,115,11).

  • red value is 110;
  • green value is 115;
  • blue value is 11.
RGB:
(110,115,11)
(43%,45%,4%)

RGB channels and saturation

R 110 of 255 = 43%
G 115 of 255 = 45%
B 11 of 255 = 4%

110
115
11

R + G + B ~ 31%. #6E730B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 115 + 11 = 236 (100%)
R 110 of 236 ~ 46.61%
G 115 of 236 ~ 48.73%
B 11 of 236 ~ 4.66%

%46.61
%48.73

CMYK color model

#6E730B color CMYK value is (4,0,90,55).

  • cyan value is 4.35%
  • magenta value is 0.00%
  • yellow value is 90.43%
  • key color value is 54.90%
CMYK:
(4,0,90,55)
C4M0Y90K55 
(4%,0%,90%,55%)
(0.04/0.00/0.90/0.55)	

CMYK percentages

%4.35
%0
%90.43
%54.9

Codes

Color #6E730B in popluar color models

6E730B
RGB11011511
HSL63°82.54%24.71%
HSB/HSV63°90.43%45.10%
CMYK4.35%0.00%90.43%
54.90%

Color #6E730B in popluar number systems.

HEX6E730B
Decimal11011511
Binary110111011100111011
Octal15616313

Shades and tints

Shades of #6E730B

#6E730B
(110,115,11)
#64690A
(100,105,10)
#5A5F09
(90,95,9)
#505508
(80,85,8)
#464B07
(70,75,7)
#3C4106
(60,65,6)
#323705
(50,55,5)
#282D04
(40,45,4)
#1E2303
(30,35,3)
#141902
(20,25,2)
#0A0F01
(10,15,1)
#000000
(0,0,0)

Tints of #6E730B

#6E730B
(110,115,11)
#7B7F21
(123,127,33)
#888B37
(136,139,55)
#95974D
(149,151,77)
#A2A363
(162,163,99)
#AFAF79
(175,175,121)
#BCBB8F
(188,187,143)
#C9C7A5
(201,199,165)
#D6D3BB
(214,211,187)
#E3DFD1
(227,223,209)
#F0EBE7
(240,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E730B color. Also use rgb(110,115,11) instead hex code.

Text Font Color

.myTextColor { color: #6E730B; }

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

This text font color is #6E730B.


Background Color

.myBgColor { background-color: #6E730B; }

<div style="background-color:#6E730B">Inner text</div>

This div background color is #6E730B.


Border color

.myBorderColor { border: 1px solid #6E730B; }

<div style="border:3px solid #6E730B">Div</div>

This div border color is #6E730B.


Opacity

.myOpacity80 { color: #6E730B; opacity: 0.8; }

<p style="color:#6E730B;opacity:0.8;">80%</p>

Text with #6E730B 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 #6E730B;}

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

This text has shadow with #6E730B color.

.textShadow {text-shadow: 3px 3px 1px #6E730B, 3px 3px 1px red;}

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

This text has shadow with #6E730B primary color and red secondary color.


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

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

This text has shadow with #6E730B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E730B on black background.


Color preview on white background

This text has color #6E730B on white background.



Black color preview on #6E730B background

This text has black color on #6E730B background.


White color preview on #6E730B background

This text has white color on #6E730B background.