COLOR #05740B

HEX: #05740B RGB: (5,116,11)

Color info

#05740B contains mainly green color. Web safe color of #05740B is #006600 (or #060).

RGB color model

#05740B color RGB value is (5,116,11).

RGB: (5,116,11) (2%, 45%, 4%)

RGB channels and saturation

R 5 of 255 = 2%
G 116 of 255 = 45%
B 11 of 255 = 4%

5
116
11

R + G + B ~ 17%. #05740B is dark color.

Portions of RGB colors in percentages

R + G + B = 5 + 116 + 11 = 132 (100%)
R 5 of 132 ~ 3.79%
G 116 of 132 ~ 87.88%
B 11 of 132 ~ 8.33'%

%87.88

CMYK color model

#05740B color CMYK value is (96,0,91,55).

  • cyan value is 95.69%
  • magenta value is 0.00%
  • yellow value is 90.52%
  • key color value is 54.51%

CMYK: (96,0,91,55)
C96M0Y91K55 (96%, 0%, 91%, 55%)
(0.96 / 0.00 / 0.91 / 0.55)

CMYK percentages

%95.69
%0
%90.52
%54.51

Codes

Color #05740B in popluar color models

05 74 0B
RGB 5 116 11
HSL 123° 91.74% 23.73%
HSB/HSV 123° 95.69% 45.49%
CMYK 95.69% 0.00% 90.52%
54.51%

Color #05740B in popluar number systems.

HEX 05 74 0B
Decimal 5 116 11
Binary 101 1110100 1011
Octal 5 164 13

Shades and tints

Shades of #05740B

#05740B
(5,116,11)
#056A0A
(5,106,10)
#056009
(5,96,9)
#055608
(5,86,8)
#054C07
(5,76,7)
#054206
(5,66,6)
#053805
(5,56,5)
#052E04
(5,46,4)
#052403
(5,36,3)
#051A02
(5,26,2)
#051001
(5,16,1)
#000000
(0,0,0)

Tints of #05740B

#05740B
(5,116,11)
#1B8021
(27,128,33)
#318C37
(49,140,55)
#47984D
(71,152,77)
#5DA463
(93,164,99)
#73B079
(115,176,121)
#89BC8F
(137,188,143)
#9FC8A5
(159,200,165)
#B5D4BB
(181,212,187)
#CBE0D1
(203,224,209)
#E1ECE7
(225,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #05740B color. Also use rgb(5,116,11) instead hex code.

Text Font Color

.myTextColor { color: #05740B; }

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

This text font color is #05740B.

Background Color

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

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

This div background color is #05740B.

Border color

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

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

This div border color is #05740B.

Opacity

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

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

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

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

This text has shadow with #05740B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #05740B.

Preview

Color preview on black background

This text has color #05740B on black background.


Color preview on white background

This text has color #05740B on white background.


Black color preview on #05740B background

This text has black color on #05740B background.


White color preview on #05740B background

This text has white color on #05740B background.


Related colors

Complementary color

Complementary color for #hex is #FA8BF4.


I love getcolorcode.com

Triadic colors

1 #0B0574 and #740B05 with #05740B are triadic colors.

2 #0B7405 and #74050B with #05740B are triadic colors.