COLOR #07480B

HEX: #07480B RGB: (7,72,11)

Color info

#07480B contains mainly green color. Web safe color of #07480B is #003300 (or #030).

RGB color model

#07480B color RGB value is (7,72,11).

RGB: (7,72,11) (3%, 28%, 4%)

RGB channels and saturation

R 7 of 255 = 3%
G 72 of 255 = 28%
B 11 of 255 = 4%

7
72
11

R + G + B ~ 12%. #07480B is dark color.

Portions of RGB colors in percentages

R + G + B = 7 + 72 + 11 = 90 (100%)
R 7 of 90 ~ 7.78%
G 72 of 90 ~ 80%
B 11 of 90 ~ 12.22'%

%80
%12.22

CMYK color model

#07480B color CMYK value is (90,0,85,72).

  • cyan value is 90.28%
  • magenta value is 0.00%
  • yellow value is 84.72%
  • key color value is 71.76%

CMYK: (90,0,85,72)
C90M0Y85K72 (90%, 0%, 85%, 72%)
(0.90 / 0.00 / 0.85 / 0.72)

CMYK percentages

%90.28
%0
%84.72
%71.76

Codes

Color #07480B in popluar color models

07 48 0B
RGB 7 72 11
HSL 124° 82.28% 15.49%
HSB/HSV 124° 90.28% 28.24%
CMYK 90.28% 0.00% 84.72%
71.76%

Color #07480B in popluar number systems.

HEX 07 48 0B
Decimal 7 72 11
Binary 111 1001000 1011
Octal 7 110 13

Shades and tints

Shades of #07480B

#07480B
(7,72,11)
#07420A
(7,66,10)
#073C09
(7,60,9)
#073608
(7,54,8)
#073007
(7,48,7)
#072A06
(7,42,6)
#072405
(7,36,5)
#071E04
(7,30,4)
#071803
(7,24,3)
#071202
(7,18,2)
#070C01
(7,12,1)
#000000
(0,0,0)

Tints of #07480B

#07480B
(7,72,11)
#1D5821
(29,88,33)
#336837
(51,104,55)
#49784D
(73,120,77)
#5F8863
(95,136,99)
#759879
(117,152,121)
#8BA88F
(139,168,143)
#A1B8A5
(161,184,165)
#B7C8BB
(183,200,187)
#CDD8D1
(205,216,209)
#E3E8E7
(227,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07480B color. Also use rgb(7,72,11) instead hex code.

Text Font Color

.myTextColor { color: #07480B; }

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

This text font color is #07480B.

Background Color

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

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

This div background color is #07480B.

Border color

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

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

This div border color is #07480B.

Opacity

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

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

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

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

This text has shadow with #07480B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #07480B.

Preview

Color preview on black background

This text has color #07480B on black background.


Color preview on white background

This text has color #07480B on white background.


Black color preview on #07480B background

This text has black color on #07480B background.


White color preview on #07480B background

This text has white color on #07480B background.


Related colors

Complementary color

Complementary color for #hex is #F8B7F4.


I love getcolorcode.com

Triadic colors

1 #0B0748 and #480B07 with #07480B are triadic colors.

2 #0B4807 and #48070B with #07480B are triadic colors.