COLOR #6E530B

HEX: #6E530B RGB: (110,83,11)

Color info

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

RGB color model

#6E530B color RGB value is (110,83,11).

RGB: (110,83,11) (43%, 33%, 4%)

RGB channels and saturation

R 110 of 255 = 43%
G 83 of 255 = 33%
B 11 of 255 = 4%

110
83
11

R + G + B ~ 27%. #6E530B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 110 + 83 + 11 = 204 (100%)
R 110 of 204 ~ 53.92%
G 83 of 204 ~ 40.69%
B 11 of 204 ~ 5.39'%

%53.92
%40.69

CMYK color model

#6E530B color CMYK value is (0,25,90,57).

  • cyan value is 0.00%
  • magenta value is 24.55%
  • yellow value is 90.00%
  • key color value is 56.86%

CMYK: (0,25,90,57)
C0M25Y90K57 (0%, 25%, 90%, 57%)
(0.00 / 0.25 / 0.90 / 0.57)

CMYK percentages

%0
%24.55
%90
%56.86

Codes

Color #6E530B in popluar color models

6E 53 0B
RGB 110 83 11
HSL 44° 81.82% 23.73%
HSB/HSV 44° 90.00% 43.14%
CMYK 0.00% 24.55% 90.00%
56.86%

Color #6E530B in popluar number systems.

HEX 6E 53 0B
Decimal 110 83 11
Binary 1101110 1010011 1011
Octal 156 123 13

Shades and tints

Shades of #6E530B

#6E530B
(110,83,11)
#644C0A
(100,76,10)
#5A4509
(90,69,9)
#503E08
(80,62,8)
#463707
(70,55,7)
#3C3006
(60,48,6)
#322905
(50,41,5)
#282204
(40,34,4)
#1E1B03
(30,27,3)
#141402
(20,20,2)
#0A0D01
(10,13,1)
#000000
(0,0,0)

Tints of #6E530B

#6E530B
(110,83,11)
#7B6221
(123,98,33)
#887137
(136,113,55)
#95804D
(149,128,77)
#A28F63
(162,143,99)
#AF9E79
(175,158,121)
#BCAD8F
(188,173,143)
#C9BCA5
(201,188,165)
#D6CBBB
(214,203,187)
#E3DAD1
(227,218,209)
#F0E9E7
(240,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E530B; }

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

This text font color is #6E530B.

Background Color

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

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

This div background color is #6E530B.

Border color

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

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

This div border color is #6E530B.

Opacity

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

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

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

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

This text has shadow with #6E530B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E530B.

Preview

Color preview on black background

This text has color #6E530B on black background.


Color preview on white background

This text has color #6E530B on white background.


Black color preview on #6E530B background

This text has black color on #6E530B background.


White color preview on #6E530B background

This text has white color on #6E530B background.


Related colors

Complementary color

Complementary color for #hex is #91ACF4.


I love getcolorcode.com

Triadic colors

1 #0B6E53 and #530B6E with #6E530B are triadic colors.

2 #0B536E and #536E0B with #6E530B are triadic colors.